Files
automatic-dispose/node_modules/gulp-babel/package.json
2018-11-24 14:43:59 +01:00

113 lines
2.5 KiB
JSON

{
"_from": "gulp-babel@^8.0.0",
"_id": "gulp-babel@8.0.0",
"_inBundle": false,
"_integrity": "sha512-oomaIqDXxFkg7lbpBou/gnUkX51/Y/M2ZfSjL2hdqXTAlSWZcgZtd2o0cOH0r/eE8LWD0+Q/PsLsr2DKOoqToQ==",
"_location": "/gulp-babel",
"_phantomChildren": {
"ansi-colors": "1.1.0",
"arr-diff": "4.0.0",
"arr-union": "3.1.0",
"extend-shallow": "3.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-babel@^8.0.0",
"name": "gulp-babel",
"escapedName": "gulp-babel",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-babel/-/gulp-babel-8.0.0.tgz",
"_shasum": "e0da96f4f2ec4a88dd3a3030f476e38ab2126d87",
"_spec": "gulp-babel@^8.0.0",
"_where": "/var/www/html/autocompletion",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/babel/gulp-babel/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charles Samborski",
"email": "demurgos@demurgos.net",
"url": "demurgos.net"
}
],
"dependencies": {
"plugin-error": "^1.0.1",
"replace-ext": "^1.0.0",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"deprecated": false,
"description": "Use next generation JavaScript, today",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-arrow-functions": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"gulp-sourcemaps": "^1.1.1",
"mocha": "^5.0.0",
"pre-commit": "^1.2.2",
"vinyl": "^2.1.0",
"xo": "^0.18.2"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/babel/gulp-babel#readme",
"keywords": [
"gulpplugin",
"babel",
"transpiler",
"es2015",
"es2016",
"es2017",
"rewriting",
"transformation",
"syntax",
"codegen",
"desugaring",
"javascript",
"compiler"
],
"license": "MIT",
"name": "gulp-babel",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"pre-commit": {
"run": [
"test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/gulp-babel.git"
},
"scripts": {
"test": "xo && mocha"
},
"version": "8.0.0",
"xo": {
"envs": [
"node",
"mocha"
]
}
}