{
  "_args": [
    [
      {
        "raw": "rimraf-then@1.0.0",
        "scope": null,
        "escapedName": "rimraf-then",
        "name": "rimraf-then",
        "rawSpec": "1.0.0",
        "spec": "1.0.0",
        "type": "version"
      },
      "/home/zkochan/src/pnpm"
    ]
  ],
  "_from": "rimraf-then@1.0.0",
  "_id": "rimraf-then@1.0.0",
  "_inCache": true,
  "_location": "/rimraf-then",
  "_nodeVersion": "0.11.13",
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "2.0.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "rimraf-then@1.0.0",
    "scope": null,
    "escapedName": "rimraf-then",
    "name": "rimraf-then",
    "rawSpec": "1.0.0",
    "spec": "1.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/rimraf-then/-/rimraf-then-1.0.0.tgz",
  "_shasum": "a6e32544b99f0fa9eee8ab3f0399fe2528ef3944",
  "_shrinkwrap": null,
  "_spec": "rimraf-then@1.0.0",
  "_where": "/home/zkochan/src/pnpm",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/fs-utils/rimraf-then/issues"
  },
  "dependencies": {
    "native-or-bluebird": "1",
    "rimraf": "2"
  },
  "description": "rimraf as promised",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "1"
  },
  "directories": {},
  "dist": {
    "shasum": "a6e32544b99f0fa9eee8ab3f0399fe2528ef3944",
    "tarball": "https://registry.npmjs.org/rimraf-then/-/rimraf-then-1.0.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e22b2c0c0c66ef26b59417d7d9812d600867886c",
  "homepage": "https://github.com/fs-utils/rimraf-then",
  "keywords": [
    "rimraf",
    "rm",
    "then",
    "thenable",
    "co",
    "fs",
    "promise"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "rimraf-then",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fs-utils/rimraf-then.git"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.0.0"
}
