UNPKG

json-pipeline

Version:
40 lines (39 loc) 889 B
{ "name": "json-pipeline", "version": "3.12.3", "description": "JSON pipeline for abstract compiler", "main": "lib/pipeline.js", "scripts": { "test": "jscs lib/**/*.js test/*.js && jshint lib/**/*.js && mocha --reporter=spec test/*-test.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/indutny/json-pipeline.git" }, "keywords": [ "JSON", "pipeline", "CFG", "SSA", "Sea", "of", "nodes", "Compiler", "JIT" ], "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", "bugs": { "url": "https://github.com/indutny/json-pipeline/issues" }, "homepage": "https://github.com/indutny/json-pipeline#readme", "devDependencies": { "assert-text": "^1.1.0", "jscs": "^1.13.1", "jshint": "^2.8.0", "mocha": "^2.2.5" }, "dependencies": { "bitfield.js": "^1.1.0" } }