{
  "_args": [
    [
      {
        "name": "escodegen",
        "raw": "escodegen@1.8.x",
        "rawSpec": "1.8.x",
        "scope": null,
        "spec": ">=1.8.0 <1.9.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/istanbul"
    ]
  ],
  "_from": "escodegen@>=1.8.0 <1.9.0",
  "_id": "escodegen@1.8.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/escodegen",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "email": "utatane.tea@gmail.com",
    "name": "constellation"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {
    "amdefine": "1.0.0",
    "deep-is": "0.1.3",
    "prelude-ls": "1.1.2",
    "type-check": "0.3.2"
  },
  "_requested": {
    "name": "escodegen",
    "raw": "escodegen@1.8.x",
    "rawSpec": "1.8.x",
    "scope": null,
    "spec": ">=1.8.0 <1.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/istanbul"
  ],
  "_resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.0.tgz",
  "_shasum": "b246aae829ce73d59e2c55727359edd1c130a81b",
  "_shrinkwrap": null,
  "_spec": "escodegen@1.8.x",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/istanbul",
  "bin": {
    "escodegen": "./bin/escodegen.js",
    "esgenerate": "./bin/esgenerate.js"
  },
  "bugs": {
    "url": "https://github.com/estools/escodegen/issues"
  },
  "dependencies": {
    "esprima": "^2.7.1",
    "estraverse": "^1.9.1",
    "esutils": "^2.0.2",
    "optionator": "^0.8.1",
    "source-map": "~0.2.0"
  },
  "description": "ECMAScript code generator",
  "devDependencies": {
    "acorn-6to5": "^0.11.1-25",
    "bluebird": "^2.3.11",
    "bower-registry-client": "^0.2.1",
    "chai": "^1.10.0",
    "commonjs-everywhere": "^0.9.7",
    "gulp": "^3.8.10",
    "gulp-eslint": "^0.2.0",
    "gulp-mocha": "^2.0.0",
    "semver": "^5.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "b246aae829ce73d59e2c55727359edd1c130a81b",
    "tarball": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.0.tgz"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "LICENSE.BSD",
    "LICENSE.source-map",
    "README.md",
    "bin",
    "escodegen.js",
    "package.json"
  ],
  "gitHead": "0e8280aa061a0dbefb32d277a05015baa7f3e7f2",
  "homepage": "http://github.com/estools/escodegen",
  "license": "BSD-2-Clause",
  "main": "escodegen.js",
  "maintainers": [
    {
      "email": "utatane.tea@gmail.com",
      "name": "constellation"
    },
    {
      "email": "npm@michael.ficarra.me",
      "name": "michaelficarra"
    }
  ],
  "name": "escodegen",
  "optionalDependencies": {
    "source-map": "~0.2.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/estools/escodegen.git"
  },
  "scripts": {
    "build": "cjsify -a path: tools/entry-point.js > escodegen.browser.js",
    "build-min": "cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js",
    "lint": "gulp lint",
    "release": "node tools/release.js",
    "test": "gulp travis",
    "unit-test": "gulp test"
  },
  "version": "1.8.0"
}
