{
  "_args": [
    [
      "esutils@1.0.0",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "esutils@1.0.0",
  "_id": "esutils@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-x/iYH53X3quDwfHRz4y8rn4XcEwwCJeWsul9pF1zldMbGtgOtMNBEOuYWwB1EQlK2LRa1fev3YAgym/RElp5Cg==",
  "_location": "/esutils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "esutils@1.0.0",
    "name": "esutils",
    "escapedName": "esutils",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/escodegen"
  ],
  "_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "bugs": {
    "url": "https://github.com/Constellation/esutils/issues"
  },
  "dependencies": {},
  "description": "utility box for ECMAScript language tools",
  "devDependencies": {
    "chai": "~1.7.2",
    "coffee-script": "~1.6.3",
    "jshint": "2.1.5",
    "mocha": "~1.12.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/Constellation/esutils",
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
    }
  ],
  "main": "lib/utils.js",
  "maintainers": [
    {
      "name": "Yusuke Suzuki",
      "email": "utatane.tea@gmail.com",
      "url": "http://github.com/Constellation"
    }
  ],
  "name": "esutils",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Constellation/esutils.git"
  },
  "scripts": {
    "lint": "jshint lib/*.js",
    "test": "npm run-script lint && npm run-script unit-test",
    "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  },
  "version": "1.0.0"
}
