Changeset 59329aa for trip-planner-front/node_modules/readdirp/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/readdirp/package.json
rceaed42 r59329aa 1 1 { 2 "name": "readdirp", 3 "description": "Recursive version of fs.readdir with streaming API.", 4 "version": "3.6.0", 5 "homepage": "https://github.com/paulmillr/readdirp", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/paulmillr/readdirp.git" 2 "_args": [ 3 [ 4 "readdirp@3.6.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "readdirp@3.6.0", 10 "_id": "readdirp@3.6.0", 11 "_inBundle": false, 12 "_integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", 13 "_location": "/readdirp", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "readdirp@3.6.0", 19 "name": "readdirp", 20 "escapedName": "readdirp", 21 "rawSpec": "3.6.0", 22 "saveSpec": null, 23 "fetchSpec": "3.6.0" 9 24 }, 10 "license": "MIT", 25 "_requiredBy": [ 26 "/chokidar" 27 ], 28 "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", 29 "_spec": "3.6.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Thorsten Lorenz", 33 "email": "thlorenz@gmx.de", 34 "url": "thlorenz.com" 35 }, 11 36 "bugs": { 12 37 "url": "https://github.com/paulmillr/readdirp/issues" 13 38 }, 14 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",15 39 "contributors": [ 16 "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", 17 "Paul Miller (https://paulmillr.com)" 40 { 41 "name": "Thorsten Lorenz", 42 "email": "thlorenz@gmx.de", 43 "url": "thlorenz.com" 44 }, 45 { 46 "name": "Paul Miller", 47 "url": "https://paulmillr.com" 48 } 18 49 ], 19 "main": "index.js",20 "engines": {21 "node": ">=8.10.0"22 },23 "files": [24 "index.js",25 "index.d.ts"26 ],27 "keywords": [28 "recursive",29 "fs",30 "stream",31 "streams",32 "readdir",33 "filesystem",34 "find",35 "filter"36 ],37 "scripts": {38 "dtslint": "dtslint",39 "nyc": "nyc",40 "mocha": "mocha --exit",41 "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",42 "test": "npm run lint && nyc npm run mocha"43 },44 50 "dependencies": { 45 51 "picomatch": "^2.2.1" 46 52 }, 53 "description": "Recursive version of fs.readdir with streaming API.", 47 54 "devDependencies": { 48 55 "@types/node": "^14", … … 56 63 "typescript": "^4.0.3" 57 64 }, 58 "nyc": { 59 "reporter": [ 60 "html", 61 "text" 62 ] 65 "engines": { 66 "node": ">=8.10.0" 63 67 }, 64 68 "eslintConfig": { … … 119 123 ] 120 124 } 121 } 125 }, 126 "files": [ 127 "index.js", 128 "index.d.ts" 129 ], 130 "homepage": "https://github.com/paulmillr/readdirp", 131 "keywords": [ 132 "recursive", 133 "fs", 134 "stream", 135 "streams", 136 "readdir", 137 "filesystem", 138 "find", 139 "filter" 140 ], 141 "license": "MIT", 142 "main": "index.js", 143 "name": "readdirp", 144 "nyc": { 145 "reporter": [ 146 "html", 147 "text" 148 ] 149 }, 150 "repository": { 151 "type": "git", 152 "url": "git://github.com/paulmillr/readdirp.git" 153 }, 154 "scripts": { 155 "dtslint": "dtslint", 156 "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .", 157 "mocha": "mocha --exit", 158 "nyc": "nyc", 159 "test": "npm run lint && nyc npm run mocha" 160 }, 161 "version": "3.6.0" 122 162 }
Note:
See TracChangeset
for help on using the changeset viewer.