e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
153 lines (152 loc) • 5.22 kB
JSON
{
"_args": [
[
{
"raw": "babel-preset-env@1.1.8",
"scope": null,
"escapedName": "babel-preset-env",
"name": "babel-preset-env",
"rawSpec": "1.1.8",
"spec": "1.1.8",
"type": "version"
},
"/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/babel-preset-react-app"
]
],
"_from": "babel-preset-env@1.1.8",
"_id": "babel-preset-env@1.1.8",
"_inCache": true,
"_location": "/babel-preset-env",
"_nodeVersion": "6.9.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/babel-preset-env-1.1.8.tgz_1484076862078_0.5506352125667036"
},
"_npmUser": {
"name": "hzoo",
"email": "hi@henryzoo.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "babel-preset-env@1.1.8",
"scope": null,
"escapedName": "babel-preset-env",
"name": "babel-preset-env",
"rawSpec": "1.1.8",
"spec": "1.1.8",
"type": "version"
},
"_requiredBy": [
"/babel-preset-react-app"
],
"_resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.1.8.tgz",
"_shasum": "c46734c6233c3f87d177513773db3cf3c1758aaa",
"_shrinkwrap": null,
"_spec": "babel-preset-env@1.1.8",
"_where": "/Users/tiborkreiter/RubyProjects/sharetribe/e-lado/node_modules/babel-preset-react-app",
"author": {
"name": "Henry Zhu",
"email": "hi@henryzoo.com"
},
"babel": {
"presets": [
[
"es2015",
{
"loose": true
}
]
],
"plugins": [
"transform-flow-strip-types"
]
},
"bugs": {
"url": "https://github.com/babel/babel-preset-env/issues"
},
"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"
},
"description": "A Babel preset for each environment.",
"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"
},
"directories": {},
"dist": {
"shasum": "c46734c6233c3f87d177513773db3cf3c1758aaa",
"tarball": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.1.8.tgz"
},
"gitHead": "df6ec0bfdd31f3005f29b534a589eb04bab917cb",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "hzoo",
"email": "hi@henryzoo.com"
},
{
"name": "loganfsmyth",
"email": "loganfsmyth@gmail.com"
}
],
"name": "babel-preset-env",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-preset-env.git"
},
"scripts": {
"build": "rimraf lib && babel src -d lib",
"build-data": "node ./scripts/build-data.js",
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
"ci": "npm run test",
"dev": "babel -w src -d lib",
"fix": "eslint . --fix",
"lint": "eslint .",
"test": "npm run build && mocha ./test --compilers js:babel-register -t 5000"
},
"version": "1.1.8"
}