Changeset 59329aa for trip-planner-front/node_modules/extglob
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/extglob
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/extglob/node_modules/define-property/package.json
rceaed42 r59329aa 1 1 { 2 "name": "define-property", 3 "description": "Define a non-enumerable property on an object.", 4 "version": "1.0.0", 5 "homepage": "https://github.com/jonschlinkert/define-property", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/define-property", 2 "_args": [ 3 [ 4 "define-property@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "define-property@1.0.0", 10 "_id": "define-property@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", 13 "_location": "/extglob/define-property", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "define-property@1.0.0", 19 "name": "define-property", 20 "escapedName": "define-property", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/extglob" 27 ], 28 "_resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/define-property/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 37 }, 22 38 "dependencies": { 23 39 "is-descriptor": "^1.0.0" 24 40 }, 41 "description": "Define a non-enumerable property on an object.", 25 42 "devDependencies": { 26 43 "gulp-format-md": "^0.1.12", 27 44 "mocha": "^3.2.0" 28 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/define-property", 29 53 "keywords": [ 30 54 "define", … … 39 63 "value" 40 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "define-property", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/jonschlinkert/define-property.git" 71 }, 72 "scripts": { 73 "test": "mocha" 74 }, 41 75 "verb": { 42 76 "related": { … … 59 93 "reflinks": true 60 94 } 61 } 95 }, 96 "version": "1.0.0" 62 97 } -
trip-planner-front/node_modules/extglob/node_modules/extend-shallow/package.json
rceaed42 r59329aa 1 1 { 2 "name": "extend-shallow", 3 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 4 "version": "2.0.1", 5 "homepage": "https://github.com/jonschlinkert/extend-shallow", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/extend-shallow", 2 "_args": [ 3 [ 4 "extend-shallow@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "extend-shallow@2.0.1", 10 "_id": "extend-shallow@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", 13 "_location": "/extglob/extend-shallow", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "extend-shallow@2.0.1", 19 "name": "extend-shallow", 20 "escapedName": "extend-shallow", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/extglob" 27 ], 28 "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", 29 "_spec": "2.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/extend-shallow/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 37 }, 22 38 "dependencies": { 23 39 "is-extendable": "^0.1.0" 24 40 }, 41 "description": "Extend an object with the properties of additional objects. node.js/javascript util.", 25 42 "devDependencies": { 26 43 "array-slice": "^0.2.3", … … 35 52 "should": "^7.0.1" 36 53 }, 54 "engines": { 55 "node": ">=0.10.0" 56 }, 57 "files": [ 58 "index.js" 59 ], 60 "homepage": "https://github.com/jonschlinkert/extend-shallow", 37 61 "keywords": [ 38 62 "assign", … … 53 77 "utils", 54 78 "value" 55 ] 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "extend-shallow", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/jonschlinkert/extend-shallow.git" 86 }, 87 "scripts": { 88 "test": "mocha" 89 }, 90 "version": "2.0.1" 56 91 } -
trip-planner-front/node_modules/extglob/node_modules/is-extendable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-extendable", 3 "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", 4 "version": "0.1.1", 5 "homepage": "https://github.com/jonschlinkert/is-extendable", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-extendable", 2 "_args": [ 3 [ 4 "is-extendable@0.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-extendable@0.1.1", 10 "_id": "is-extendable@0.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", 13 "_location": "/extglob/is-extendable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-extendable@0.1.1", 19 "name": "is-extendable", 20 "escapedName": "is-extendable", 21 "rawSpec": "0.1.1", 22 "saveSpec": null, 23 "fetchSpec": "0.1.1" 24 }, 25 "_requiredBy": [ 26 "/extglob/extend-shallow" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 29 "_spec": "0.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/is-extendable/issues" 10 37 }, 11 "license": "MIT", 38 "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", 39 "devDependencies": { 40 "mocha": "*" 41 }, 42 "engines": { 43 "node": ">=0.10.0" 44 }, 12 45 "files": [ 13 46 "index.js" 14 47 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "devDependencies": { 23 "mocha": "*" 24 }, 48 "homepage": "https://github.com/jonschlinkert/is-extendable", 25 49 "keywords": [ 26 50 "array", … … 36 60 "test" 37 61 ], 62 "license": "MIT", 63 "main": "index.js", 64 "name": "is-extendable", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 68 }, 69 "scripts": { 70 "test": "mocha" 71 }, 38 72 "verbiage": { 39 73 "related": { … … 48 82 ] 49 83 } 50 } 84 }, 85 "version": "0.1.1" 51 86 } -
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.