package.json 2.9 KB
{
  "_args": [
    [
      {
        "raw": "[email protected]",
        "scope": null,
        "escapedName": "pegjs",
        "name": "pegjs",
        "rawSpec": "0.9.0",
        "spec": "0.9.0",
        "type": "version"
      },
      "/home/siddharth/Workspace/Temp/Flexydial/node_modules/xcode"
    ]
  ],
  "_from": "[email protected]",
  "_id": "[email protected]",
  "_inCache": true,
  "_installable": true,
  "_location": "/pegjs",
  "_npmUser": {
    "name": "dmajda",
    "email": "[email protected]"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "[email protected]",
    "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": "[email protected]",
  "_where": "/home/siddharth/Workspace/Temp/Flexydial/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"
  },
  "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": "[email protected]"
    }
  ],
  "name": "pegjs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://[email protected]/pegjs/pegjs.git"
  },
  "scripts": {
    "test": "make hint && make spec"
  },
  "version": "0.9.0"
}