package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_from": "babel-preset-env@1.7.0",
  3. "_id": "babel-preset-env@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==",
  6. "_location": "/babel-preset-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "babel-preset-env@1.7.0",
  12. "name": "babel-preset-env",
  13. "escapedName": "babel-preset-env",
  14. "rawSpec": "1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.7.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
  22. "_shasum": "dea79fa4ebeb883cd35dab07e260c1c9c04df77a",
  23. "_spec": "babel-preset-env@1.7.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Henry Zhu",
  27. "email": "hi@henryzoo.com"
  28. },
  29. "babel": {
  30. "presets": [
  31. [
  32. "env",
  33. {
  34. "loose": true
  35. }
  36. ]
  37. ],
  38. "env": {
  39. "test": {
  40. "plugins": [
  41. "istanbul"
  42. ]
  43. }
  44. }
  45. },
  46. "bugs": {
  47. "url": "https://github.com/babel/babel-preset-env/issues"
  48. },
  49. "bundleDependencies": false,
  50. "dependencies": {
  51. "babel-plugin-check-es2015-constants": "^6.22.0",
  52. "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
  53. "babel-plugin-transform-async-to-generator": "^6.22.0",
  54. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  55. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  56. "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
  57. "babel-plugin-transform-es2015-classes": "^6.23.0",
  58. "babel-plugin-transform-es2015-computed-properties": "^6.22.0",
  59. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  60. "babel-plugin-transform-es2015-duplicate-keys": "^6.22.0",
  61. "babel-plugin-transform-es2015-for-of": "^6.23.0",
  62. "babel-plugin-transform-es2015-function-name": "^6.22.0",
  63. "babel-plugin-transform-es2015-literals": "^6.22.0",
  64. "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
  65. "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
  66. "babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
  67. "babel-plugin-transform-es2015-modules-umd": "^6.23.0",
  68. "babel-plugin-transform-es2015-object-super": "^6.22.0",
  69. "babel-plugin-transform-es2015-parameters": "^6.23.0",
  70. "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
  71. "babel-plugin-transform-es2015-spread": "^6.22.0",
  72. "babel-plugin-transform-es2015-sticky-regex": "^6.22.0",
  73. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  74. "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
  75. "babel-plugin-transform-es2015-unicode-regex": "^6.22.0",
  76. "babel-plugin-transform-exponentiation-operator": "^6.22.0",
  77. "babel-plugin-transform-regenerator": "^6.22.0",
  78. "browserslist": "^3.2.6",
  79. "invariant": "^2.2.2",
  80. "semver": "^5.3.0"
  81. },
  82. "deprecated": false,
  83. "description": "A Babel preset for each environment.",
  84. "devDependencies": {
  85. "babel-cli": "^6.23.0",
  86. "babel-eslint": "^7.1.1",
  87. "babel-helper-fixtures": "^6.22.0",
  88. "babel-helper-plugin-test-runner": "^6.22.0",
  89. "babel-plugin-istanbul": "^3.1.2",
  90. "babel-preset-env": "^1.4.0",
  91. "babel-register": "^6.23.0",
  92. "chai": "^3.5.0",
  93. "codecov": "^1.0.1",
  94. "compat-table": "github:kangax/compat-table#957f1ff15972e8fb2892a172f985e9af27bf1c75",
  95. "electron-to-chromium": "^1.3.11",
  96. "eslint": "^3.17.1",
  97. "eslint-config-babel": "^6.0.0",
  98. "eslint-plugin-flowtype": "^2.29.1",
  99. "fs-extra": "~2.0.0",
  100. "lodash": "^4.17.4",
  101. "mocha": "^3.2.0",
  102. "nyc": "^10.1.2",
  103. "rimraf": "^2.6.1"
  104. },
  105. "homepage": "https://babeljs.io/",
  106. "license": "MIT",
  107. "main": "lib/index.js",
  108. "name": "babel-preset-env",
  109. "nyc": {
  110. "all": true,
  111. "include": [
  112. "src/*.js"
  113. ],
  114. "instrument": false,
  115. "sourceMap": false
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/babel/babel-preset-env.git"
  120. },
  121. "scripts": {
  122. "build": "rimraf lib && babel src -d lib",
  123. "build-data": "node ./scripts/build-data.js",
  124. "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
  125. "coverage": "BABEL_ENV=test nyc npm run test",
  126. "coverage-ci": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
  127. "dev": "babel -w src -d lib",
  128. "fix": "eslint . --fix",
  129. "lint": "eslint .",
  130. "prepublish": "npm run build",
  131. "test": "npm run build && npm run test-only",
  132. "test-ci": "nyc npm run test",
  133. "test-only": "mocha ./test --compilers js:babel-register -t 10000"
  134. },
  135. "version": "1.7.0"
  136. }