Changeset 59329aa for trip-planner-front/node_modules/static-extend
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/static-extend
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/static-extend/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": "0.2.5", 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@0.2.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "define-property@0.2.5", 10 "_id": "define-property@0.2.5", 11 "_inBundle": false, 12 "_integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", 13 "_location": "/static-extend/define-property", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "define-property@0.2.5", 19 "name": "define-property", 20 "escapedName": "define-property", 21 "rawSpec": "0.2.5", 22 "saveSpec": null, 23 "fetchSpec": "0.2.5" 24 }, 25 "_requiredBy": [ 26 "/static-extend" 27 ], 28 "_resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", 29 "_spec": "0.2.5", 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 37 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 38 "dependencies": { 39 "is-descriptor": "^0.1.0" 18 40 }, 19 "scripts": { 20 "test": "mocha" 21 }, 41 "description": "Define a non-enumerable property on an object.", 22 42 "devDependencies": { 23 43 "mocha": "*", 24 44 "should": "^7.0.4" 25 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/define-property", 26 53 "keywords": [ 27 54 "define", … … 36 63 "value" 37 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 }, 38 75 "verb": { 39 76 "related": { … … 46 83 } 47 84 }, 48 "dependencies": { 49 "is-descriptor": "^0.1.0" 50 } 85 "version": "0.2.5" 51 86 } -
trip-planner-front/node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of/package.json
rceaed42 r59329aa 1 1 { 2 "name": "kind-of", 3 "description": "Get the native type of a value.", 4 "version": "3.2.2", 5 "homepage": "https://github.com/jonschlinkert/kind-of", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "David Fox-Powell (https://dtothefp.github.io/me)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Ken Sheedlo (kensheedlo.com)", 11 "laggingreflex (https://github.com/laggingreflex)", 12 "Miguel Mota (https://miguelmota.com)", 13 "Peter deHaan (http://about.me/peterdehaan)" 2 "_args": [ 3 [ 4 "kind-of@3.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 14 7 ], 15 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@3.2.2", 10 "_id": "kind-of@3.2.2", 11 "_inBundle": false, 12 "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", 13 "_location": "/static-extend/is-accessor-descriptor/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@3.2.2", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "3.2.2", 22 "saveSpec": null, 23 "fetchSpec": "3.2.2" 24 }, 25 "_requiredBy": [ 26 "/static-extend/is-accessor-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", 29 "_spec": "3.2.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 16 35 "bugs": { 17 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 18 37 }, 19 "license": "MIT", 20 "files": [ 21 "index.js" 38 "contributors": [ 39 { 40 "name": "David Fox-Powell", 41 "url": "https://dtothefp.github.io/me" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "name": "Ken Sheedlo", 49 "url": "kensheedlo.com" 50 }, 51 { 52 "name": "laggingreflex", 53 "url": "https://github.com/laggingreflex" 54 }, 55 { 56 "name": "Miguel Mota", 57 "url": "https://miguelmota.com" 58 }, 59 { 60 "name": "Peter deHaan", 61 "url": "http://about.me/peterdehaan" 62 } 22 63 ], 23 "main": "index.js",24 "engines": {25 "node": ">=0.10.0"26 },27 "scripts": {28 "test": "mocha",29 "prepublish": "browserify -o browser.js -e index.js -s index --bare"30 },31 64 "dependencies": { 32 65 "is-buffer": "^1.1.5" 33 66 }, 67 "description": "Get the native type of a value.", 34 68 "devDependencies": { 35 69 "ansi-bold": "^0.1.1", … … 42 76 "typeof": "^1.0.0" 43 77 }, 78 "engines": { 79 "node": ">=0.10.0" 80 }, 81 "files": [ 82 "index.js" 83 ], 84 "homepage": "https://github.com/jonschlinkert/kind-of", 44 85 "keywords": [ 45 86 "arguments", … … 65 106 "types" 66 107 ], 108 "license": "MIT", 109 "main": "index.js", 110 "name": "kind-of", 111 "repository": { 112 "type": "git", 113 "url": "git+https://github.com/jonschlinkert/kind-of.git" 114 }, 115 "scripts": { 116 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 117 "test": "mocha" 118 }, 67 119 "verb": { 68 120 "related": { … … 87 139 "verb" 88 140 ] 89 } 141 }, 142 "version": "3.2.2" 90 143 } -
trip-planner-front/node_modules/static-extend/node_modules/is-accessor-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-accessor-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 4 "version": "0.1.6", 5 "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-accessor-descriptor", 2 "_args": [ 3 [ 4 "is-accessor-descriptor@0.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-accessor-descriptor@0.1.6", 10 "_id": "is-accessor-descriptor@0.1.6", 11 "_inBundle": false, 12 "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", 13 "_location": "/static-extend/is-accessor-descriptor", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "is-accessor-descriptor@0.1.6", 21 "name": "is-accessor-descriptor", 22 "escapedName": "is-accessor-descriptor", 23 "rawSpec": "0.1.6", 24 "saveSpec": null, 25 "fetchSpec": "0.1.6" 26 }, 27 "_requiredBy": [ 28 "/static-extend/is-descriptor" 29 ], 30 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", 31 "_spec": "0.1.6", 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/is-accessor-descriptor/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": { 23 41 "kind-of": "^3.0.2" 24 42 }, 43 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 25 44 "devDependencies": { 26 45 "mocha": "*", 27 46 "should": "*" 28 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor", 29 55 "keywords": [ 30 56 "accessor", … … 45 71 "value" 46 72 ], 73 "license": "MIT", 74 "main": "index.js", 75 "name": "is-accessor-descriptor", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git" 79 }, 80 "scripts": { 81 "test": "mocha" 82 }, 47 83 "verb": { 48 84 "related": { … … 58 94 ], 59 95 "layout": "default" 60 } 96 }, 97 "version": "0.1.6" 61 98 } -
trip-planner-front/node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of/package.json
rceaed42 r59329aa 1 1 { 2 "name": "kind-of", 3 "description": "Get the native type of a value.", 4 "version": "3.2.2", 5 "homepage": "https://github.com/jonschlinkert/kind-of", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "David Fox-Powell (https://dtothefp.github.io/me)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Ken Sheedlo (kensheedlo.com)", 11 "laggingreflex (https://github.com/laggingreflex)", 12 "Miguel Mota (https://miguelmota.com)", 13 "Peter deHaan (http://about.me/peterdehaan)" 2 "_args": [ 3 [ 4 "kind-of@3.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 14 7 ], 15 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@3.2.2", 10 "_id": "kind-of@3.2.2", 11 "_inBundle": false, 12 "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", 13 "_location": "/static-extend/is-data-descriptor/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@3.2.2", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "3.2.2", 22 "saveSpec": null, 23 "fetchSpec": "3.2.2" 24 }, 25 "_requiredBy": [ 26 "/static-extend/is-data-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", 29 "_spec": "3.2.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 16 35 "bugs": { 17 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 18 37 }, 19 "license": "MIT", 20 "files": [ 21 "index.js" 38 "contributors": [ 39 { 40 "name": "David Fox-Powell", 41 "url": "https://dtothefp.github.io/me" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "name": "Ken Sheedlo", 49 "url": "kensheedlo.com" 50 }, 51 { 52 "name": "laggingreflex", 53 "url": "https://github.com/laggingreflex" 54 }, 55 { 56 "name": "Miguel Mota", 57 "url": "https://miguelmota.com" 58 }, 59 { 60 "name": "Peter deHaan", 61 "url": "http://about.me/peterdehaan" 62 } 22 63 ], 23 "main": "index.js",24 "engines": {25 "node": ">=0.10.0"26 },27 "scripts": {28 "test": "mocha",29 "prepublish": "browserify -o browser.js -e index.js -s index --bare"30 },31 64 "dependencies": { 32 65 "is-buffer": "^1.1.5" 33 66 }, 67 "description": "Get the native type of a value.", 34 68 "devDependencies": { 35 69 "ansi-bold": "^0.1.1", … … 42 76 "typeof": "^1.0.0" 43 77 }, 78 "engines": { 79 "node": ">=0.10.0" 80 }, 81 "files": [ 82 "index.js" 83 ], 84 "homepage": "https://github.com/jonschlinkert/kind-of", 44 85 "keywords": [ 45 86 "arguments", … … 65 106 "types" 66 107 ], 108 "license": "MIT", 109 "main": "index.js", 110 "name": "kind-of", 111 "repository": { 112 "type": "git", 113 "url": "git+https://github.com/jonschlinkert/kind-of.git" 114 }, 115 "scripts": { 116 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 117 "test": "mocha" 118 }, 67 119 "verb": { 68 120 "related": { … … 87 139 "verb" 88 140 ] 89 } 141 }, 142 "version": "3.2.2" 90 143 } -
trip-planner-front/node_modules/static-extend/node_modules/is-data-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-data-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 4 "version": "0.1.4", 5 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-data-descriptor", 2 "_args": [ 3 [ 4 "is-data-descriptor@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-data-descriptor@0.1.4", 10 "_id": "is-data-descriptor@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", 13 "_location": "/static-extend/is-data-descriptor", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "is-data-descriptor@0.1.4", 21 "name": "is-data-descriptor", 22 "escapedName": "is-data-descriptor", 23 "rawSpec": "0.1.4", 24 "saveSpec": null, 25 "fetchSpec": "0.1.4" 26 }, 27 "_requiredBy": [ 28 "/static-extend/is-descriptor" 29 ], 30 "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", 31 "_spec": "0.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 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/is-data-descriptor/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": { 23 41 "kind-of": "^3.0.2" 24 42 }, 43 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 25 44 "devDependencies": { 26 45 "mocha": "*", 27 46 "should": "*" 28 47 }, 48 "engines": { 49 "node": ">=0.10.0" 50 }, 51 "files": [ 52 "index.js" 53 ], 54 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 29 55 "keywords": [ 30 56 "accessor", … … 45 71 "value" 46 72 ], 73 "license": "MIT", 74 "main": "index.js", 75 "name": "is-data-descriptor", 76 "repository": { 77 "type": "git", 78 "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git" 79 }, 80 "scripts": { 81 "test": "mocha" 82 }, 47 83 "verb": { 48 84 "related": { … … 57 93 "gulp-format-md" 58 94 ] 59 } 95 }, 96 "version": "0.1.4" 60 97 } -
trip-planner-front/node_modules/static-extend/node_modules/is-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 4 "version": "0.1.6", 5 "homepage": "https://github.com/jonschlinkert/is-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "is-descriptor@0.1.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/is-descriptor", 8 "_development": true, 9 "_from": "is-descriptor@0.1.6", 10 "_id": "is-descriptor@0.1.6", 11 "_inBundle": false, 12 "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", 13 "_location": "/static-extend/is-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-descriptor@0.1.6", 19 "name": "is-descriptor", 20 "escapedName": "is-descriptor", 21 "rawSpec": "0.1.6", 22 "saveSpec": null, 23 "fetchSpec": "0.1.6" 24 }, 25 "_requiredBy": [ 26 "/static-extend/define-property" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", 29 "_spec": "0.1.6", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 13 35 "bugs": { 14 36 "url": "https://github.com/jonschlinkert/is-descriptor/issues" 15 37 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 38 "contributors": [ 39 { 40 "name": "Brian Woodward", 41 "url": "https://twitter.com/doowb" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "url": "https://github.com/wtgtybhertgeghgtwtg" 49 } 19 50 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 51 "dependencies": { 28 52 "is-accessor-descriptor": "^0.1.6", … … 30 54 "kind-of": "^5.0.0" 31 55 }, 56 "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.", 32 57 "devDependencies": { 33 58 "gulp-format-md": "^1.0.0", 34 59 "mocha": "^3.4.2" 35 60 }, 61 "engines": { 62 "node": ">=0.10.0" 63 }, 64 "files": [ 65 "index.js" 66 ], 67 "homepage": "https://github.com/jonschlinkert/is-descriptor", 36 68 "keywords": [ 37 69 "accessor", … … 52 84 "value" 53 85 ], 86 "license": "MIT", 87 "main": "index.js", 88 "name": "is-descriptor", 89 "repository": { 90 "type": "git", 91 "url": "git+https://github.com/jonschlinkert/is-descriptor.git" 92 }, 93 "scripts": { 94 "test": "mocha" 95 }, 54 96 "verb": { 55 97 "related": { … … 72 114 "reflinks": true 73 115 } 74 } 116 }, 117 "version": "0.1.6" 75 118 } -
trip-planner-front/node_modules/static-extend/node_modules/kind-of/package.json
rceaed42 r59329aa 1 1 { 2 "name": "kind-of", 3 "description": "Get the native type of a value.", 4 "version": "5.1.0", 5 "homepage": "https://github.com/jonschlinkert/kind-of", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "David Fox-Powell (https://dtothefp.github.io/me)", 9 "James (https://twitter.com/aretecode)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 11 "Ken Sheedlo (kensheedlo.com)", 12 "laggingreflex (https://github.com/laggingreflex)", 13 "Miguel Mota (https://miguelmota.com)", 14 "Peter deHaan (http://about.me/peterdehaan)", 15 "tunnckoCore (https://i.am.charlike.online)" 2 "_args": [ 3 [ 4 "kind-of@5.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 16 7 ], 17 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@5.1.0", 10 "_id": "kind-of@5.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", 13 "_location": "/static-extend/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@5.1.0", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "5.1.0", 22 "saveSpec": null, 23 "fetchSpec": "5.1.0" 24 }, 25 "_requiredBy": [ 26 "/static-extend/is-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", 29 "_spec": "5.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 }, 18 35 "bugs": { 19 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 20 37 }, 21 "license": "MIT", 22 "files": [ 23 "index.js" 38 "contributors": [ 39 { 40 "name": "David Fox-Powell", 41 "url": "https://dtothefp.github.io/me" 42 }, 43 { 44 "name": "James", 45 "url": "https://twitter.com/aretecode" 46 }, 47 { 48 "name": "Jon Schlinkert", 49 "url": "http://twitter.com/jonschlinkert" 50 }, 51 { 52 "name": "Ken Sheedlo", 53 "url": "kensheedlo.com" 54 }, 55 { 56 "name": "laggingreflex", 57 "url": "https://github.com/laggingreflex" 58 }, 59 { 60 "name": "Miguel Mota", 61 "url": "https://miguelmota.com" 62 }, 63 { 64 "name": "Peter deHaan", 65 "url": "http://about.me/peterdehaan" 66 }, 67 { 68 "name": "tunnckoCore", 69 "url": "https://i.am.charlike.online" 70 } 24 71 ], 25 "main": "index.js", 26 "engines": { 27 "node": ">=0.10.0" 28 }, 29 "scripts": { 30 "test": "mocha", 31 "prepublish": "browserify -o browser.js -e index.js -s index --bare" 32 }, 72 "description": "Get the native type of a value.", 33 73 "devDependencies": { 34 74 "ansi-bold": "^0.1.1", … … 41 81 "typeof": "^1.0.0" 42 82 }, 83 "engines": { 84 "node": ">=0.10.0" 85 }, 86 "files": [ 87 "index.js" 88 ], 89 "homepage": "https://github.com/jonschlinkert/kind-of", 43 90 "keywords": [ 44 91 "arguments", … … 64 111 "types" 65 112 ], 113 "license": "MIT", 114 "main": "index.js", 115 "name": "kind-of", 116 "repository": { 117 "type": "git", 118 "url": "git+https://github.com/jonschlinkert/kind-of.git" 119 }, 120 "scripts": { 121 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 122 "test": "mocha" 123 }, 66 124 "verb": { 67 125 "related": { … … 88 146 "verb" 89 147 ] 90 } 148 }, 149 "version": "5.1.0" 91 150 } -
trip-planner-front/node_modules/static-extend/package.json
rceaed42 r59329aa 1 1 { 2 "name": "static-extend", 3 "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", 4 "version": "0.1.2", 5 "homepage": "https://github.com/jonschlinkert/static-extend", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/static-extend", 2 "_args": [ 3 [ 4 "static-extend@0.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "static-extend@0.1.2", 10 "_id": "static-extend@0.1.2", 11 "_inBundle": false, 12 "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", 13 "_location": "/static-extend", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "static-extend@0.1.2", 21 "name": "static-extend", 22 "escapedName": "static-extend", 23 "rawSpec": "0.1.2", 24 "saveSpec": null, 25 "fetchSpec": "0.1.2" 26 }, 27 "_requiredBy": [ 28 "/class-utils" 29 ], 30 "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", 31 "_spec": "0.1.2", 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/static-extend/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": { … … 24 42 "object-copy": "^0.1.0" 25 43 }, 44 "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", 26 45 "devDependencies": { 27 46 "gulp-format-md": "^0.1.9", 28 47 "mocha": "^2.5.3" 29 48 }, 49 "engines": { 50 "node": ">=0.10.0" 51 }, 52 "files": [ 53 "index.js" 54 ], 55 "homepage": "https://github.com/jonschlinkert/static-extend", 30 56 "keywords": [ 31 57 "class", … … 43 69 "prototype" 44 70 ], 71 "license": "MIT", 72 "main": "index.js", 73 "name": "static-extend", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/jonschlinkert/static-extend.git" 77 }, 78 "scripts": { 79 "test": "mocha" 80 }, 45 81 "verb": { 46 82 "run": true, … … 60 96 "reflinks": true 61 97 } 62 } 98 }, 99 "version": "0.1.2" 63 100 }
Note:
See TracChangeset
for help on using the changeset viewer.