package.json 2.4 KB

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