Changeset 59329aa for trip-planner-front/node_modules/unset-value
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/unset-value
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/unset-value/node_modules/has-value/node_modules/isobject/package.json
rceaed42 r59329aa 1 1 { 2 "name": "isobject", 3 "description": "Returns true if the value is an object and not an array or null.", 4 "version": "2.1.0", 5 "homepage": "https://github.com/jonschlinkert/isobject", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/isobject", 2 "_args": [ 3 [ 4 "isobject@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "isobject@2.1.0", 10 "_id": "isobject@2.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", 13 "_location": "/unset-value/has-value/isobject", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "isobject@2.1.0", 19 "name": "isobject", 20 "escapedName": "isobject", 21 "rawSpec": "2.1.0", 22 "saveSpec": null, 23 "fetchSpec": "2.1.0" 24 }, 25 "_requiredBy": [ 26 "/unset-value/has-value" 27 ], 28 "_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", 29 "_spec": "2.1.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/isobject/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 "isarray": "1.0.0" 24 40 }, 41 "description": "Returns true if the value is an object and not an array or null.", 25 42 "devDependencies": { 26 43 "gulp-format-md": "^0.1.9", 27 44 "mocha": "^2.4.5" 28 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/isobject", 29 53 "keywords": [ 30 54 "check", … … 41 65 "value" 42 66 ], 67 "license": "MIT", 68 "main": "index.js", 69 "name": "isobject", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/jonschlinkert/isobject.git" 73 }, 74 "scripts": { 75 "test": "mocha" 76 }, 43 77 "verb": { 44 78 "related": { … … 64 98 "verb" 65 99 ] 66 } 100 }, 101 "version": "2.1.0" 67 102 } -
trip-planner-front/node_modules/unset-value/node_modules/has-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-value", 3 "version": "0.3.1", 4 "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", 5 "homepage": "https://github.com/jonschlinkert/has-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/has-value", 2 "_args": [ 3 [ 4 "has-value@0.3.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-value@0.3.1", 10 "_id": "has-value@0.3.1", 11 "_inBundle": false, 12 "_integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", 13 "_location": "/unset-value/has-value", 14 "_phantomChildren": { 15 "isarray": "1.0.0" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "has-value@0.3.1", 21 "name": "has-value", 22 "escapedName": "has-value", 23 "rawSpec": "0.3.1", 24 "saveSpec": null, 25 "fetchSpec": "0.3.1" 26 }, 27 "_requiredBy": [ 28 "/unset-value" 29 ], 30 "_resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", 31 "_spec": "0.3.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/has-value/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 39 }, 22 40 "dependencies": { … … 25 43 "isobject": "^2.0.0" 26 44 }, 45 "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.", 27 46 "devDependencies": { 28 47 "gulp-format-md": "^0.1.7", 29 48 "mocha": "^2.4.5" 30 49 }, 50 "engines": { 51 "node": ">=0.10.0" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/jonschlinkert/has-value", 31 57 "keywords": [ 32 58 "array", … … 54 80 "value" 55 81 ], 82 "license": "MIT", 83 "main": "index.js", 84 "name": "has-value", 85 "repository": { 86 "type": "git", 87 "url": "git+https://github.com/jonschlinkert/has-value.git" 88 }, 89 "scripts": { 90 "test": "mocha" 91 }, 56 92 "verb": { 57 93 "run": true, … … 78 114 "reflinks": true 79 115 } 80 } 116 }, 117 "version": "0.3.1" 81 118 } -
trip-planner-front/node_modules/unset-value/node_modules/has-values/package.json
rceaed42 r59329aa 1 1 { 2 "name": "has-values", 3 "version": "0.1.4", 4 "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", 5 "homepage": "https://github.com/jonschlinkert/has-values", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/has-values", 2 "_args": [ 3 [ 4 "has-values@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "has-values@0.1.4", 10 "_id": "has-values@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", 13 "_location": "/unset-value/has-values", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "has-values@0.1.4", 19 "name": "has-values", 20 "escapedName": "has-values", 21 "rawSpec": "0.1.4", 22 "saveSpec": null, 23 "fetchSpec": "0.1.4" 24 }, 25 "_requiredBy": [ 26 "/unset-value/has-value" 27 ], 28 "_resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", 29 "_spec": "0.1.4", 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/has-values/issues" 10 37 }, 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 }, 38 "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ", 22 39 "devDependencies": { 23 40 "gulp-format-md": "^0.1.7", 24 41 "mocha": "^2.4.5" 25 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 46 "files": [ 47 "index.js" 48 ], 49 "homepage": "https://github.com/jonschlinkert/has-values", 26 50 "keywords": [ 27 51 "array", … … 49 73 "value" 50 74 ], 75 "license": "MIT", 76 "main": "index.js", 77 "name": "has-values", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/jonschlinkert/has-values.git" 81 }, 82 "scripts": { 83 "test": "mocha" 84 }, 51 85 "verb": { 52 86 "run": true, … … 72 106 "reflinks": true 73 107 } 74 } 108 }, 109 "version": "0.1.4" 75 110 } -
trip-planner-front/node_modules/unset-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "unset-value", 3 "description": "Delete nested properties from an object using dot notation.", 4 "version": "1.0.0", 5 "homepage": "https://github.com/jonschlinkert/unset-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "<wtgtybhertgeghgtwtg@gmail.com> (https://github.com/wtgtybhertgeghgtwtg)", 9 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)" 2 "_args": [ 3 [ 4 "unset-value@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/unset-value", 8 "_development": true, 9 "_from": "unset-value@1.0.0", 10 "_id": "unset-value@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", 13 "_location": "/unset-value", 14 "_phantomChildren": { 15 "get-value": "2.0.6", 16 "isarray": "1.0.0" 17 }, 18 "_requested": { 19 "type": "version", 20 "registry": true, 21 "raw": "unset-value@1.0.0", 22 "name": "unset-value", 23 "escapedName": "unset-value", 24 "rawSpec": "1.0.0", 25 "saveSpec": null, 26 "fetchSpec": "1.0.0" 27 }, 28 "_requiredBy": [ 29 "/cache-base" 30 ], 31 "_resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", 32 "_spec": "1.0.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 12 38 "bugs": { 13 39 "url": "https://github.com/jonschlinkert/unset-value/issues" 14 40 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 41 "contributors": [ 42 { 43 "email": "wtgtybhertgeghgtwtg@gmail.com", 44 "url": "https://github.com/wtgtybhertgeghgtwtg" 45 }, 46 { 47 "name": "Jon Schlinkert", 48 "email": "jon.schlinkert@sellside.com", 49 "url": "http://twitter.com/jonschlinkert" 50 } 18 51 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 52 "dependencies": { 27 53 "has-value": "^0.3.1", 28 54 "isobject": "^3.0.0" 29 55 }, 56 "description": "Delete nested properties from an object using dot notation.", 30 57 "devDependencies": { 31 58 "gulp-format-md": "^0.1.11", … … 33 60 "should": "*" 34 61 }, 62 "engines": { 63 "node": ">=0.10.0" 64 }, 65 "files": [ 66 "index.js" 67 ], 68 "homepage": "https://github.com/jonschlinkert/unset-value", 35 69 "keywords": [ 36 70 "del", … … 45 79 "value" 46 80 ], 81 "license": "MIT", 82 "main": "index.js", 83 "name": "unset-value", 84 "repository": { 85 "type": "git", 86 "url": "git+https://github.com/jonschlinkert/unset-value.git" 87 }, 88 "scripts": { 89 "test": "mocha" 90 }, 47 91 "verb": { 48 92 "related": { … … 68 112 "reflinks": true 69 113 } 70 } 114 }, 115 "version": "1.0.0" 71 116 }
Note:
See TracChangeset
for help on using the changeset viewer.