65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "6to5",
|
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
|
"version": "1.12.6",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://github.com/6to5/6to5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/6to5/6to5.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/6to5/6to5/issues"
|
|
},
|
|
"preferGlobal": true,
|
|
"main": "lib/6to5/index.js",
|
|
"bin": {
|
|
"6to5": "./bin/6to5/index.js",
|
|
"6to5-node": "./bin/6to5-node",
|
|
"6to5-runtime": "./bin/6to5-runtime"
|
|
},
|
|
"keywords": [
|
|
"harmony",
|
|
"classes",
|
|
"modules",
|
|
"let",
|
|
"const",
|
|
"var",
|
|
"es6",
|
|
"transpile",
|
|
"transpiler",
|
|
"6to5"
|
|
],
|
|
"scripts": {
|
|
"bench": "make bench",
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"ast-types": "~0.6.0",
|
|
"commander": "2.5.0",
|
|
"fs-readdir-recursive": "0.0.2",
|
|
"lodash": "2.4.1",
|
|
"mkdirp": "0.5.0",
|
|
"es6-shim": "0.20.2",
|
|
"es6-symbol": "0.1.1",
|
|
"regexpu": "0.3.0",
|
|
"source-map": "0.1.40",
|
|
"regenerator-6to5": "https://github.com/6to5/regenerator-6to5/archive/75925940a7bb67d1ee8afec36b6d6eec072fb47c.tar.gz",
|
|
"chokidar": "0.10.5",
|
|
"source-map-support": "0.2.8",
|
|
"esutils": "1.1.4",
|
|
"acorn-6to5": "https://github.com/6to5/acorn-6to5/archive/a6c34ba73e215bd16ee585f6794f6a6587820c58.tar.gz",
|
|
"estraverse": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.2",
|
|
"matcha": "0.6.0",
|
|
"mocha": "2.0.1",
|
|
"uglify-js": "2.4.15",
|
|
"browserify": "6.3.2",
|
|
"rimraf": "2.2.8",
|
|
"jshint": "2.5.10",
|
|
"chai": "^1.9.2"
|
|
}
|
|
}
|