blob: bfbaece52e8b1eb5af6976a8b00df18f9a19bb85 [file] [log] [blame]
{
"_args": [
[
"pegjs@0.9.0",
"/Users/tripod/codez/cordova/cordova-osx"
]
],
"_from": "pegjs@0.9.0",
"_id": "pegjs@0.9.0",
"_inBundle": false,
"_integrity": "sha1-9q76LjzlYWkgjlIXnf5B+JFBo2k=",
"_location": "/pegjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pegjs@0.9.0",
"name": "pegjs",
"escapedName": "pegjs",
"rawSpec": "0.9.0",
"saveSpec": null,
"fetchSpec": "0.9.0"
},
"_requiredBy": [
"/xcode"
],
"_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
"_spec": "0.9.0",
"_where": "/Users/tripod/codez/cordova/cordova-osx",
"author": {
"name": "David Majda",
"email": "david@majda.cz",
"url": "http://majda.cz/"
},
"bin": {
"pegjs": "bin/pegjs"
},
"bugs": {
"url": "https://github.com/pegjs/pegjs/issues"
},
"description": "Parser generator for JavaScript",
"devDependencies": {
"jasmine-node": "= 1.14.5",
"jshint": "= 2.8.0",
"uglify-js": "= 2.4.24"
},
"engines": {
"node": ">= 0.10.0"
},
"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/asts.js",
"lib/compiler/javascript.js",
"lib/compiler/opcodes.js",
"lib/compiler/visitor.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-infinite-loops.js",
"lib/compiler/passes/report-missing-rules.js",
"lib/grammar-error.js",
"lib/parser.js",
"lib/peg.js",
"lib/utils/arrays.js",
"lib/utils/classes.js",
"lib/utils/objects.js",
"package.json"
],
"homepage": "http://pegjs.org/",
"license": "MIT",
"main": "lib/peg",
"name": "pegjs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pegjs/pegjs.git"
},
"scripts": {
"test": "make hint && make spec"
},
"version": "0.9.0"
}