UNPKG

987 BJSONView Raw
1{
2 "name": "defs",
3 "version": "1.1.1",
4 "description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.",
5 "main": "build/es5/defs-main.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/olov/defs.git"
9 },
10 "dependencies": {
11 "alter": "~0.2.0",
12 "ast-traverse": "~0.1.1",
13 "breakable": "~1.0.0",
14 "esprima-fb": "~15001.1001.0-dev-harmony-fb",
15 "simple-fmt": "~0.1.0",
16 "simple-is": "~0.2.0",
17 "stringmap": "~0.2.2",
18 "stringset": "~0.2.1",
19 "tryor": "~0.1.2",
20 "yargs": "~3.27.0"
21 },
22 "devDependencies": {
23 "diff": "~2.1.3"
24 },
25 "keywords": [
26 "defs",
27 "scope",
28 "blockscope",
29 "block-scope",
30 "let",
31 "const",
32 "var",
33 "es6",
34 "transpile",
35 "transpiler",
36 "lint",
37 "linter"
38 ],
39 "scripts": {
40 "test": "node --harmony run-tests"
41 },
42 "bin": "./build/es5/defs",
43 "author": "Olov Lassus <olov.lassus@gmail.com>",
44 "license": "MIT"
45}