83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"name": "babel",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"version": "4.5.0",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"repository": "babel/babel",
|
|
"preferGlobal": true,
|
|
"main": "lib/babel/api/node.js",
|
|
"browser": {
|
|
"./lib/babel/api/register/node.js": "./lib/babel/api/register/browser.js"
|
|
},
|
|
"bin": {
|
|
"6to5": "./bin/deprecated/6to5",
|
|
"6to5-node": "./bin/deprecated/6to5-node",
|
|
"6to5-runtime": "./bin/deprecated/6to5-runtime",
|
|
"babel": "./bin/babel/index.js",
|
|
"babel-node": "./bin/babel-node",
|
|
"babel-external-helpers": "./bin/babel-external-helpers"
|
|
},
|
|
"keywords": [
|
|
"harmony",
|
|
"classes",
|
|
"modules",
|
|
"let",
|
|
"const",
|
|
"var",
|
|
"es6",
|
|
"transpile",
|
|
"transpiler",
|
|
"6to5",
|
|
"babel"
|
|
],
|
|
"scripts": {
|
|
"bench": "make bench",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"acorn-babel": "0.11.1-34",
|
|
"ast-types": "~0.6.1",
|
|
"chalk": "^1.0.0",
|
|
"chokidar": "^0.12.6",
|
|
"commander": "^2.6.0",
|
|
"core-js": "^0.6.1",
|
|
"debug": "^2.1.1",
|
|
"detect-indent": "^3.0.0",
|
|
"estraverse": "^1.9.1",
|
|
"esutils": "^1.1.6",
|
|
"fs-readdir-recursive": "^0.1.0",
|
|
"globals": "^6.2.0",
|
|
"is-integer": "^1.0.4",
|
|
"js-tokens": "0.4.1",
|
|
"leven": "^1.0.1",
|
|
"line-numbers": "0.2.0",
|
|
"lodash": "^3.2.0",
|
|
"output-file-sync": "^1.1.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"private": "^0.1.6",
|
|
"regenerator-babel": "0.8.13-1",
|
|
"regexpu": "^1.1.1",
|
|
"repeating": "^1.1.2",
|
|
"shebang-regex": "^1.0.0",
|
|
"slash": "^1.0.0",
|
|
"source-map": "^0.1.43",
|
|
"source-map-support": "^0.2.9",
|
|
"source-map-to-comment": "^1.0.0",
|
|
"trim-right": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "4.5.0",
|
|
"browserify": "^8.1.3",
|
|
"chai": "^2.0.0",
|
|
"esvalid": "^1.1.0",
|
|
"istanbul": "^0.3.5",
|
|
"jshint": "^2.6.0",
|
|
"jshint-stylish": "^1.0.0",
|
|
"matcha": "^0.6.0",
|
|
"mocha": "^2.1.0",
|
|
"rimraf": "^2.2.8",
|
|
"uglify-js": "^2.4.16"
|
|
}
|
|
}
|