Changeset 59329aa for trip-planner-front/node_modules/nanomatch
- 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/nanomatch/package.json
rceaed42 r59329aa 1 1 { 2 "name": "nanomatch", 3 "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)", 4 "version": "1.2.13", 5 "homepage": "https://github.com/micromatch/nanomatch", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Devon Govett (http://badassjs.com)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "nanomatch@1.2.13", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "micromatch/nanomatch", 8 "_development": true, 9 "_from": "nanomatch@1.2.13", 10 "_id": "nanomatch@1.2.13", 11 "_inBundle": false, 12 "_integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", 13 "_location": "/nanomatch", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "nanomatch@1.2.13", 19 "name": "nanomatch", 20 "escapedName": "nanomatch", 21 "rawSpec": "1.2.13", 22 "saveSpec": null, 23 "fetchSpec": "1.2.13" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/micromatch", 27 "/webpack-dev-server/micromatch" 28 ], 29 "_resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", 30 "_spec": "1.2.13", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 12 36 "bugs": { 13 37 "url": "https://github.com/micromatch/nanomatch/issues" 14 38 }, 15 "license": "MIT", 16 "files": [ 17 "index.js", 18 "lib" 39 "contributors": [ 40 { 41 "name": "Devon Govett", 42 "url": "http://badassjs.com" 43 }, 44 { 45 "name": "Jon Schlinkert", 46 "url": "http://twitter.com/jonschlinkert" 47 } 19 48 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 49 "dependencies": { 28 50 "arr-diff": "^4.0.0", … … 38 60 "to-regex": "^3.0.1" 39 61 }, 62 "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)", 40 63 "devDependencies": { 41 64 "bash-match": "^1.0.2", … … 51 74 "multimatch": "^2.1.0" 52 75 }, 76 "engines": { 77 "node": ">=0.10.0" 78 }, 79 "files": [ 80 "index.js", 81 "lib" 82 ], 83 "homepage": "https://github.com/micromatch/nanomatch", 53 84 "keywords": [ 54 85 "bash", … … 81 112 "wildcard" 82 113 ], 114 "license": "MIT", 83 115 "lintDeps": { 84 116 "dependencies": { … … 98 130 } 99 131 } 132 }, 133 "main": "index.js", 134 "name": "nanomatch", 135 "repository": { 136 "type": "git", 137 "url": "git+https://github.com/micromatch/nanomatch.git" 138 }, 139 "scripts": { 140 "test": "mocha" 100 141 }, 101 142 "verb": { … … 131 172 "reflinks": true 132 173 } 133 } 174 }, 175 "version": "1.2.13" 134 176 }
Note:
See TracChangeset
for help on using the changeset viewer.