Changeset 59329aa for trip-planner-front/node_modules/chokidar/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/chokidar/package.json
rceaed42 r59329aa 1 1 { 2 "name": "chokidar", 3 "description": "Minimal and efficient cross-platform file watching library", 4 "version": "3.5.2", 5 "homepage": "https://github.com/paulmillr/chokidar", 6 "author": "Paul Miller (https://paulmillr.com)", 2 "_args": [ 3 [ 4 "chokidar@3.5.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "chokidar@3.5.2", 10 "_id": "chokidar@3.5.2", 11 "_inBundle": false, 12 "_integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==", 13 "_location": "/chokidar", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "chokidar@3.5.2", 19 "name": "chokidar", 20 "escapedName": "chokidar", 21 "rawSpec": "3.5.2", 22 "saveSpec": null, 23 "fetchSpec": "3.5.2" 24 }, 25 "_requiredBy": [ 26 "/@angular/compiler-cli", 27 "/karma", 28 "/sass" 29 ], 30 "_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz", 31 "_spec": "3.5.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Paul Miller", 35 "url": "https://paulmillr.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/paulmillr/chokidar/issues" 39 }, 7 40 "contributors": [ 8 "Paul Miller (https://paulmillr.com)", 9 "Elan Shanker" 41 { 42 "name": "Paul Miller", 43 "url": "https://paulmillr.com" 44 }, 45 { 46 "name": "Elan Shanker" 47 } 10 48 ], 11 "engines": {12 "node": ">= 8.10.0"13 },14 "main": "index.js",15 49 "dependencies": { 16 50 "anymatch": "~3.1.2", 17 51 "braces": "~3.0.2", 52 "fsevents": "~2.3.2", 18 53 "glob-parent": "~5.1.2", 19 54 "is-binary-path": "~2.1.0", … … 22 57 "readdirp": "~3.6.0" 23 58 }, 24 "optionalDependencies": { 25 "fsevents": "~2.3.2" 26 }, 59 "description": "Minimal and efficient cross-platform file watching library", 27 60 "devDependencies": { 28 61 "@types/node": "^14", … … 37 70 "upath": "^1.2.0" 38 71 }, 72 "engines": { 73 "node": ">= 8.10.0" 74 }, 39 75 "files": [ 40 76 "index.js", … … 42 78 "types/index.d.ts" 43 79 ], 44 "repository": { 45 "type": "git", 46 "url": "git+https://github.com/paulmillr/chokidar.git" 47 }, 48 "bugs": { 49 "url": "https://github.com/paulmillr/chokidar/issues" 50 }, 51 "license": "MIT", 52 "scripts": { 53 "dtslint": "dtslint types", 54 "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .", 55 "mocha": "mocha --exit --timeout 90000", 56 "test": "npm run lint && npm run mocha" 57 }, 80 "homepage": "https://github.com/paulmillr/chokidar", 58 81 "keywords": [ 59 82 "fs", … … 65 88 "fsevents" 66 89 ], 67 "types": "./types/index.d.ts", 90 "license": "MIT", 91 "main": "index.js", 92 "name": "chokidar", 68 93 "nyc": { 69 94 "include": [ … … 75 100 "text" 76 101 ] 77 } 102 }, 103 "optionalDependencies": { 104 "fsevents": "~2.3.2" 105 }, 106 "repository": { 107 "type": "git", 108 "url": "git+https://github.com/paulmillr/chokidar.git" 109 }, 110 "scripts": { 111 "dtslint": "dtslint types", 112 "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .", 113 "mocha": "mocha --exit --timeout 90000", 114 "test": "npm run lint && npm run mocha" 115 }, 116 "types": "./types/index.d.ts", 117 "version": "3.5.2" 78 118 }
Note:
See TracChangeset
for help on using the changeset viewer.