UNPKG

1.03 kBJSONView Raw
1{
2 "name": "shift-reducer",
3 "version": "1.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 "devDependencies": {
21 "babel": "4.3.0",
22 "mocha": "^2.0.1",
23 "shift-ast": "^1.1.0"
24 },
25 "keywords": [
26 "Shift",
27 "AST",
28 "reducer",
29 "reduce",
30 "reducible",
31 "monoidal",
32 "monoid",
33 "fold",
34 "summary",
35 "summarise",
36 "abstract",
37 "syntax",
38 "tree"
39 ],
40 "bugs": {
41 "url": "https://github.com/shapesecurity/shift-reducer-js/issues"
42 },
43 "license": "Apache-2.0"
44}