UNPKG

832 BJSONView Raw
1{
2 "name": "defs",
3 "version": "0.4.0",
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.1.0",
12 "simple-fmt": "~0.1.0",
13 "simple-is": "~0.2.0",
14 "stringmap": "~0.2.0",
15 "stringset": "~0.2.0",
16 "tryor": "~0.1.0",
17 "esprima": "~1.0.0"
18 },
19 "keywords": [
20 "defs",
21 "scope",
22 "blockscope",
23 "block-scope",
24 "let",
25 "const",
26 "var",
27 "es6",
28 "transpile",
29 "transpiler",
30 "lint",
31 "linter"
32 ],
33 "scripts": {
34 "test": "node --harmony run-tests"
35 },
36 "bin": "./build/es5/defs",
37 "author": "Olov Lassus <olov.lassus@gmail.com>",
38 "license": "MIT"
39}