package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@babel/helper-validator-option@^7.14.5",
  3. "_id": "@babel/helper-validator-option@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==",
  6. "_location": "/@babel/helper-validator-option",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-validator-option@^7.14.5",
  12. "name": "@babel/helper-validator-option",
  13. "escapedName": "@babel%2fhelper-validator-option",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-compilation-targets",
  21. "/@babel/preset-env",
  22. "/@babel/preset-react",
  23. "/babel-preset-react-app/@babel/preset-env"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz",
  26. "_shasum": "6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3",
  27. "_spec": "@babel/helper-validator-option@^7.14.5",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Validate plugin/preset options",
  39. "engines": {
  40. "node": ">=6.9.0"
  41. },
  42. "exports": "./lib/index.js",
  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. "version": "7.14.5"
  56. }