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/http-errors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/http-errors/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": "/http-errors/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    "/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/http-errors/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "http-errors",
    3   "description": "Create HTTP error objects",
    4   "version": "1.7.2",
    5   "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
     2  "_args": [
     3    [
     4      "http-errors@1.7.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "http-errors@1.7.2",
     10  "_id": "http-errors@1.7.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
     13  "_location": "/http-errors",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "http-errors@1.7.2",
     19    "name": "http-errors",
     20    "escapedName": "http-errors",
     21    "rawSpec": "1.7.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.7.2"
     24  },
     25  "_requiredBy": [
     26    "/body-parser",
     27    "/raw-body",
     28    "/send"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
     31  "_spec": "1.7.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jonathan Ong",
     35    "email": "me@jongleberry.com",
     36    "url": "http://jongleberry.com"
     37  },
     38  "bugs": {
     39    "url": "https://github.com/jshttp/http-errors/issues"
     40  },
    641  "contributors": [
    7     "Alan Plum <me@pluma.io>",
    8     "Douglas Christopher Wilson <doug@somethingdoug.com>"
     42    {
     43      "name": "Alan Plum",
     44      "email": "me@pluma.io"
     45    },
     46    {
     47      "name": "Douglas Christopher Wilson",
     48      "email": "doug@somethingdoug.com"
     49    }
    950  ],
    10   "license": "MIT",
    11   "repository": "jshttp/http-errors",
    1251  "dependencies": {
    1352    "depd": "~1.1.2",
     
    1756    "toidentifier": "1.0.0"
    1857  },
     58  "description": "Create HTTP error objects",
    1959  "devDependencies": {
    2060    "eslint": "5.13.0",
     
    3171    "node": ">= 0.6"
    3272  },
     73  "files": [
     74    "index.js",
     75    "HISTORY.md",
     76    "LICENSE",
     77    "README.md"
     78  ],
     79  "homepage": "https://github.com/jshttp/http-errors#readme",
     80  "keywords": [
     81    "http",
     82    "error"
     83  ],
     84  "license": "MIT",
     85  "name": "http-errors",
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/jshttp/http-errors.git"
     89  },
    3390  "scripts": {
    3491    "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js",
     
    3794    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
    3895  },
    39   "keywords": [
    40     "http",
    41     "error"
    42   ],
    43   "files": [
    44     "index.js",
    45     "HISTORY.md",
    46     "LICENSE",
    47     "README.md"
    48   ]
     96  "version": "1.7.2"
    4997}
Note: See TracChangeset for help on using the changeset viewer.