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

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/finalhandler/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "finalhandler",
    3   "description": "Node.js final http responder",
    4   "version": "1.1.2",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "repository": "pillarjs/finalhandler",
     2  "_args": [
     3    [
     4      "finalhandler@1.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "finalhandler@1.1.2",
     10  "_id": "finalhandler@1.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==",
     13  "_location": "/finalhandler",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "finalhandler@1.1.2",
     19    "name": "finalhandler",
     20    "escapedName": "finalhandler",
     21    "rawSpec": "1.1.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.2"
     24  },
     25  "_requiredBy": [
     26    "/connect",
     27    "/express"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
     30  "_spec": "1.1.2",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Douglas Christopher Wilson",
     34    "email": "doug@somethingdoug.com"
     35  },
     36  "bugs": {
     37    "url": "https://github.com/pillarjs/finalhandler/issues"
     38  },
    839  "dependencies": {
    940    "debug": "2.6.9",
     
    1546    "unpipe": "~1.0.0"
    1647  },
     48  "description": "Node.js final http responder",
    1749  "devDependencies": {
    1850    "eslint": "5.16.0",
     
    2961    "supertest": "4.0.2"
    3062  },
     63  "engines": {
     64    "node": ">= 0.8"
     65  },
    3166  "files": [
    3267    "LICENSE",
     
    3469    "index.js"
    3570  ],
    36   "engines": {
    37     "node": ">= 0.8"
     71  "homepage": "https://github.com/pillarjs/finalhandler#readme",
     72  "license": "MIT",
     73  "name": "finalhandler",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/pillarjs/finalhandler.git"
    3877  },
    3978  "scripts": {
     
    4281    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    4382    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    44   }
     83  },
     84  "version": "1.1.2"
    4585}
Note: See TracChangeset for help on using the changeset viewer.