25 lines
716 B
JSON
25 lines
716 B
JSON
{
|
|
"name": "babel",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"version": "5.1.5",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"repository": "babel/babel",
|
|
"preferGlobal": true,
|
|
"dependencies": {
|
|
"babel-core": "^5.1.5",
|
|
"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"
|
|
}
|
|
} |