package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-compilation-targets@7.13.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-compilation-targets@7.13.13",
  10. "_id": "@babel/helper-compilation-targets@7.13.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KylyoJJkdIU/QeStvGkzj1IGAOU=",
  13. "_location": "/@babel/helper-compilation-targets",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-compilation-targets@7.13.13",
  19. "name": "@babel/helper-compilation-targets",
  20. "escapedName": "@babel%2fhelper-compilation-targets",
  21. "scope": "@babel",
  22. "rawSpec": "7.13.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.13.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-define-polyfill-provider",
  29. "/@babel/plugin-proposal-object-rest-spread",
  30. "/@babel/preset-env",
  31. "/@vue/babel-preset-app"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/@babel/helper-compilation-targets/download/@babel/helper-compilation-targets-7.13.13.tgz?cache=0&sync_timestamp=1616793947397&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-compilation-targets%2Fdownload%2F%40babel%2Fhelper-compilation-targets-7.13.13.tgz",
  34. "_spec": "7.13.13",
  35. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  36. "author": {
  37. "name": "The Babel Team",
  38. "url": "https://babel.dev/team"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/babel/babel/issues"
  42. },
  43. "dependencies": {
  44. "@babel/compat-data": "^7.13.12",
  45. "@babel/helper-validator-option": "^7.12.17",
  46. "browserslist": "^4.14.5",
  47. "semver": "^6.3.0"
  48. },
  49. "description": "Engine compat data used in @babel/preset-env",
  50. "devDependencies": {
  51. "@babel/core": "7.13.13"
  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.13.13"
  76. }