{ "_from": "chokidar@3.0.2", "_id": "chokidar@3.0.2", "_inBundle": false, "_integrity": "sha512-c4PR2egjNjI1um6bamCQ6bUNPDiyofNQruHvKgHQ4gDUP/ITSVSzNsiI5OWtHOsX323i5ha/kk4YmOZ1Ktg7KA==", "_location": "/chokidar", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "chokidar@3.0.2", "name": "chokidar", "escapedName": "chokidar", "rawSpec": "3.0.2", "saveSpec": null, "fetchSpec": "3.0.2" }, "_requiredBy": [ "/af-webpack", "/umi-build-dev", "/umi-mock" ], "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.0.2.tgz", "_shasum": "0d1cd6d04eb2df0327446188cd13736a3367d681", "_spec": "chokidar@3.0.2", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-build-dev", "author": { "name": "Paul Miller", "url": "https://paulmillr.com" }, "bugs": { "url": "https://github.com/paulmillr/chokidar/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Paul Miller", "url": "https://paulmillr.com" }, { "name": "Elan Shanker" } ], "dependencies": { "anymatch": "^3.0.1", "braces": "^3.0.2", "fsevents": "^2.0.6", "glob-parent": "^5.0.0", "is-binary-path": "^2.1.0", "is-glob": "^4.0.1", "normalize-path": "^3.0.0", "readdirp": "^3.1.1" }, "deprecated": false, "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.", "devDependencies": { "@types/node": "^12", "chai": "^4.2", "coveralls": "^3", "dtslint": "0.4.1", "jshint": "^2.10.1", "mocha": "^6.1.3", "nyc": "^14.0.0", "rimraf": "^2.6.3", "sinon": "^7.3.1", "sinon-chai": "^3.3.0", "upath": "^1.1.2" }, "engines": { "node": ">= 8" }, "files": [ "index.js", "lib/", "types/index.d.ts" ], "homepage": "https://github.com/paulmillr/chokidar", "jshintConfig": { "node": true, "curly": false, "bitwise": false, "mocha": true, "expr": true, "esversion": 8, "predef": [ "toString" ] }, "keywords": [ "fs", "watch", "watchFile", "watcher", "watching", "file", "fsevents" ], "license": "MIT", "name": "chokidar", "optionalDependencies": { "fsevents": "^2.0.6" }, "repository": { "type": "git", "url": "git+https://github.com/paulmillr/chokidar.git" }, "scripts": { "coveralls": "nyc report --reporter=text-lcov | coveralls", "dtslint": "dtslint types", "lint": "jshint index.js lib", "mocha": "mocha", "test": "nyc mocha --exit" }, "types": "./types/index.d.ts", "version": "3.0.2" }