package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "@babel/helper-validator-option@^7.16.7",
  3. "_id": "@babel/helper-validator-option@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",
  6. "_location": "/@babel/helper-validator-option",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-option@^7.16.7",
  12. "name": "@babel/helper-validator-option",
  13. "escapedName": "@babel%2fhelper-validator-option",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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.16.7.tgz",
  24. "_shasum": "b203ce62ce5fe153899b617c08957de860de4d23",
  25. "_spec": "@babel/helper-validator-option@^7.16.7",
  26. "_where": "H:\\gs_nuxt\\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. "version": "7.16.7"
  57. }