Changeset 59329aa for trip-planner-front/node_modules/serve-index
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/serve-index
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/serve-index/node_modules/debug/package.json
rceaed42 r59329aa 1 1 { 2 "name": "debug", 3 "version": "2.6.9", 4 "repository": { 5 "type": "git", 6 "url": "git://github.com/visionmedia/debug.git" 2 "_args": [ 3 [ 4 "debug@2.6.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "debug@2.6.9", 10 "_id": "debug@2.6.9", 11 "_inBundle": false, 12 "_integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 13 "_location": "/serve-index/debug", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "debug@2.6.9", 19 "name": "debug", 20 "escapedName": "debug", 21 "rawSpec": "2.6.9", 22 "saveSpec": null, 23 "fetchSpec": "2.6.9" 7 24 }, 8 "description": "small debugging utility", 9 "keywords": [ 10 "debug", 11 "log", 12 "debugger" 25 "_requiredBy": [ 26 "/serve-index" 13 27 ], 14 "author": "TJ Holowaychuk <tj@vision-media.ca>", 28 "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 29 "_spec": "2.6.9", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "TJ Holowaychuk", 33 "email": "tj@vision-media.ca" 34 }, 35 "browser": "./src/browser.js", 36 "bugs": { 37 "url": "https://github.com/visionmedia/debug/issues" 38 }, 39 "component": { 40 "scripts": { 41 "debug/index.js": "browser.js", 42 "debug/debug.js": "debug.js" 43 } 44 }, 15 45 "contributors": [ 16 "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)", 17 "Andrew Rhyne <rhyneandrew@gmail.com>" 46 { 47 "name": "Nathan Rajlich", 48 "email": "nathan@tootallnate.net", 49 "url": "http://n8.io" 50 }, 51 { 52 "name": "Andrew Rhyne", 53 "email": "rhyneandrew@gmail.com" 54 } 18 55 ], 19 "license": "MIT",20 56 "dependencies": { 21 57 "ms": "2.0.0" 22 58 }, 59 "description": "small debugging utility", 23 60 "devDependencies": { 24 61 "browserify": "9.0.3", … … 39 76 "sinon-chai": "^2.8.0" 40 77 }, 78 "homepage": "https://github.com/visionmedia/debug#readme", 79 "keywords": [ 80 "debug", 81 "log", 82 "debugger" 83 ], 84 "license": "MIT", 41 85 "main": "./src/index.js", 42 "browser": "./src/browser.js", 43 "component": { 44 "scripts": { 45 "debug/index.js": "browser.js", 46 "debug/debug.js": "debug.js" 47 } 48 } 86 "name": "debug", 87 "repository": { 88 "type": "git", 89 "url": "git://github.com/visionmedia/debug.git" 90 }, 91 "version": "2.6.9" 49 92 } -
trip-planner-front/node_modules/serve-index/node_modules/http-errors/package.json
rceaed42 r59329aa 1 1 { 2 "name": "http-errors", 3 "description": "Create HTTP error objects", 4 "version": "1.6.3", 5 "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", 2 "_args": [ 3 [ 4 "http-errors@1.6.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "http-errors@1.6.3", 10 "_id": "http-errors@1.6.3", 11 "_inBundle": false, 12 "_integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", 13 "_location": "/serve-index/http-errors", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "http-errors@1.6.3", 19 "name": "http-errors", 20 "escapedName": "http-errors", 21 "rawSpec": "1.6.3", 22 "saveSpec": null, 23 "fetchSpec": "1.6.3" 24 }, 25 "_requiredBy": [ 26 "/serve-index" 27 ], 28 "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", 29 "_spec": "1.6.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jonathan Ong", 33 "email": "me@jongleberry.com", 34 "url": "http://jongleberry.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/jshttp/http-errors/issues" 38 }, 6 39 "contributors": [ 7 "Alan Plum <me@pluma.io>", 8 "Douglas Christopher Wilson <doug@somethingdoug.com>" 40 { 41 "name": "Alan Plum", 42 "email": "me@pluma.io" 43 }, 44 { 45 "name": "Douglas Christopher Wilson", 46 "email": "doug@somethingdoug.com" 47 } 9 48 ], 10 "license": "MIT",11 "repository": "jshttp/http-errors",12 49 "dependencies": { 13 50 "depd": "~1.1.2", … … 16 53 "statuses": ">= 1.4.0 < 2" 17 54 }, 55 "description": "Create HTTP error objects", 18 56 "devDependencies": { 19 57 "eslint": "4.18.1", … … 30 68 "node": ">= 0.6" 31 69 }, 70 "files": [ 71 "index.js", 72 "HISTORY.md", 73 "LICENSE", 74 "README.md" 75 ], 76 "homepage": "https://github.com/jshttp/http-errors#readme", 77 "keywords": [ 78 "http", 79 "error" 80 ], 81 "license": "MIT", 82 "name": "http-errors", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/jshttp/http-errors.git" 86 }, 32 87 "scripts": { 33 88 "lint": "eslint --plugin markdown --ext js,md .", … … 36 91 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" 37 92 }, 38 "keywords": [ 39 "http", 40 "error" 41 ], 42 "files": [ 43 "index.js", 44 "HISTORY.md", 45 "LICENSE", 46 "README.md" 47 ] 93 "version": "1.6.3" 48 94 } -
trip-planner-front/node_modules/serve-index/node_modules/inherits/package.json
rceaed42 r59329aa 1 1 { 2 "name": "inherits", 2 "_args": [ 3 [ 4 "inherits@2.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "inherits@2.0.3", 10 "_id": "inherits@2.0.3", 11 "_inBundle": false, 12 "_integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", 13 "_location": "/serve-index/inherits", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "inherits@2.0.3", 19 "name": "inherits", 20 "escapedName": "inherits", 21 "rawSpec": "2.0.3", 22 "saveSpec": null, 23 "fetchSpec": "2.0.3" 24 }, 25 "_requiredBy": [ 26 "/serve-index/http-errors" 27 ], 28 "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 29 "_spec": "2.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "browser": "./inherits_browser.js", 32 "bugs": { 33 "url": "https://github.com/isaacs/inherits/issues" 34 }, 3 35 "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()", 4 "version": "2.0.3", 36 "devDependencies": { 37 "tap": "^7.1.0" 38 }, 39 "files": [ 40 "inherits.js", 41 "inherits_browser.js" 42 ], 43 "homepage": "https://github.com/isaacs/inherits#readme", 5 44 "keywords": [ 6 45 "inheritance", … … 13 52 "browserify" 14 53 ], 54 "license": "ISC", 15 55 "main": "./inherits.js", 16 "browser": "./inherits_browser.js", 17 "repository": "git://github.com/isaacs/inherits", 18 "license": "ISC", 56 "name": "inherits", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/isaacs/inherits.git" 60 }, 19 61 "scripts": { 20 62 "test": "node test" 21 63 }, 22 "devDependencies": { 23 "tap": "^7.1.0" 24 }, 25 "files": [ 26 "inherits.js", 27 "inherits_browser.js" 28 ] 64 "version": "2.0.3" 29 65 } -
trip-planner-front/node_modules/serve-index/node_modules/ms/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ms", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "ms@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ms@2.0.0", 10 "_id": "ms@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", 13 "_location": "/serve-index/ms", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ms@2.0.0", 19 "name": "ms", 20 "escapedName": "ms", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/serve-index/debug" 27 ], 28 "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/zeit/ms/issues" 33 }, 4 34 "description": "Tiny milisecond conversion utility", 5 "repository": "zeit/ms", 6 "main": "./index", 7 "files": [ 8 "index.js" 9 ], 10 "scripts": { 11 "precommit": "lint-staged", 12 "lint": "eslint lib/* bin/*", 13 "test": "mocha tests.js" 35 "devDependencies": { 36 "eslint": "3.19.0", 37 "expect.js": "0.3.1", 38 "husky": "0.13.3", 39 "lint-staged": "3.4.1", 40 "mocha": "3.4.1" 14 41 }, 15 42 "eslintConfig": { … … 20 47 } 21 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/zeit/ms#readme", 53 "license": "MIT", 22 54 "lint-staged": { 23 55 "*.js": [ … … 27 59 ] 28 60 }, 29 "license": "MIT", 30 "devDependencies": { 31 "eslint": "3.19.0", 32 "expect.js": "0.3.1", 33 "husky": "0.13.3", 34 "lint-staged": "3.4.1", 35 "mocha": "3.4.1" 36 } 61 "main": "./index", 62 "name": "ms", 63 "repository": { 64 "type": "git", 65 "url": "git+https://github.com/zeit/ms.git" 66 }, 67 "scripts": { 68 "lint": "eslint lib/* bin/*", 69 "precommit": "lint-staged", 70 "test": "mocha tests.js" 71 }, 72 "version": "2.0.0" 37 73 } -
trip-planner-front/node_modules/serve-index/node_modules/setprototypeof/package.json
rceaed42 r59329aa 1 1 { 2 "name": "setprototypeof", 3 "version": "1.1.0", 2 "_args": [ 3 [ 4 "setprototypeof@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "setprototypeof@1.1.0", 10 "_id": "setprototypeof@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", 13 "_location": "/serve-index/setprototypeof", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "setprototypeof@1.1.0", 19 "name": "setprototypeof", 20 "escapedName": "setprototypeof", 21 "rawSpec": "1.1.0", 22 "saveSpec": null, 23 "fetchSpec": "1.1.0" 24 }, 25 "_requiredBy": [ 26 "/serve-index/http-errors" 27 ], 28 "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", 29 "_spec": "1.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Wes Todd" 33 }, 34 "bugs": { 35 "url": "https://github.com/wesleytodd/setprototypeof/issues" 36 }, 4 37 "description": "A small polyfill for Object.setprototypeof", 5 "main": "index.js", 6 "typings": "index.d.ts", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/wesleytodd/setprototypeof.git" 13 }, 38 "homepage": "https://github.com/wesleytodd/setprototypeof", 14 39 "keywords": [ 15 40 "polyfill", … … 17 42 "setprototypeof" 18 43 ], 19 "author": "Wes Todd",20 44 "license": "ISC", 21 "bugs": { 22 "url": "https://github.com/wesleytodd/setprototypeof/issues" 45 "main": "index.js", 46 "name": "setprototypeof", 47 "repository": { 48 "type": "git", 49 "url": "git+https://github.com/wesleytodd/setprototypeof.git" 23 50 }, 24 "homepage": "https://github.com/wesleytodd/setprototypeof" 51 "scripts": { 52 "test": "echo \"Error: no test specified\" && exit 1" 53 }, 54 "typings": "index.d.ts", 55 "version": "1.1.0" 25 56 } -
trip-planner-front/node_modules/serve-index/package.json
rceaed42 r59329aa 1 1 { 2 "name": "serve-index", 3 "description": "Serve directory listings", 4 "version": "1.9.1", 5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", 6 "license": "MIT", 7 "repository": "expressjs/serve-index", 2 "_args": [ 3 [ 4 "serve-index@1.9.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "serve-index@1.9.1", 10 "_id": "serve-index@1.9.1", 11 "_inBundle": false, 12 "_integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", 13 "_location": "/serve-index", 14 "_phantomChildren": { 15 "depd": "1.1.2", 16 "statuses": "1.5.0" 17 }, 18 "_requested": { 19 "type": "version", 20 "registry": true, 21 "raw": "serve-index@1.9.1", 22 "name": "serve-index", 23 "escapedName": "serve-index", 24 "rawSpec": "1.9.1", 25 "saveSpec": null, 26 "fetchSpec": "1.9.1" 27 }, 28 "_requiredBy": [ 29 "/webpack-dev-server" 30 ], 31 "_resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", 32 "_spec": "1.9.1", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Douglas Christopher Wilson", 36 "email": "doug@somethingdoug.com" 37 }, 38 "bugs": { 39 "url": "https://github.com/expressjs/serve-index/issues" 40 }, 8 41 "dependencies": { 9 42 "accepts": "~1.3.4", … … 15 48 "parseurl": "~1.3.2" 16 49 }, 50 "description": "Serve directory listings", 17 51 "devDependencies": { 18 52 "after": "0.8.2", … … 20 54 "mocha": "2.5.3", 21 55 "supertest": "1.1.0" 56 }, 57 "engines": { 58 "node": ">= 0.8.0" 22 59 }, 23 60 "files": [ … … 27 64 "index.js" 28 65 ], 29 "engines": { 30 "node": ">= 0.8.0" 66 "homepage": "https://github.com/expressjs/serve-index#readme", 67 "license": "MIT", 68 "name": "serve-index", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/expressjs/serve-index.git" 31 72 }, 32 73 "scripts": { … … 34 75 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", 35 76 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" 36 } 77 }, 78 "version": "1.9.1" 37 79 }
Note:
See TracChangeset
for help on using the changeset viewer.