package.json 2.4 KB

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