133 lines
3.3 KiB
JSON
133 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "pegjs@^0.10.0",
|
|
"scope": null,
|
|
"escapedName": "pegjs",
|
|
"name": "pegjs",
|
|
"rawSpec": "^0.10.0",
|
|
"spec": ">=0.10.0 <0.11.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xcode"
|
|
]
|
|
],
|
|
"_from": "pegjs@>=0.10.0 <0.11.0",
|
|
"_id": "pegjs@0.10.0",
|
|
"_inCache": true,
|
|
"_location": "/pegjs",
|
|
"_nodeVersion": "6.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/pegjs-0.10.0.tgz_1471590993207_0.5759401724208146"
|
|
},
|
|
"_npmUser": {
|
|
"name": "dmajda",
|
|
"email": "david@majda.cz"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "pegjs@^0.10.0",
|
|
"scope": null,
|
|
"escapedName": "pegjs",
|
|
"name": "pegjs",
|
|
"rawSpec": "^0.10.0",
|
|
"spec": ">=0.10.0 <0.11.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/xcode"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz",
|
|
"_shasum": "cf8bafae6eddff4b5a7efb185269eaaf4610ddbd",
|
|
"_shrinkwrap": null,
|
|
"_spec": "pegjs@^0.10.0",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-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": {
|
|
"browserify": "13.1.0",
|
|
"eslint": "2.13.1",
|
|
"http-server": "0.9.0",
|
|
"jasmine-node": "1.14.5",
|
|
"uglify-js": "2.7.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "cf8bafae6eddff4b5a7efb185269eaaf4610ddbd",
|
|
"tarball": "https://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz"
|
|
},
|
|
"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"
|
|
],
|
|
"gitHead": "671166bbe82150042b71d5756405c0ee067df961",
|
|
"homepage": "http://pegjs.org/",
|
|
"keywords": [
|
|
"parser generator",
|
|
"PEG"
|
|
],
|
|
"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+https://github.com/pegjs/pegjs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make lint && make spec"
|
|
},
|
|
"version": "0.10.0"
|
|
}
|