package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.14.5",
  3. "_id": "@babel/helper-compilation-targets@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.14.5",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-define-polyfill-provider",
  21. "/@babel/plugin-proposal-object-rest-spread",
  22. "/@babel/preset-env",
  23. "/babel-preset-react-app/@babel/preset-env"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz",
  26. "_shasum": "7a99c5d0967911e972fe2c3411f7d5b498498ecf",
  27. "_spec": "@babel/helper-compilation-targets@^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. "dependencies": {
  38. "@babel/compat-data": "^7.14.5",
  39. "@babel/helper-validator-option": "^7.14.5",
  40. "browserslist": "^4.16.6",
  41. "semver": "^6.3.0"
  42. },
  43. "deprecated": false,
  44. "description": "Helper functions on Babel compilation targets",
  45. "devDependencies": {
  46. "@babel/core": "7.14.5",
  47. "@babel/helper-plugin-test-runner": "7.14.5",
  48. "@types/semver": "^5.5.0"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "exports": {
  54. ".": "./lib/index.js"
  55. },
  56. "homepage": "https://github.com/babel/babel#readme",
  57. "keywords": [
  58. "babel",
  59. "babel-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "./lib/index.js",
  63. "name": "@babel/helper-compilation-targets",
  64. "peerDependencies": {
  65. "@babel/core": "^7.0.0"
  66. },
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/babel/babel.git",
  73. "directory": "packages/babel-helper-compilation-targets"
  74. },
  75. "version": "7.14.5"
  76. }