package.json 1.8 KB

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