diff options
Diffstat (limited to 'cordova/node_modules/pegjs/package.json')
| -rw-r--r-- | cordova/node_modules/pegjs/package.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/cordova/node_modules/pegjs/package.json b/cordova/node_modules/pegjs/package.json new file mode 100644 index 0000000..97d3b12 --- /dev/null +++ b/cordova/node_modules/pegjs/package.json @@ -0,0 +1,96 @@ +{ + "_from": "pegjs@^0.10.0", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-z4uvrm7d/0tafvsYUmnqr0YQ3b0=", + "_location": "/pegjs", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "pegjs@^0.10.0", + "name": "pegjs", + "escapedName": "pegjs", + "rawSpec": "^0.10.0", + "saveSpec": null, + "fetchSpec": "^0.10.0" + }, + "_requiredBy": [ + "/xcode" + ], + "_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz", + "_shasum": "cf8bafae6eddff4b5a7efb185269eaaf4610ddbd", + "_spec": "pegjs@^0.10.0", + "_where": "/Users/lucifer/Desktop/weatherApp/platforms/ios/cordova/node_modules/xcode", + "author": { + "name": "David Majda", + "email": "[email protected]", + "url": "http://majda.cz/" + }, + "bin": { + "pegjs": "bin/pegjs" + }, + "bugs": { + "url": "https://github.com/pegjs/pegjs/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Parser generator for JavaScript", + "devDependencies": { + "browserify": "13.1.0", + "eslint": "2.13.1", + "http-server": "0.9.0", + "jasmine-node": "1.14.5", + "uglify-js": "2.7.0" + }, + "engines": { + "node": ">=0.10" + }, + "files": [ + "CHANGELOG.md", + "LICENSE", + "README.md", + "VERSION", + "bin/pegjs", + "examples/arithmetics.pegjs", + "examples/css.pegjs", + "examples/javascript.pegjs", + "examples/json.pegjs", + "lib/compiler/asts.js", + "lib/compiler/index.js", + "lib/compiler/js.js", + "lib/compiler/opcodes.js", + "lib/compiler/passes/generate-bytecode.js", + "lib/compiler/passes/generate-js.js", + "lib/compiler/passes/remove-proxy-rules.js", + "lib/compiler/passes/report-duplicate-labels.js", + "lib/compiler/passes/report-duplicate-rules.js", + "lib/compiler/passes/report-infinite-recursion.js", + "lib/compiler/passes/report-infinite-repetition.js", + "lib/compiler/passes/report-undefined-rules.js", + "lib/compiler/visitor.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/", + "keywords": [ + "parser generator", + "PEG" + ], + "license": "MIT", + "main": "lib/peg", + "name": "pegjs", + "repository": { + "type": "git", + "url": "git+https://github.com/pegjs/pegjs.git" + }, + "scripts": { + "test": "make lint && make spec" + }, + "version": "0.10.0" +} |
