- 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/expand-brackets/package.json
rceaed42 r59329aa 1 1 { 2 "name": "expand-brackets", 3 "description": "Expand POSIX bracket expressions (character classes) in glob patterns.", 4 "version": "2.1.4", 5 "homepage": "https://github.com/jonschlinkert/expand-brackets", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Elan Shanker (https://github.com/es128)", 9 "Eugene Sharygin (https://github.com/eush77)", 10 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", 11 "Martin Kolárik <martin@kolarik.sk> (http://kolarik.sk)" 2 "_args": [ 3 [ 4 "expand-brackets@2.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 12 7 ], 13 "repository": "jonschlinkert/expand-brackets", 8 "_development": true, 9 "_from": "expand-brackets@2.1.4", 10 "_id": "expand-brackets@2.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", 13 "_location": "/expand-brackets", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "expand-brackets@2.1.4", 21 "name": "expand-brackets", 22 "escapedName": "expand-brackets", 23 "rawSpec": "2.1.4", 24 "saveSpec": null, 25 "fetchSpec": "2.1.4" 26 }, 27 "_requiredBy": [ 28 "/extglob" 29 ], 30 "_resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", 31 "_spec": "2.1.4", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 14 37 "bugs": { 15 38 "url": "https://github.com/jonschlinkert/expand-brackets/issues" 16 39 }, 17 "license": "MIT", 18 "files": [ 19 "index.js", 20 "lib" 40 "contributors": [ 41 { 42 "name": "Elan Shanker", 43 "url": "https://github.com/es128" 44 }, 45 { 46 "name": "Eugene Sharygin", 47 "url": "https://github.com/eush77" 48 }, 49 { 50 "name": "Jon Schlinkert", 51 "email": "jon.schlinkert@sellside.com", 52 "url": "http://twitter.com/jonschlinkert" 53 }, 54 { 55 "name": "Martin Kolárik", 56 "email": "martin@kolarik.sk", 57 "url": "http://kolarik.sk" 58 } 21 59 ], 22 "main": "index.js",23 "engines": {24 "node": ">=0.10.0"25 },26 "scripts": {27 "test": "mocha"28 },29 60 "dependencies": { 30 61 "debug": "^2.3.3", … … 36 67 "to-regex": "^3.0.1" 37 68 }, 69 "description": "Expand POSIX bracket expressions (character classes) in glob patterns.", 38 70 "devDependencies": { 39 71 "bash-match": "^0.1.1", … … 45 77 "yargs-parser": "^4.0.0" 46 78 }, 79 "engines": { 80 "node": ">=0.10.0" 81 }, 82 "files": [ 83 "index.js", 84 "lib" 85 ], 86 "homepage": "https://github.com/jonschlinkert/expand-brackets", 47 87 "keywords": [ 48 88 "bracket", … … 53 93 "posix" 54 94 ], 95 "license": "MIT", 96 "main": "index.js", 97 "name": "expand-brackets", 98 "repository": { 99 "type": "git", 100 "url": "git+https://github.com/jonschlinkert/expand-brackets.git" 101 }, 102 "scripts": { 103 "test": "mocha" 104 }, 55 105 "verb": { 56 106 "run": true, … … 82 132 "reflinks": true 83 133 } 84 } 134 }, 135 "version": "2.1.4" 85 136 }
Note:
See TracChangeset
for help on using the changeset viewer.