package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "@babel/helper-validator-option@^7.12.17",
  3. "_id": "@babel/helper-validator-option@7.12.17",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",
  6. "_location": "/@babel/helper-validator-option",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-option@^7.12.17",
  12. "name": "@babel/helper-validator-option",
  13. "escapedName": "@babel%2fhelper-validator-option",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.17",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.17"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
  23. "_shasum": "d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831",
  24. "_spec": "@babel/helper-validator-option@^7.12.17",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\helper-compilation-targets",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Validate plugin/preset options",
  32. "exports": "./lib/index.js",
  33. "homepage": "https://github.com/babel/babel#readme",
  34. "license": "MIT",
  35. "main": "./lib/index.js",
  36. "name": "@babel/helper-validator-option",
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/babel/babel.git",
  43. "directory": "packages/babel-helper-validator-option"
  44. },
  45. "version": "7.12.17"
  46. }