{
  "_args": [
    [
      "rocambole@>=0.7 <2.0",
      "/usr/share/npm/node_modules/esformatter"
    ]
  ],
  "_from": "rocambole@>=0.7.0 <2.0.0",
  "_id": "rocambole@0.7.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/rocambole",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "miller@millermedeiros.com",
    "name": "millermedeiros"
  },
  "_npmVersion": "2.12.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "rocambole",
    "raw": "rocambole@>=0.7 <2.0",
    "rawSpec": ">=0.7 <2.0",
    "scope": null,
    "spec": ">=0.7.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/esformatter",
    "/esformatter-parser",
    "/esformatter-semicolon-first"
  ],
  "_resolved": "https://registry.npmjs.org/rocambole/-/rocambole-0.7.0.tgz",
  "_shasum": "f6c79505517dc42b6fb840842b8b953b0f968585",
  "_shrinkwrap": null,
  "_spec": "rocambole@>=0.7 <2.0",
  "_where": "/usr/share/npm/node_modules/esformatter",
  "author": {
    "email": "http://blog.millermedeiros.com",
    "name": "Miller Medeiros"
  },
  "bugs": {
    "url": "https://github.com/millermedeiros/rocambole/issues"
  },
  "dependencies": {
    "esprima": "^2.1"
  },
  "description": "Recursively walk and transform EcmaScript AST",
  "devDependencies": {
    "expect.js": "0.2",
    "istanbul": "~0.1.23",
    "mocha": "~1.7"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "f6c79505517dc42b6fb840842b8b953b0f968585",
    "tarball": "https://registry.npmjs.org/rocambole/-/rocambole-0.7.0.tgz"
  },
  "gitHead": "e2c69432a322d94e88b4f18417d65f6800d8dc7c",
  "homepage": "https://github.com/millermedeiros/rocambole#readme",
  "keywords": [
    "ast",
    "burrito",
    "esprima",
    "falafel",
    "source",
    "syntax",
    "traversal",
    "tree",
    "walk"
  ],
  "license": "MIT",
  "main": "rocambole.js",
  "maintainers": [
    {
      "name": "millermedeiros",
      "email": "miller@millermedeiros.com"
    }
  ],
  "name": "rocambole",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/millermedeiros/rocambole.git"
  },
  "scripts": {
    "test": "istanbul test test/runner.js"
  },
  "version": "0.7.0"
}
