{
  "_args": [
    [
      {
        "raw": "watchpack@^2.0.0",
        "scope": null,
        "escapedName": "watchpack",
        "name": "watchpack",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack"
    ]
  ],
  "_from": "watchpack@>=2.0.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "watchpack@2.2.0",
  "_inCache": true,
  "_location": "/watchpack",
  "_nodeVersion": "14.16.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/watchpack_2.2.0_1621437490417_0.8653218606104618"
  },
  "_npmUser": {
    "name": "sokra",
    "email": "tobias.koppers@googlemail.com"
  },
  "_npmVersion": "6.14.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "watchpack@^2.0.0",
    "scope": null,
    "escapedName": "watchpack",
    "name": "watchpack",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz",
  "_shasum": "47d78f5415fe550ecd740f99fe2882323a58b1ce",
  "_shrinkwrap": null,
  "_spec": "watchpack@^2.0.0",
  "_where": "/home/inputdataadmin/public_html/_subdomains/plataforma/node_modules/webpack",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack/watchpack/issues"
  },
  "dependencies": {
    "glob-to-regexp": "^0.4.1",
    "graceful-fs": "^4.1.2"
  },
  "description": "Wrapper library for directory and file watching.",
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^5.11.1",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "istanbul": "^0.4.3",
    "mocha": "^5.0.1",
    "prettier": "^1.11.0",
    "rimraf": "^2.6.2",
    "should": "^8.3.1",
    "write-file-atomic": "^3.0.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "integrity": "sha512-up4YAn/XHgZHIxFBVCdlMiWDj6WaLKpwVeGQk2I5thdYxF/KmF0aaz6TfJZ/hfl1h/XlcDr7k1KH7ThDagpFaA==",
    "shasum": "47d78f5415fe550ecd740f99fe2882323a58b1ce",
    "tarball": "https://registry.npmjs.org/watchpack/-/watchpack-2.2.0.tgz",
    "fileCount": 9,
    "unpackedSize": 56056,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpSwzCRA9TVsSAnZWagAAOAUP/jEfdnIbtaB677xdL7Es\n87xF1CMNalC3ey0pwxs3i72CCxj2E/y+wduWCbFECMIQJx8Jr8CNI7k0AWIf\nOtVNTbffWOt/jyDfT0ztnNCJ6eOuU93y+ZF6t7eLx53aPFL1hOSW1ZFDVMA8\n7xSKPmy9BiWdpkmbgZYldxsi1DEtLSJuZgLWnNqKewyx/ZNpIIBnMHmM95jy\nL5hAa1R2GuPqsenj/3DMDT70sYOtMEQKJ2+FgCmTeoHwHeNp6dom2G+V3YyB\niNmoK/85yXYZnaocGXFjzmUzJ2NIIwy+SMVjUYA5mf4yi8+O9dl51OOgX451\nRMIwADostp/cMXVxNS8ntcRDtXCkdNEXboczGinDL5Uk2GEVv+oDd0P6u1Ob\n3TinjTcW8reZZykesLzT2wDPwM9HenaYt6nkCFUl79k5knq/w81JayCOS7O/\nEt9qR+49fhNuRuOICFE7kGe98qg2j1YcQbw234nDaKFMO2NaGG3CTfU8iX2v\n9bspRXoOaTYzDvp1ihuhLC7sW+2aDHA0/6rAKX45t7+xM/X/TnktlcVGxZvA\nVKxcsjDt9sgoQ3M2dXHJfuVs/W5oDItap1P89y6h39x1aDzxya78BZMPNmXb\npbLP1UBiLORpnNuUO4nCC9Qbhp6745Uffo2+Fn4Aw1EX3svgbPXETg2+gjk1\ntNmA\r\n=X7NJ\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "gitHead": "22fc0ac97d604cd01fe0717a84253d942a7467c1",
  "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": "yarn lint",
    "pretest": "yarn lint",
    "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
    "test": "mocha"
  },
  "version": "2.2.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=10.13.0"
      },
      "pkgid": "watchpack@2.2.0"
    }
  ]
}
