package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  24. "_shasum": "fa52f5b1e7db1ab049445b421c4471303897702f",
  25. "_spec": "@babel/helper-validator-option@^7.27.1",
  26. "_where": "E:\\vue_project\\el-table-column\\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. ".": {
  42. "types": "./lib/index.d.ts",
  43. "default": "./lib/index.js"
  44. },
  45. "./package.json": "./package.json"
  46. },
  47. "homepage": "https://github.com/babel/babel#readme",
  48. "license": "MIT",
  49. "main": "./lib/index.js",
  50. "name": "@babel/helper-validator-option",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/babel/babel.git",
  57. "directory": "packages/babel-helper-validator-option"
  58. },
  59. "type": "commonjs",
  60. "version": "7.27.1"
  61. }