package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@babel/preset-env@^7.0.0 < 7.4.0",
  3. "_id": "@babel/preset-env@7.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2mwqfYMK8weA0g0uBKOt4FE3iEodiHy9/CW0b+nWXcbL+pGzLx8ESYc+j9IIxr6LTDHWKgPm71i9smo02bw+gA==",
  6. "_location": "/@babel/preset-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/preset-env@^7.0.0 < 7.4.0",
  12. "name": "@babel/preset-env",
  13. "escapedName": "@babel%2fpreset-env",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0 < 7.4.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0 < 7.4.0"
  18. },
  19. "_requiredBy": [
  20. "/@vue/babel-preset-app"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.3.4.tgz",
  23. "_shasum": "887cf38b6d23c82f19b5135298bdb160062e33e1",
  24. "_spec": "@babel/preset-env@^7.0.0 < 7.4.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\babel-preset-app",
  26. "author": {
  27. "name": "Henry Zhu",
  28. "email": "hi@henryzoo.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-module-imports": "^7.0.0",
  33. "@babel/helper-plugin-utils": "^7.0.0",
  34. "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
  35. "@babel/plugin-proposal-json-strings": "^7.2.0",
  36. "@babel/plugin-proposal-object-rest-spread": "^7.3.4",
  37. "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
  38. "@babel/plugin-proposal-unicode-property-regex": "^7.2.0",
  39. "@babel/plugin-syntax-async-generators": "^7.2.0",
  40. "@babel/plugin-syntax-json-strings": "^7.2.0",
  41. "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
  42. "@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
  43. "@babel/plugin-transform-arrow-functions": "^7.2.0",
  44. "@babel/plugin-transform-async-to-generator": "^7.3.4",
  45. "@babel/plugin-transform-block-scoped-functions": "^7.2.0",
  46. "@babel/plugin-transform-block-scoping": "^7.3.4",
  47. "@babel/plugin-transform-classes": "^7.3.4",
  48. "@babel/plugin-transform-computed-properties": "^7.2.0",
  49. "@babel/plugin-transform-destructuring": "^7.2.0",
  50. "@babel/plugin-transform-dotall-regex": "^7.2.0",
  51. "@babel/plugin-transform-duplicate-keys": "^7.2.0",
  52. "@babel/plugin-transform-exponentiation-operator": "^7.2.0",
  53. "@babel/plugin-transform-for-of": "^7.2.0",
  54. "@babel/plugin-transform-function-name": "^7.2.0",
  55. "@babel/plugin-transform-literals": "^7.2.0",
  56. "@babel/plugin-transform-modules-amd": "^7.2.0",
  57. "@babel/plugin-transform-modules-commonjs": "^7.2.0",
  58. "@babel/plugin-transform-modules-systemjs": "^7.3.4",
  59. "@babel/plugin-transform-modules-umd": "^7.2.0",
  60. "@babel/plugin-transform-named-capturing-groups-regex": "^7.3.0",
  61. "@babel/plugin-transform-new-target": "^7.0.0",
  62. "@babel/plugin-transform-object-super": "^7.2.0",
  63. "@babel/plugin-transform-parameters": "^7.2.0",
  64. "@babel/plugin-transform-regenerator": "^7.3.4",
  65. "@babel/plugin-transform-shorthand-properties": "^7.2.0",
  66. "@babel/plugin-transform-spread": "^7.2.0",
  67. "@babel/plugin-transform-sticky-regex": "^7.2.0",
  68. "@babel/plugin-transform-template-literals": "^7.2.0",
  69. "@babel/plugin-transform-typeof-symbol": "^7.2.0",
  70. "@babel/plugin-transform-unicode-regex": "^7.2.0",
  71. "browserslist": "^4.3.4",
  72. "invariant": "^2.2.2",
  73. "js-levenshtein": "^1.1.3",
  74. "semver": "^5.3.0"
  75. },
  76. "deprecated": false,
  77. "description": "A Babel preset for each environment.",
  78. "devDependencies": {
  79. "@babel/cli": "^7.2.3",
  80. "@babel/core": "^7.3.4",
  81. "@babel/helper-fixtures": "^7.2.0",
  82. "@babel/helper-plugin-test-runner": "^7.0.0",
  83. "caniuse-db": "1.0.30000851",
  84. "compat-table": "github:kangax/compat-table#1e7b377fbdda9243cf9602872fcb493cdbdd565f",
  85. "electron-to-chromium": "1.3.79"
  86. },
  87. "gitHead": "1f6454cc90fe33e0a32260871212e2f719f35741",
  88. "homepage": "https://babeljs.io/",
  89. "license": "MIT",
  90. "main": "lib/index.js",
  91. "name": "@babel/preset-env",
  92. "peerDependencies": {
  93. "@babel/core": "^7.0.0-0"
  94. },
  95. "publishConfig": {
  96. "access": "public"
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "https://github.com/babel/babel/tree/master/packages/babel-preset-env"
  101. },
  102. "scripts": {
  103. "build-data": "node ./scripts/build-data.js; node ./scripts/build-modules-support.js"
  104. },
  105. "version": "7.3.4"
  106. }