{
"name": "pegjs", "version": "0.8.0", "description": "Parser generator for JavaScript", "homepage": "http://pegjs.majda.cz/", "author": { "name": "David Majda", "email": "david@majda.cz", "url": "http://majda.cz/" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "VERSION", "bin/pegjs", "examples/arithmetics.pegjs", "examples/css.pegjs", "examples/javascript.pegjs", "examples/json.pegjs", "lib/compiler.js", "lib/compiler/opcodes.js", "lib/compiler/passes/generate-bytecode.js", "lib/compiler/passes/generate-javascript.js", "lib/compiler/passes/remove-proxy-rules.js", "lib/compiler/passes/report-left-recursion.js", "lib/compiler/passes/report-missing-rules.js", "lib/grammar-error.js", "lib/parser.js", "lib/peg.js", "lib/utils.js", "package.json" ], "main": "lib/peg", "bin": { "pegjs": "bin/pegjs" }, "scripts": { "test": "make spec" }, "repository": { "type": "git", "url": "http://github.com/dmajda/pegjs.git" }, "devDependencies": { "jasmine-node": "= 1.11.0", "uglify-js": "= 2.4.7", "jshint": "= 2.3.0" }, "engines": { "node": ">= 0.8" }, "_id": "pegjs@0.8.0", "dist": { "shasum": "976f067da13e5c5b1501c017925668a253811561", "tarball": "http://registry.npmjs.org/pegjs/-/pegjs-0.8.0.tgz" }, "_from": "pegjs@>=0.8.0 <0.9.0", "_npmVersion": "1.2.14", "_npmUser": { "name": "dmajda", "email": "david@majda.cz" }, "maintainers": [ { "name": "dmajda", "email": "david@majda.cz" } ], "directories": {}, "_shasum": "976f067da13e5c5b1501c017925668a253811561", "_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.8.0.tgz", "bugs": { "url": "https://github.com/dmajda/pegjs/issues" }, "readme": "ERROR: No README data found!"
}