UNPKG

1.06 kBJSONView Raw
1{
2 "name": "shift-reducer",
3 "version": "2.0.4",
4 "description": "reducer for the Shift AST format",
5 "author": "Shape Security Labs",
6 "homepage": "https://github.com/shapesecurity/shift-reducer-js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/shapesecurity/shift-reducer-js.git"
10 },
11 "main": "dist/index.js",
12 "files": [
13 "dist"
14 ],
15 "scripts": {
16 "test": "mocha --compilers js:./babel-register --inline-diffs --check-leaks --ui tdd --reporter dot test",
17 "build": "babel --modules commonStrict --source-maps-inline --out-dir dist src"
18 },
19 "dependencies": {
20 "shift-spec": "^2015.1.3"
21 },
22 "devDependencies": {
23 "babel": "5.8.21",
24 "mocha": "^2.2.5",
25 "shift-parser": "^3.0.1"
26 },
27 "keywords": [
28 "Shift",
29 "AST",
30 "reducer",
31 "reduce",
32 "reducible",
33 "monoidal",
34 "monoid",
35 "fold",
36 "summary",
37 "summarise",
38 "abstract",
39 "syntax",
40 "tree"
41 ],
42 "bugs": {
43 "url": "https://github.com/shapesecurity/shift-reducer-js/issues"
44 },
45 "license": "Apache-2.0"
46}