{
  "_args": [
    [
      {
        "raw": "watchpack@^0.2.1",
        "scope": null,
        "escapedName": "watchpack",
        "name": "watchpack",
        "rawSpec": "^0.2.1",
        "spec": ">=0.2.1 <0.3.0",
        "type": "range"
      },
      "/Users/gaearon/p/create-react-app/node_modules/webpack"
    ]
  ],
  "_from": "watchpack@>=0.2.1 <0.3.0",
  "_id": "watchpack@0.2.9",
  "_inCache": true,
  "_installable": true,
  "_location": "/watchpack",
  "_nodeVersion": "4.0.0",
  "_npmUser": {
    "name": "sokra",
    "email": "tobias.koppers@googlemail.com"
  },
  "_npmVersion": "3.3.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "watchpack@^0.2.1",
    "scope": null,
    "escapedName": "watchpack",
    "name": "watchpack",
    "rawSpec": "^0.2.1",
    "spec": ">=0.2.1 <0.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz",
  "_shasum": "62eaa4ab5e5ba35fdfc018275626e3c0f5e3fb0b",
  "_shrinkwrap": null,
  "_spec": "watchpack@^0.2.1",
  "_where": "/Users/gaearon/p/create-react-app/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/watchpack/issues"
  },
  "dependencies": {
    "async": "^0.9.0",
    "chokidar": "^1.0.0",
    "graceful-fs": "^4.1.2"
  },
  "description": "Wrapper library for directory and file watching.",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^0.20.0",
    "istanbul": "^0.3.13",
    "mocha": "^2.1.0",
    "rimraf": "^2.2.8",
    "should": "^6.0.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "62eaa4ab5e5ba35fdfc018275626e3c0f5e3fb0b",
    "tarball": "https://registry.npmjs.org/watchpack/-/watchpack-0.2.9.tgz"
  },
  "gitHead": "8f3ae3e9700ed68a690de6d19e3581d50bd02d3a",
  "homepage": "https://github.com/webpack/watchpack",
  "license": "MIT",
  "main": "./lib/watchpack.js",
  "maintainers": [
    {
      "name": "sokra",
      "email": "tobias.koppers@googlemail.com"
    }
  ],
  "name": "watchpack",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack/watchpack.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/mocha/bin/_mocha",
    "lint": "eslint lib",
    "precover": "npm run lint",
    "pretest": "npm run lint",
    "test": "mocha",
    "travis": "npm run cover -- --report lcovonly"
  },
  "version": "0.2.9"
}
