{
  "_args": [
    [
      "chokidar@^3.4.1",
      "/var/www/siti/c4rgocloud/node_modules/watchpack"
    ]
  ],
  "_from": "chokidar@>=3.4.1 <4.0.0",
  "_hasShrinkwrap": false,
  "_id": "chokidar@3.4.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/chokidar",
  "_nodeVersion": "14.2.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/chokidar_3.4.2_1596728876948_0.07557304314268287"
  },
  "_npmUser": {
    "email": "paul@paulmillr.com",
    "name": "paulmillr"
  },
  "_npmVersion": "6.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "chokidar",
    "raw": "chokidar@^3.4.1",
    "rawSpec": "^3.4.1",
    "scope": null,
    "spec": ">=3.4.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/watchpack"
  ],
  "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz",
  "_shasum": "38dc8e658dec3809741eb3ef7bb0a47fe424232d",
  "_shrinkwrap": null,
  "_spec": "chokidar@^3.4.1",
  "_where": "/var/www/siti/c4rgocloud/node_modules/watchpack",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/chokidar/issues"
  },
  "contributors": [
    {
      "name": "Paul Miller",
      "url": "https://paulmillr.com"
    },
    {
      "name": "Elan Shanker"
    }
  ],
  "dependencies": {
    "anymatch": "~3.1.1",
    "braces": "~3.0.2",
    "fsevents": "~2.1.2",
    "glob-parent": "~5.1.0",
    "is-binary-path": "~2.1.0",
    "is-glob": "~4.0.1",
    "normalize-path": "~3.0.0",
    "readdirp": "~3.4.0"
  },
  "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
  "devDependencies": {
    "@types/node": "^14",
    "chai": "^4.2",
    "dtslint": "^3.3.0",
    "eslint": "^7.0.0",
    "mocha": "^7.0.0",
    "nyc": "^15.0.0",
    "rimraf": "^3.0.0",
    "sinon": "^9.0.1",
    "sinon-chai": "^3.3.0",
    "upath": "^1.2.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 8,
    "integrity": "sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLCYtCRA9TVsSAnZWagAAnNEP+wX0gz3UVU2cq2tykVXm\nFPawXovuSHqgBm2jybmWcjpc5K1TVPnbKcpPdfZWV4ihAntzwq8uDT0BNEbW\ns+8qUDsXKYMX+gzDSn3RIfidAydwLrC4WcjDO1zgDgm1CI3JWxyj8pcaigym\nr8wNg/EDZ2W6tqmRP/CpwaB7zJge+OQs7l2vgkVd8cR3/r9N2/EVEooDyKrv\nT+5i5ifeePDjQFe2kb5h4aVDf+8jslQr5rVVDFHoXUXdUiWLizdVuc3SyHbH\nAvBmk3baSWgSMojjqiysWoSBQcje+cBQ8ZpthMaHDv5FH+w7OBJOTWsLw83S\nq9D9GyKqaZl4LWjnpIBQQO5PPt3WxCCPyV0zZ2IYhLE1d7MKCBBwLCHw1yAx\nt+91eCnVEDxIf6NcwVCZJs1LGXTnJnjYEsCWTZuJPyo0BfHOr+yVAafIB+JO\nmbUl2m6o9epOEH2m3BL4m14ZK61hIaT05+fLQzYpVWxBxj3gpiJARetTvnc5\nUkAD9rFahZqB1ZwpHIjCevDxD+2ZOF+r5fVdCruY2UEmAa5SmKAMYXyH63qC\nhKeFUCMm6xiljuJuDfNnQZxQSohEyoMj6jvbmW8GsQiNqb//mzXIiKKAdFBJ\nySmCS8afDkYaN+PsOYcGPmfEMK5FmSZqo0VeSk7udOM2dC3ph77/v7wAqsXo\nrPQc\r\n=nZ80\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "38dc8e658dec3809741eb3ef7bb0a47fe424232d",
    "tarball": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.2.tgz",
    "unpackedSize": 89867
  },
  "engines": {
    "node": ">= 8.10.0"
  },
  "eslintConfig": {
    "env": {
      "es6": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
      "ecmaVersion": 9,
      "sourceType": "script"
    },
    "rules": {
      "array-callback-return": "error",
      "no-empty": [
        {
          "allowEmptyCatch": true
        },
        "error"
      ],
      "no-lonely-if": "error",
      "no-var": "error",
      "object-shorthand": "error",
      "prefer-arrow-callback": [
        {
          "allowNamedFunctions": true
        },
        "error"
      ],
      "prefer-const": [
        {
          "ignoreReadBeforeAssign": true
        },
        "error"
      ],
      "prefer-destructuring": [
        {
          "object": true,
          "array": false
        },
        "error"
      ],
      "prefer-spread": "error",
      "prefer-template": "error",
      "quotes": [
        "error",
        "single"
      ],
      "radix": "error",
      "strict": "error"
    }
  },
  "gitHead": "95faa2fe42d1736b3c5bfbc0f17a9f0379b001f3",
  "homepage": "https://github.com/paulmillr/chokidar",
  "keywords": [
    "file",
    "fs",
    "fsevents",
    "watch",
    "watchFile",
    "watcher",
    "watching"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "es128",
      "email": "elan.shanker+npm@gmail.com"
    },
    {
      "name": "paulmillr",
      "email": "paul@paulmillr.com"
    }
  ],
  "name": "chokidar",
  "nyc": {
    "include": [
      "index.js",
      "lib/*.js"
    ],
    "reporter": [
      "html",
      "text"
    ]
  },
  "optionalDependencies": {
    "fsevents": "~2.1.2"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/chokidar.git"
  },
  "scripts": {
    "dtslint": "dtslint types",
    "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
    "mocha": "mocha --exit --timeout 60000",
    "test": "npm run lint && npm run mocha"
  },
  "types": "./types/index.d.ts",
  "version": "3.4.2"
}
