source: trip-planner-front/node_modules/on-headers/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
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 },
38 "description": "Execute a listener when a response is about to write headers",
39 "devDependencies": {
40 "eslint": "5.14.1",
41 "eslint-config-standard": "12.0.0",
42 "eslint-plugin-import": "2.16.0",
43 "eslint-plugin-markdown": "1.0.0",
44 "eslint-plugin-node": "8.0.1",
45 "eslint-plugin-promise": "4.0.1",
46 "eslint-plugin-standard": "4.0.0",
47 "istanbul": "0.4.5",
48 "mocha": "6.0.1",
49 "supertest": "3.4.2"
50 },
51 "engines": {
52 "node": ">= 0.8"
53 },
54 "files": [
55 "LICENSE",
56 "HISTORY.md",
57 "README.md",
58 "index.js"
59 ],
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"
72 },
73 "scripts": {
74 "lint": "eslint --plugin markdown --ext js,md .",
75 "test": "mocha --reporter spec --bail --check-leaks test/",
76 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
77 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
78 "version": "node scripts/version-history.js && git add HISTORY.md"
79 },
80 "version": "1.0.2"
81}
Note: See TracBrowser for help on using the repository browser.