Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

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  
    11{
    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"
    724  },
    8   "description": "small debugging utility",
    9   "keywords": [
    10     "debug",
    11     "log",
    12     "debugger"
     25  "_requiredBy": [
     26    "/serve-index"
    1327  ],
    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  },
    1545  "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    }
    1855  ],
    19   "license": "MIT",
    2056  "dependencies": {
    2157    "ms": "2.0.0"
    2258  },
     59  "description": "small debugging utility",
    2360  "devDependencies": {
    2461    "browserify": "9.0.3",
     
    3976    "sinon-chai": "^2.8.0"
    4077  },
     78  "homepage": "https://github.com/visionmedia/debug#readme",
     79  "keywords": [
     80    "debug",
     81    "log",
     82    "debugger"
     83  ],
     84  "license": "MIT",
    4185  "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"
    4992}
  • trip-planner-front/node_modules/serve-index/node_modules/http-errors/package.json

    rceaed42 r59329aa  
    11{
    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  },
    639  "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    }
    948  ],
    10   "license": "MIT",
    11   "repository": "jshttp/http-errors",
    1249  "dependencies": {
    1350    "depd": "~1.1.2",
     
    1653    "statuses": ">= 1.4.0 < 2"
    1754  },
     55  "description": "Create HTTP error objects",
    1856  "devDependencies": {
    1957    "eslint": "4.18.1",
     
    3068    "node": ">= 0.6"
    3169  },
     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  },
    3287  "scripts": {
    3388    "lint": "eslint --plugin markdown --ext js,md .",
     
    3691    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
    3792  },
    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"
    4894}
  • trip-planner-front/node_modules/serve-index/node_modules/inherits/package.json

    rceaed42 r59329aa  
    11{
    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  },
    335  "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",
    544  "keywords": [
    645    "inheritance",
     
    1352    "browserify"
    1453  ],
     54  "license": "ISC",
    1555  "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  },
    1961  "scripts": {
    2062    "test": "node test"
    2163  },
    22   "devDependencies": {
    23     "tap": "^7.1.0"
    24   },
    25   "files": [
    26     "inherits.js",
    27     "inherits_browser.js"
    28   ]
     64  "version": "2.0.3"
    2965}
  • trip-planner-front/node_modules/serve-index/node_modules/ms/package.json

    rceaed42 r59329aa  
    11{
    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  },
    434  "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"
    1441  },
    1542  "eslintConfig": {
     
    2047    }
    2148  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/zeit/ms#readme",
     53  "license": "MIT",
    2254  "lint-staged": {
    2355    "*.js": [
     
    2759    ]
    2860  },
    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"
    3773}
  • trip-planner-front/node_modules/serve-index/node_modules/setprototypeof/package.json

    rceaed42 r59329aa  
    11{
    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  },
    437  "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",
    1439  "keywords": [
    1540    "polyfill",
     
    1742    "setprototypeof"
    1843  ],
    19   "author": "Wes Todd",
    2044  "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"
    2350  },
    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"
    2556}
  • trip-planner-front/node_modules/serve-index/package.json

    rceaed42 r59329aa  
    11{
    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  },
    841  "dependencies": {
    942    "accepts": "~1.3.4",
     
    1548    "parseurl": "~1.3.2"
    1649  },
     50  "description": "Serve directory listings",
    1751  "devDependencies": {
    1852    "after": "0.8.2",
     
    2054    "mocha": "2.5.3",
    2155    "supertest": "1.1.0"
     56  },
     57  "engines": {
     58    "node": ">= 0.8.0"
    2259  },
    2360  "files": [
     
    2764    "index.js"
    2865  ],
    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"
    3172  },
    3273  "scripts": {
     
    3475    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    3576    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    36   }
     77  },
     78  "version": "1.9.1"
    3779}
Note: See TracChangeset for help on using the changeset viewer.