{
  "_args": [
    [
      "watchpack@^1.3.1",
      "/home/miguelangel/Escritorio/DuckHunt/node_modules/webpack"
    ]
  ],
  "_from": "watchpack@>=1.3.1 <2.0.0",
  "_id": "watchpack@1.4.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/watchpack",
  "_nodeVersion": "7.8.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/watchpack-1.4.0.tgz_1500111148832_0.024017252027988434"
  },
  "_npmUser": {
    "email": "tobias.koppers@googlemail.com",
    "name": "sokra"
  },
  "_npmVersion": "4.2.0",
  "_phantomChildren": {
    "lodash": "4.17.4"
  },
  "_requested": {
    "name": "watchpack",
    "raw": "watchpack@^1.3.1",
    "rawSpec": "^1.3.1",
    "scope": null,
    "spec": ">=1.3.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz",
  "_shasum": "4a1472bcbb952bd0a9bb4036801f954dfb39faac",
  "_shrinkwrap": null,
  "_spec": "watchpack@^1.3.1",
  "_where": "/home/miguelangel/Escritorio/DuckHunt/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/watchpack/issues"
  },
  "dependencies": {
    "async": "^2.1.2",
    "chokidar": "^1.7.0",
    "graceful-fs": "^4.1.2"
  },
  "description": "Wrapper library for directory and file watching.",
  "devDependencies": {
    "codecov.io": "^0.1.6",
    "coveralls": "^2.11.2",
    "eslint": "^2.9.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.1.0",
    "rimraf": "~2.5.0",
    "should": "^8.3.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "4a1472bcbb952bd0a9bb4036801f954dfb39faac",
    "tarball": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz"
  },
  "files": [
    "lib/"
  ],
  "gitHead": "9fc9be000ebd3377418c33be21764867e7a5cbcb",
  "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": "1.4.0"
}
