UNPKG

nodekit-cli

Version:

A command-line tool for creating {NK} NodeKit applications

120 lines (119 loc) 3 kB
{ "_args": [ [ { "raw": "pegjs@0.9.0", "scope": null, "escapedName": "pegjs", "name": "pegjs", "rawSpec": "0.9.0", "spec": "0.9.0", "type": "version" }, "/Volumes/DATA/Projects/nodekit-cli/templates-build/nodekit-platform-ios/node_modules/xcode" ] ], "_from": "pegjs@0.9.0", "_id": "pegjs@0.9.0", "_inCache": true, "_location": "/pegjs", "_npmUser": { "name": "dmajda", "email": "david@majda.cz" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "raw": "pegjs@0.9.0", "scope": null, "escapedName": "pegjs", "name": "pegjs", "rawSpec": "0.9.0", "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": "/Volumes/DATA/Projects/nodekit-cli/templates-build/nodekit-platform-ios/node_modules/xcode", "author": { "name": "David Majda", "email": "david@majda.cz", "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": [ { "name": "dmajda", "email": "david@majda.cz" } ], "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" }