Changeset 59329aa for trip-planner-front/node_modules/micromatch
- 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/micromatch/package.json
rceaed42 r59329aa 1 1 { 2 "name": "micromatch", 3 "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", 4 "version": "4.0.4", 5 "homepage": "https://github.com/micromatch/micromatch", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "(https://github.com/DianeLooney)", 9 "Amila Welihinda (amilajack.com)", 10 "Bogdan Chadkin (https://github.com/TrySound)", 11 "Brian Woodward (https://twitter.com/doowb)", 12 "Devon Govett (http://badassjs.com)", 13 "Elan Shanker (https://github.com/es128)", 14 "Fabrício Matté (https://ultcombo.js.org)", 15 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 16 "Martin Kolárik (https://kolarik.sk)", 17 "Olsten Larck (https://i.am.charlike.online)", 18 "Paul Miller (paulmillr.com)", 19 "Tom Byrer (https://github.com/tomByrer)", 20 "Tyler Akins (http://rumkin.com)", 21 "Peter Bright <drpizza@quiscalusmexicanus.org> (https://github.com/drpizza)", 22 "Kuba Juszczyk (https://github.com/ku8ar)" 2 "_args": [ 3 [ 4 "micromatch@4.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 23 7 ], 24 "repository": "micromatch/micromatch", 8 "_development": true, 9 "_from": "micromatch@4.0.4", 10 "_id": "micromatch@4.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", 13 "_location": "/micromatch", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "micromatch@4.0.4", 19 "name": "micromatch", 20 "escapedName": "micromatch", 21 "rawSpec": "4.0.4", 22 "saveSpec": null, 23 "fetchSpec": "4.0.4" 24 }, 25 "_requiredBy": [ 26 "/fast-glob" 27 ], 28 "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", 29 "_spec": "4.0.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 25 35 "bugs": { 26 36 "url": "https://github.com/micromatch/micromatch/issues" 27 37 }, 28 "license": "MIT", 29 "files": [ 30 "index.js" 38 "contributors": [ 39 { 40 "url": "https://github.com/DianeLooney" 41 }, 42 { 43 "name": "Amila Welihinda", 44 "url": "amilajack.com" 45 }, 46 { 47 "name": "Bogdan Chadkin", 48 "url": "https://github.com/TrySound" 49 }, 50 { 51 "name": "Brian Woodward", 52 "url": "https://twitter.com/doowb" 53 }, 54 { 55 "name": "Devon Govett", 56 "url": "http://badassjs.com" 57 }, 58 { 59 "name": "Elan Shanker", 60 "url": "https://github.com/es128" 61 }, 62 { 63 "name": "Fabrício Matté", 64 "url": "https://ultcombo.js.org" 65 }, 66 { 67 "name": "Jon Schlinkert", 68 "url": "http://twitter.com/jonschlinkert" 69 }, 70 { 71 "name": "Martin Kolárik", 72 "url": "https://kolarik.sk" 73 }, 74 { 75 "name": "Olsten Larck", 76 "url": "https://i.am.charlike.online" 77 }, 78 { 79 "name": "Paul Miller", 80 "url": "paulmillr.com" 81 }, 82 { 83 "name": "Tom Byrer", 84 "url": "https://github.com/tomByrer" 85 }, 86 { 87 "name": "Tyler Akins", 88 "url": "http://rumkin.com" 89 }, 90 { 91 "name": "Peter Bright", 92 "email": "drpizza@quiscalusmexicanus.org", 93 "url": "https://github.com/drpizza" 94 }, 95 { 96 "name": "Kuba Juszczyk", 97 "url": "https://github.com/ku8ar" 98 } 31 99 ], 32 "main": "index.js",33 "engines": {34 "node": ">=8.6"35 },36 "scripts": {37 "test": "mocha"38 },39 100 "dependencies": { 40 101 "braces": "^3.0.1", 41 102 "picomatch": "^2.2.3" 42 103 }, 104 "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", 43 105 "devDependencies": { 44 106 "fill-range": "^7.0.1", … … 48 110 "time-require": "github:jonschlinkert/time-require" 49 111 }, 112 "engines": { 113 "node": ">=8.6" 114 }, 115 "files": [ 116 "index.js" 117 ], 118 "homepage": "https://github.com/micromatch/micromatch", 50 119 "keywords": [ 51 120 "bash", … … 88 157 "wildcard" 89 158 ], 159 "license": "MIT", 160 "main": "index.js", 161 "name": "micromatch", 162 "repository": { 163 "type": "git", 164 "url": "git+https://github.com/micromatch/micromatch.git" 165 }, 166 "scripts": { 167 "test": "mocha" 168 }, 90 169 "verb": { 91 170 "toc": "collapsible", … … 116 195 "multimatch" 117 196 ] 118 } 197 }, 198 "version": "4.0.4" 119 199 }
Note:
See TracChangeset
for help on using the changeset viewer.