{
  "_args": [
    [
      "estraverse@1.5.1",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "estraverse@1.5.1",
  "_id": "estraverse@1.5.1",
  "_inBundle": false,
  "_integrity": "sha512-FpCjJDfmo3vsc/1zKSeqR5k42tcIhxFIlvq+h9j0fO2q/h2uLKyweq7rYJ+0CoVvrGQOxIS5wyBrW/+vF58BUQ==",
  "_location": "/estraverse",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "estraverse@1.5.1",
    "name": "estraverse",
    "escapedName": "estraverse",
    "rawSpec": "1.5.1",
    "saveSpec": null,
    "fetchSpec": "1.5.1"
  },
  "_requiredBy": [
    "/escodegen"
  ],
  "_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.5.1.tgz",
  "_spec": "1.5.1",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "bugs": {
    "url": "https://github.com/Constellation/estraverse/issues"
  },
  "description": "ECMAScript JS AST traversal functions",
  "devDependencies": {
    "chai": "~1.7.2",
    "coffee-script": "~1.6.3",
    "jshint": "2.1.5",
    "mocha": "~1.12.0",
    "xyz": "^0.4.0"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "homepage": "https://github.com/Constellation/estraverse",
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/Constellation/estraverse/raw/master/LICENSE.BSD"
    }
  ],
  "main": "estraverse.js",
  "maintainers": [
    {
      "name": "Yusuke Suzuki",
      "email": "utatane.tea@gmail.com",
      "url": "http://github.com/Constellation"
    }
  ],
  "name": "estraverse",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Constellation/estraverse.git"
  },
  "scripts": {
    "lint": "jshint estraverse.js",
    "release-major": "xyz --increment major",
    "release-minor": "xyz --increment minor",
    "release-patch": "xyz --increment patch",
    "test": "npm run-script lint && npm run-script unit-test",
    "unit-test": "mocha --compilers coffee:coffee-script"
  },
  "version": "1.5.1"
}
