package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/helper-validator-option@^7.27.1",
  3. "_id": "@babel/helper-validator-option@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  6. "_location": "/@babel/helper-validator-option",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-option@^7.27.1",
  12. "name": "@babel/helper-validator-option",
  13. "escapedName": "@babel%2fhelper-validator-option",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  23. "_shasum": "fa52f5b1e7db1ab049445b421c4471303897702f",
  24. "_spec": "@babel/helper-validator-option@^7.27.1",
  25. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\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. ".": {
  41. "types": "./lib/index.d.ts",
  42. "default": "./lib/index.js"
  43. },
  44. "./package.json": "./package.json"
  45. },
  46. "homepage": "https://github.com/babel/babel#readme",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-validator-option",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-validator-option"
  57. },
  58. "type": "commonjs",
  59. "version": "7.27.1"
  60. }