1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_args": [
| [
| "node-res@5.0.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "node-res@5.0.1",
| "_id": "node-res@5.0.1",
| "_inBundle": false,
| "_integrity": "sha512-YOleO9c7MAqoHC+Ccu2vzvV1fL6Ku49gShq3PIMKWHRgrMSih3XcwL05NbLBi6oU2J471gTBfdpVVxwT6Pfhxg==",
| "_location": "/node-res",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "node-res@5.0.1",
| "name": "node-res",
| "escapedName": "node-res",
| "rawSpec": "5.0.1",
| "saveSpec": null,
| "fetchSpec": "5.0.1"
| },
| "_requiredBy": [
| "/@nuxt/loading-screen"
| ],
| "_resolved": "https://registry.npmjs.org/node-res/-/node-res-5.0.1.tgz",
| "_spec": "5.0.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "amanvirk"
| },
| "bugs": {
| "url": "https://github.com/poppinss/node-res/issues"
| },
| "config": {
| "commitizen": {
| "path": "./node_modules/cz-conventional-changelog"
| }
| },
| "dependencies": {
| "destroy": "^1.0.4",
| "etag": "^1.8.1",
| "mime-types": "^2.1.19",
| "on-finished": "^2.3.0",
| "vary": "^1.1.2"
| },
| "description": "Nodejs http response builder",
| "devDependencies": {
| "co-functional": "^0.2.1",
| "coveralls": "^3.0.2",
| "cz-conventional-changelog": "^2.1.0",
| "japa": "^1.0.6",
| "japa-cli": "^1.0.1",
| "nyc": "^12.0.2",
| "semver": "^5.5.1",
| "standard": "^11.0.1",
| "supertest": "^3.1.0"
| },
| "directories": {
| "test": "test"
| },
| "files": [
| "index.js",
| "methods.js"
| ],
| "homepage": "https://github.com/poppinss/node-res#readme",
| "keywords": [
| "node-res",
| "http",
| "response",
| "http-res",
| "response",
| "builder",
| "res",
| "builder"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "node-res",
| "nyc": {
| "include": [
| "index.js",
| "methods.js"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/poppinss/node-res.git"
| },
| "scripts": {
| "coverage": "nyc report --reporter=text-lcov | coveralls",
| "lint": "standard",
| "posttest": "npm run coverage",
| "pretest": "npm run lint",
| "test": "nyc npm run test:local",
| "test:local": "FORCE_COLOR=true node bin/index.js --local",
| "test:win": "set FORCE_COLOR=true && node bin/index.js --win"
| },
| "version": "5.0.1"
| }
|
|