blob: 5c3aca3c2b19eb39f8deb5e8115548287714ade7 [file] [log] [blame]
{
"_args": [
[
{
"name": "pegjs",
"raw": "pegjs@0.9.0",
"rawSpec": "0.9.0",
"scope": null,
"spec": "0.9.0",
"type": "version"
},
"/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/xcode"
]
],
"_from": "pegjs@0.9.0",
"_id": "pegjs@0.9.0",
"_inCache": true,
"_installable": true,
"_location": "/pegjs",
"_npmUser": {
"email": "david@majda.cz",
"name": "dmajda"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "pegjs",
"raw": "pegjs@0.9.0",
"rawSpec": "0.9.0",
"scope": null,
"spec": "0.9.0",
"type": "version"
},
"_requiredBy": [
"/xcode"
],
"_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
"_shasum": "f6aefa2e3ce56169208e52179dfe41f89141a369",
"_shrinkwrap": null,
"_spec": "pegjs@0.9.0",
"_where": "/Users/ctran/cordova/cordova-lib/cordova-create/node_modules/xcode",
"author": {
"email": "david@majda.cz",
"name": "David Majda",
"url": "http://majda.cz/"
},
"bin": {
"pegjs": "bin/pegjs"
},
"bugs": {
"url": "https://github.com/pegjs/pegjs/issues"
},
"dependencies": {},
"description": "Parser generator for JavaScript",
"devDependencies": {
"jasmine-node": "= 1.14.5",
"jshint": "= 2.8.0",
"uglify-js": "= 2.4.24"
},
"directories": {},
"dist": {
"shasum": "f6aefa2e3ce56169208e52179dfe41f89141a369",
"tarball": "https://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz"
},
"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"
],
"gitHead": "20a4fb2e7f70a0695bee4aef4984b24c06db3627",
"homepage": "http://pegjs.org/",
"license": "MIT",
"main": "lib/peg",
"maintainers": [
{
"email": "david@majda.cz",
"name": "dmajda"
}
],
"name": "pegjs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pegjs/pegjs.git"
},
"scripts": {
"test": "make hint && make spec"
},
"version": "0.9.0"
}