package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@babel/helper-compilation-targets@^7.13.16",
  3. "_id": "@babel/helper-compilation-targets@7.17.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==",
  6. "_location": "/@babel/helper-compilation-targets",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-compilation-targets@^7.13.16",
  12. "name": "@babel/helper-compilation-targets",
  13. "escapedName": "@babel%2fhelper-compilation-targets",
  14. "scope": "@babel",
  15. "rawSpec": "^7.13.16",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.13.16"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-define-polyfill-provider",
  22. "/@babel/plugin-proposal-object-rest-spread",
  23. "/@babel/plugin-transform-function-name",
  24. "/@babel/preset-env",
  25. "/@nuxt/babel-preset-app"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz",
  28. "_shasum": "a3c2924f5e5f0379b356d4cfb313d1414dc30e46",
  29. "_spec": "@babel/helper-compilation-targets@^7.13.16",
  30. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\babel-preset-app",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/compat-data": "^7.17.7",
  41. "@babel/helper-validator-option": "^7.16.7",
  42. "browserslist": "^4.17.5",
  43. "semver": "^6.3.0"
  44. },
  45. "deprecated": false,
  46. "description": "Helper functions on Babel compilation targets",
  47. "devDependencies": {
  48. "@babel/core": "^7.17.7",
  49. "@babel/helper-plugin-test-runner": "^7.16.7",
  50. "@types/semver": "^5.5.0"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "exports": {
  56. ".": "./lib/index.js",
  57. "./package.json": "./package.json"
  58. },
  59. "homepage": "https://github.com/babel/babel#readme",
  60. "keywords": [
  61. "babel",
  62. "babel-plugin"
  63. ],
  64. "license": "MIT",
  65. "main": "./lib/index.js",
  66. "name": "@babel/helper-compilation-targets",
  67. "peerDependencies": {
  68. "@babel/core": "^7.0.0"
  69. },
  70. "publishConfig": {
  71. "access": "public"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/babel/babel.git",
  76. "directory": "packages/babel-helper-compilation-targets"
  77. },
  78. "version": "7.17.7"
  79. }