UNPKG

1.18 kBJSONView Raw
1{
2 "name": "shift-ast",
3 "version": "1.1.0",
4 "description": "constructors for the Shift AST format",
5 "author": "Shape Security Labs",
6 "homepage": "https://github.com/shapesecurity/shift-ast-js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/shapesecurity/shift-ast-js.git"
10 },
11 "main": "dist/index.js",
12 "files": [
13 "dist"
14 ],
15 "scripts": {
16 "test": "mocha --compilers js:./6to5-register --inline-diffs --check-leaks --ui tdd --reporter dot test",
17 "build": "6to5 --modules commonStandard --source-maps-inline --out-dir dist src",
18 "generate-coverage": "istanbul cover _mocha -- --compilers js:./6to5-register --inline-diffs --check-leaks --ui tdd --reporter dot --recursive test",
19 "check-coverage": "istanbul check-coverage --statements 96 --branches 54 --functions 100 --lines 97"
20 },
21 "devDependencies": {
22 "6to5": "3.5.3",
23 "istanbul": "^0.3.5",
24 "mocha": "^2.0.1"
25 },
26 "keywords": [
27 "Shift",
28 "AST",
29 "node",
30 "constructor",
31 "class",
32 "abstract",
33 "syntax",
34 "tree"
35 ],
36 "bugs": {
37 "url": "https://github.com/shapesecurity/shift-ast-js/issues"
38 },
39 "license": "Apache-2.0"
40}