package.json 2.4 KB

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