{
  "_from": "pegjs@~0.9.0",
  "_id": "pegjs@0.9.0",
  "_inBundle": false,
  "_integrity": "sha1-9q76LjzlYWkgjlIXnf5B+JFBo2k=",
  "_location": "/pegjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pegjs@~0.9.0",
    "name": "pegjs",
    "escapedName": "pegjs",
    "rawSpec": "~0.9.0",
    "saveSpec": null,
    "fetchSpec": "~0.9.0"
  },
  "_requiredBy": [
    "/grunt-peg"
  ],
  "_resolved": "http://registry.npmjs.org/pegjs/-/pegjs-0.9.0.tgz",
  "_shasum": "f6aefa2e3ce56169208e52179dfe41f89141a369",
  "_spec": "pegjs@~0.9.0",
  "_where": "W:\\Users\\Ger\\Projects\\sites\\library.visyond.gov\\80\\lib\\js\\mathjax-third-party-extensions\\legacy\\siunitx\\node_modules\\grunt-peg",
  "author": {
    "name": "David Majda",
    "email": "david@majda.cz",
    "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": {
    "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"
}
