Changeset 59329aa for trip-planner-front/node_modules/set-value
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/set-value
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/set-value/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": "/set-value/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 "/set-value" 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/set-value/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": "/set-value/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 "/set-value", 27 "/set-value/extend-shallow" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 30 "_spec": "0.1.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/is-extendable/issues" 10 38 }, 11 "license": "MIT", 39 "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?\"", 40 "devDependencies": { 41 "mocha": "*" 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 12 46 "files": [ 13 47 "index.js" 14 48 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "devDependencies": { 23 "mocha": "*" 24 }, 49 "homepage": "https://github.com/jonschlinkert/is-extendable", 25 50 "keywords": [ 26 51 "array", … … 36 61 "test" 37 62 ], 63 "license": "MIT", 64 "main": "index.js", 65 "name": "is-extendable", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 69 }, 70 "scripts": { 71 "test": "mocha" 72 }, 38 73 "verbiage": { 39 74 "related": { … … 48 83 ] 49 84 } 50 } 85 }, 86 "version": "0.1.1" 51 87 } -
trip-planner-front/node_modules/set-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "set-value", 3 "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", 4 "version": "2.0.1", 5 "homepage": "https://github.com/jonschlinkert/set-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "(https://github.com/wtgtybhertgeghgtwtg)", 10 "Vadim Demedes (https://vadimdemedes.com)" 2 "_args": [ 3 [ 4 "set-value@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/set-value", 8 "_development": true, 9 "_from": "set-value@2.0.1", 10 "_id": "set-value@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", 13 "_location": "/set-value", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "set-value@2.0.1", 19 "name": "set-value", 20 "escapedName": "set-value", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/cache-base", 27 "/union-value" 28 ], 29 "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", 30 "_spec": "2.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 13 36 "bugs": { 14 37 "url": "https://github.com/jonschlinkert/set-value/issues" 15 38 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 39 "contributors": [ 40 { 41 "name": "Jon Schlinkert", 42 "url": "http://twitter.com/jonschlinkert" 43 }, 44 { 45 "url": "https://github.com/wtgtybhertgeghgtwtg" 46 }, 47 { 48 "name": "Vadim Demedes", 49 "url": "https://vadimdemedes.com" 50 } 19 51 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 52 "dependencies": { 28 53 "extend-shallow": "^2.0.1", … … 31 56 "split-string": "^3.0.1" 32 57 }, 58 "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", 33 59 "devDependencies": { 34 60 "gulp-format-md": "^0.1.12", 35 61 "mocha": "^3.4.2" 36 62 }, 63 "engines": { 64 "node": ">=0.10.0" 65 }, 66 "files": [ 67 "index.js" 68 ], 69 "homepage": "https://github.com/jonschlinkert/set-value", 37 70 "keywords": [ 38 71 "get", … … 52 85 "values" 53 86 ], 87 "license": "MIT", 88 "main": "index.js", 89 "name": "set-value", 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/jonschlinkert/set-value.git" 93 }, 94 "scripts": { 95 "test": "mocha" 96 }, 54 97 "verb": { 55 98 "toc": false, … … 76 119 "reflinks": true 77 120 } 78 } 121 }, 122 "version": "2.0.1" 79 123 }
Note:
See TracChangeset
for help on using the changeset viewer.