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

    rceaed42 r59329aa  
    11{
    2   "name": "on-headers",
     2  "_args": [
     3    [
     4      "on-headers@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "on-headers@1.0.2",
     10  "_id": "on-headers@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
     13  "_location": "/on-headers",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "on-headers@1.0.2",
     19    "name": "on-headers",
     20    "escapedName": "on-headers",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/compression"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
     29  "_spec": "1.0.2",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Douglas Christopher Wilson",
     33    "email": "doug@somethingdoug.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/jshttp/on-headers/issues"
     37  },
    338  "description": "Execute a listener when a response is about to write headers",
    4   "version": "1.0.2",
    5   "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
    6   "license": "MIT",
    7   "keywords": [
    8     "event",
    9     "headers",
    10     "http",
    11     "onheaders"
    12   ],
    13   "repository": "jshttp/on-headers",
    1439  "devDependencies": {
    1540    "eslint": "5.14.1",
     
    2449    "supertest": "3.4.2"
    2550  },
     51  "engines": {
     52    "node": ">= 0.8"
     53  },
    2654  "files": [
    2755    "LICENSE",
     
    3058    "index.js"
    3159  ],
    32   "engines": {
    33     "node": ">= 0.8"
     60  "homepage": "https://github.com/jshttp/on-headers#readme",
     61  "keywords": [
     62    "event",
     63    "headers",
     64    "http",
     65    "onheaders"
     66  ],
     67  "license": "MIT",
     68  "name": "on-headers",
     69  "repository": {
     70    "type": "git",
     71    "url": "git+https://github.com/jshttp/on-headers.git"
    3472  },
    3573  "scripts": {
     
    3977    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    4078    "version": "node scripts/version-history.js && git add HISTORY.md"
    41   }
     79  },
     80  "version": "1.0.2"
    4281}
Note: See TracChangeset for help on using the changeset viewer.