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/on-finished/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "on-finished",
    3   "description": "Execute a callback when a request closes, finishes, or errors",
    4   "version": "2.3.0",
     2  "_args": [
     3    [
     4      "on-finished@2.3.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "on-finished@2.3.0",
     10  "_id": "on-finished@2.3.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
     13  "_location": "/on-finished",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "on-finished@2.3.0",
     19    "name": "on-finished",
     20    "escapedName": "on-finished",
     21    "rawSpec": "2.3.0",
     22    "saveSpec": null,
     23    "fetchSpec": "2.3.0"
     24  },
     25  "_requiredBy": [
     26    "/body-parser",
     27    "/express",
     28    "/finalhandler",
     29    "/send"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
     32  "_spec": "2.3.0",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "bugs": {
     35    "url": "https://github.com/jshttp/on-finished/issues"
     36  },
    537  "contributors": [
    6     "Douglas Christopher Wilson <doug@somethingdoug.com>",
    7     "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
     38    {
     39      "name": "Douglas Christopher Wilson",
     40      "email": "doug@somethingdoug.com"
     41    },
     42    {
     43      "name": "Jonathan Ong",
     44      "email": "me@jongleberry.com",
     45      "url": "http://jongleberry.com"
     46    }
    847  ],
    9   "license": "MIT",
    10   "repository": "jshttp/on-finished",
    1148  "dependencies": {
    1249    "ee-first": "1.1.1"
    1350  },
     51  "description": "Execute a callback when a request closes, finishes, or errors",
    1452  "devDependencies": {
    1553    "istanbul": "0.3.9",
     
    2462    "index.js"
    2563  ],
     64  "homepage": "https://github.com/jshttp/on-finished#readme",
     65  "license": "MIT",
     66  "name": "on-finished",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/jshttp/on-finished.git"
     70  },
    2671  "scripts": {
    2772    "test": "mocha --reporter spec --bail --check-leaks test/",
    2873    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    2974    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    30   }
     75  },
     76  "version": "2.3.0"
    3177}
Note: See TracChangeset for help on using the changeset viewer.