package.json 4.7 KB

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