Changeset 79a0317 for imaps-frontend/node_modules/micromatch
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/micromatch/package.json
r0c6b92a r79a0317 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.8", 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 "_from": "micromatch@^4.0.5", 3 "_id": "micromatch@4.0.8", 4 "_inBundle": false, 5 "_integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", 6 "_location": "/micromatch", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "micromatch@^4.0.5", 12 "name": "micromatch", 13 "escapedName": "micromatch", 14 "rawSpec": "^4.0.5", 15 "saveSpec": null, 16 "fetchSpec": "^4.0.5" 17 }, 18 "_requiredBy": [ 19 "/@parcel/watcher" 23 20 ], 24 "repository": "micromatch/micromatch", 21 "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", 22 "_shasum": "d66fa18f3a47076789320b9b1af32bd86d9fa202", 23 "_spec": "micromatch@^4.0.5", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher", 25 "author": { 26 "name": "Jon Schlinkert", 27 "url": "https://github.com/jonschlinkert" 28 }, 25 29 "bugs": { 26 30 "url": "https://github.com/micromatch/micromatch/issues" 27 31 }, 28 "license": "MIT", 29 "files": [ 30 "index.js" 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "url": "https://github.com/DianeLooney" 36 }, 37 { 38 "name": "Amila Welihinda", 39 "url": "amilajack.com" 40 }, 41 { 42 "name": "Bogdan Chadkin", 43 "url": "https://github.com/TrySound" 44 }, 45 { 46 "name": "Brian Woodward", 47 "url": "https://twitter.com/doowb" 48 }, 49 { 50 "name": "Devon Govett", 51 "url": "http://badassjs.com" 52 }, 53 { 54 "name": "Elan Shanker", 55 "url": "https://github.com/es128" 56 }, 57 { 58 "name": "Fabrício Matté", 59 "url": "https://ultcombo.js.org" 60 }, 61 { 62 "name": "Jon Schlinkert", 63 "url": "http://twitter.com/jonschlinkert" 64 }, 65 { 66 "name": "Martin Kolárik", 67 "url": "https://kolarik.sk" 68 }, 69 { 70 "name": "Olsten Larck", 71 "url": "https://i.am.charlike.online" 72 }, 73 { 74 "name": "Paul Miller", 75 "url": "paulmillr.com" 76 }, 77 { 78 "name": "Tom Byrer", 79 "url": "https://github.com/tomByrer" 80 }, 81 { 82 "name": "Tyler Akins", 83 "url": "http://rumkin.com" 84 }, 85 { 86 "name": "Peter Bright", 87 "email": "drpizza@quiscalusmexicanus.org", 88 "url": "https://github.com/drpizza" 89 }, 90 { 91 "name": "Kuba Juszczyk", 92 "url": "https://github.com/ku8ar" 93 } 31 94 ], 32 "main": "index.js",33 "engines": {34 "node": ">=8.6"35 },36 "scripts": {37 "test": "mocha"38 },39 95 "dependencies": { 40 96 "braces": "^3.0.3", 41 97 "picomatch": "^2.3.1" 42 98 }, 99 "deprecated": false, 100 "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.", 43 101 "devDependencies": { 44 102 "fill-range": "^7.0.1", … … 48 106 "time-require": "github:jonschlinkert/time-require" 49 107 }, 108 "engines": { 109 "node": ">=8.6" 110 }, 111 "files": [ 112 "index.js" 113 ], 114 "homepage": "https://github.com/micromatch/micromatch", 50 115 "keywords": [ 51 116 "bash", … … 88 153 "wildcard" 89 154 ], 155 "license": "MIT", 156 "main": "index.js", 157 "name": "micromatch", 158 "repository": { 159 "type": "git", 160 "url": "git+https://github.com/micromatch/micromatch.git" 161 }, 162 "scripts": { 163 "test": "mocha" 164 }, 90 165 "verb": { 91 166 "toc": "collapsible", … … 116 191 "multimatch" 117 192 ] 118 } 193 }, 194 "version": "4.0.8" 119 195 }
Note:
See TracChangeset
for help on using the changeset viewer.