Changeset 59329aa for trip-planner-front/node_modules/extglob/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/extglob/package.json
rceaed42 r59329aa 1 1 { 2 "name": "extglob", 3 "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.", 4 "version": "2.0.4", 5 "homepage": "https://github.com/micromatch/extglob", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Devon Govett (http://badassjs.com)", 10 "Isiah Meadows (https://www.isiahmeadows.com)", 11 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 12 "Matt Bierner (http://mattbierner.com)", 13 "Shinnosuke Watanabe (https://shinnn.github.io)" 2 "_args": [ 3 [ 4 "extglob@2.0.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 14 7 ], 15 "repository": "micromatch/extglob", 8 "_development": true, 9 "_from": "extglob@2.0.4", 10 "_id": "extglob@2.0.4", 11 "_inBundle": false, 12 "_integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", 13 "_location": "/extglob", 14 "_phantomChildren": { 15 "is-descriptor": "1.0.2" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "extglob@2.0.4", 21 "name": "extglob", 22 "escapedName": "extglob", 23 "rawSpec": "2.0.4", 24 "saveSpec": null, 25 "fetchSpec": "2.0.4" 26 }, 27 "_requiredBy": [ 28 "/http-proxy-middleware/micromatch", 29 "/webpack-dev-server/micromatch" 30 ], 31 "_resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", 32 "_spec": "2.0.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 16 38 "bugs": { 17 39 "url": "https://github.com/micromatch/extglob/issues" 18 40 }, 19 "license": "MIT", 20 "files": [ 21 "index.js", 22 "lib" 41 "contributors": [ 42 { 43 "name": "Brian Woodward", 44 "url": "https://twitter.com/doowb" 45 }, 46 { 47 "name": "Devon Govett", 48 "url": "http://badassjs.com" 49 }, 50 { 51 "name": "Isiah Meadows", 52 "url": "https://www.isiahmeadows.com" 53 }, 54 { 55 "name": "Jon Schlinkert", 56 "url": "http://twitter.com/jonschlinkert" 57 }, 58 { 59 "name": "Matt Bierner", 60 "url": "http://mattbierner.com" 61 }, 62 { 63 "name": "Shinnosuke Watanabe", 64 "url": "https://shinnn.github.io" 65 } 23 66 ], 24 "main": "index.js",25 "engines": {26 "node": ">=0.10.0"27 },28 "scripts": {29 "test": "mocha"30 },31 67 "dependencies": { 32 68 "array-unique": "^0.3.2", … … 39 75 "to-regex": "^3.0.1" 40 76 }, 77 "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.", 41 78 "devDependencies": { 42 79 "bash-match": "^1.0.2", … … 56 93 "multimatch": "^2.1.0" 57 94 }, 95 "engines": { 96 "node": ">=0.10.0" 97 }, 98 "files": [ 99 "index.js", 100 "lib" 101 ], 102 "homepage": "https://github.com/micromatch/extglob", 58 103 "keywords": [ 59 104 "bash", … … 70 115 "wildcard" 71 116 ], 117 "license": "MIT", 72 118 "lintDeps": { 73 119 "devDependencies": { … … 80 126 } 81 127 } 128 }, 129 "main": "index.js", 130 "name": "extglob", 131 "repository": { 132 "type": "git", 133 "url": "git+https://github.com/micromatch/extglob.git" 134 }, 135 "scripts": { 136 "test": "mocha" 82 137 }, 83 138 "verb": { … … 105 160 "reflinks": true 106 161 } 107 } 162 }, 163 "version": "2.0.4" 108 164 }
Note:
See TracChangeset
for help on using the changeset viewer.