package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/helper-validator-option@^7.18.6",
  3. "_id": "@babel/helper-validator-option@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
  6. "_location": "/@babel/helper-validator-option",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-option@^7.18.6",
  12. "name": "@babel/helper-validator-option",
  13. "escapedName": "@babel%2fhelper-validator-option",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
  24. "_shasum": "bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8",
  25. "_spec": "@babel/helper-validator-option@^7.18.6",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\helper-compilation-targets",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Validate plugin/preset options",
  37. "engines": {
  38. "node": ">=6.9.0"
  39. },
  40. "exports": {
  41. ".": "./lib/index.js",
  42. "./package.json": "./package.json"
  43. },
  44. "homepage": "https://github.com/babel/babel#readme",
  45. "license": "MIT",
  46. "main": "./lib/index.js",
  47. "name": "@babel/helper-validator-option",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/babel/babel.git",
  54. "directory": "packages/babel-helper-validator-option"
  55. },
  56. "type": "commonjs",
  57. "version": "7.18.6"
  58. }