js-algorithms/node_modules/babel/package.json
2015-07-24 11:14:18 +04:30

58 lines
1.5 KiB
JSON

{
"name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "5.1.11",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"homepage": "https://babeljs.io/",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel"
},
"preferGlobal": true,
"dependencies": {
"babel-core": "^5.1.11",
"chokidar": "^1.0.0",
"commander": "^2.6.0",
"fs-readdir-recursive": "^0.1.0",
"output-file-sync": "^1.1.0",
"lodash": "^3.2.0",
"convert-source-map": "^0.5.0",
"source-map": "^0.4.0",
"path-is-absolute": "^1.0.0"
},
"bin": {
"babel": "./bin/babel/index.js",
"babel-node": "./bin/babel-node",
"babel-external-helpers": "./bin/babel-external-helpers"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"_id": "babel@5.1.11",
"scripts": {},
"_shasum": "b615c03c6445414aaa0663a83b6f3c151b2b9f66",
"_from": "babel@*",
"_npmVersion": "2.7.5",
"_nodeVersion": "1.6.4",
"_npmUser": {
"name": "sebmck",
"email": "sebmck@gmail.com"
},
"maintainers": [
{
"name": "sebmck",
"email": "sebmck@gmail.com"
}
],
"dist": {
"shasum": "b615c03c6445414aaa0663a83b6f3c151b2b9f66",
"tarball": "http://registry.npmjs.org/babel/-/babel-5.1.11.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/babel/-/babel-5.1.11.tgz",
"readme": "ERROR: No README data found!"
}