aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chokidar/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
committerMinteck <contact@minteck.org>2022-06-04 08:51:19 +0200
commitb22f6770c8bd084d66950655203c61dd701b3d90 (patch)
tree873d7fb19584ec2709b95cc1ca05a1fc7cfd0fc4 /node_modules/chokidar/package.json
parent383285ecd5292bf9a825e05904955b937de84cc9 (diff)
downloadequestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.gz
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.tar.bz2
equestriadb-b22f6770c8bd084d66950655203c61dd701b3d90.zip
Remove node_modules
Diffstat (limited to 'node_modules/chokidar/package.json')
-rw-r--r--node_modules/chokidar/package.json85
1 files changed, 0 insertions, 85 deletions
diff --git a/node_modules/chokidar/package.json b/node_modules/chokidar/package.json
deleted file mode 100644
index 6c3cd27..0000000
--- a/node_modules/chokidar/package.json
+++ /dev/null
@@ -1,85 +0,0 @@
-{
- "name": "chokidar",
- "description": "Minimal and efficient cross-platform file watching library",
- "version": "3.5.3",
- "homepage": "https://github.com/paulmillr/chokidar",
- "author": "Paul Miller (https://paulmillr.com)",
- "contributors": [
- "Paul Miller (https://paulmillr.com)",
- "Elan Shanker"
- ],
- "engines": {
- "node": ">= 8.10.0"
- },
- "main": "index.js",
- "dependencies": {
- "anymatch": "~3.1.2",
- "braces": "~3.0.2",
- "glob-parent": "~5.1.2",
- "is-binary-path": "~2.1.0",
- "is-glob": "~4.0.1",
- "normalize-path": "~3.0.0",
- "readdirp": "~3.6.0"
- },
- "optionalDependencies": {
- "fsevents": "~2.3.2"
- },
- "devDependencies": {
- "@types/node": "^14",
- "chai": "^4.3",
- "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",
- "typescript": "~4.4.3",
- "upath": "^1.2.0"
- },
- "files": [
- "index.js",
- "lib/*.js",
- "types/index.d.ts"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/paulmillr/chokidar.git"
- },
- "bugs": {
- "url": "https://github.com/paulmillr/chokidar/issues"
- },
- "license": "MIT",
- "scripts": {
- "dtslint": "dtslint types",
- "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
- "mocha": "mocha --exit --timeout 90000",
- "test": "npm run lint && npm run mocha"
- },
- "keywords": [
- "fs",
- "watch",
- "watchFile",
- "watcher",
- "watching",
- "file",
- "fsevents"
- ],
- "types": "./types/index.d.ts",
- "nyc": {
- "include": [
- "index.js",
- "lib/*.js"
- ],
- "reporter": [
- "html",
- "text"
- ]
- },
- "funding": [
- {
- "type": "individual",
- "url": "https://paulmillr.com/funding/"
- }
- ]
-}