{ "name": "babel-preset-env", "version": "1.1.6", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babeljs.io/", "license": "MIT", "repository": "https://github.com/babel/babel-preset-env", "main": "lib/index.js", "scripts": { "build": "rimraf lib && babel src -d lib", "build-data": "node ./scripts/build-data.js", "dev": "babel -w src -d lib", "lint": "eslint .", "fix": "eslint . --fix", "ci": "npm run test", "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'", "test": "npm run build && mocha ./test --compilers js:babel-register -t 5000" }, "dependencies": { "babel-plugin-check-es2015-constants": "^6.3.13", "babel-plugin-syntax-trailing-function-commas": "^6.13.0", "babel-plugin-transform-async-to-generator": "^6.8.0", "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoping": "^6.6.0", "babel-plugin-transform-es2015-classes": "^6.6.0", "babel-plugin-transform-es2015-computed-properties": "^6.3.13", "babel-plugin-transform-es2015-destructuring": "^6.6.0", "babel-plugin-transform-es2015-duplicate-keys": "^6.6.0", "babel-plugin-transform-es2015-for-of": "^6.6.0", "babel-plugin-transform-es2015-function-name": "^6.3.13", "babel-plugin-transform-es2015-literals": "^6.3.13", "babel-plugin-transform-es2015-modules-amd": "^6.8.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.6.0", "babel-plugin-transform-es2015-modules-systemjs": "^6.12.0", "babel-plugin-transform-es2015-modules-umd": "^6.12.0", "babel-plugin-transform-es2015-object-super": "^6.3.13", "babel-plugin-transform-es2015-parameters": "^6.6.0", "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", "babel-plugin-transform-es2015-spread": "^6.3.13", "babel-plugin-transform-es2015-sticky-regex": "^6.3.13", "babel-plugin-transform-es2015-template-literals": "^6.6.0", "babel-plugin-transform-es2015-typeof-symbol": "^6.6.0", "babel-plugin-transform-es2015-unicode-regex": "^6.3.13", "babel-plugin-transform-exponentiation-operator": "^6.8.0", "babel-plugin-transform-regenerator": "^6.6.0", "browserslist": "^1.4.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-eslint": "^7.1.1", "babel-helper-plugin-test-runner": "^6.18.0", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-preset-es2015": "^6.14.0", "babel-register": "^6.14.0", "compat-table": "github:kangax/compat-table#e732718eab42c6c83a364450f456474638d31f94", "eslint": "^3.3.1", "eslint-config-babel": "^3.0.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-flowtype": "^2.29.1", "lodash": "^4.15.0", "mocha": "^3.0.2", "rimraf": "^2.5.4" }, "babel": { "presets": [ [ "es2015", { "loose": true } ] ], "plugins": [ "transform-flow-strip-types" ] } }