package.json
1.67 KB
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
{
"_from": "express-request-id@^1.4.0",
"_id": "express-request-id@1.4.1",
"_inBundle": false,
"_integrity": "sha512-qpxK6XhDYtdx9FvxwCHkUeZVWtkGbWR87hBAzGECfwYF/QQCPXEwwB2/9NGkOR1tT7/aLs9mma3CT0vjSzuZVw==",
"_location": "/express-request-id",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "express-request-id@^1.4.0",
"name": "express-request-id",
"escapedName": "express-request-id",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-request-id/-/express-request-id-1.4.1.tgz",
"_shasum": "66feaf1f0be3deca13f3abfe1c098e49b12f2c28",
"_spec": "express-request-id@^1.4.0",
"_where": "C:\\Users\\admin\\Documents\\express-project",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com"
},
"bugs": {
"url": "https://github.com/floatdrop/express-request-id/issues"
},
"bundleDependencies": false,
"dependencies": {
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "Generate UUID for request and add it to headers",
"devDependencies": {
"express": "~4.16.3",
"mocha": "~5.2.0",
"should": "~13.2.3",
"supertest": "~3.3.0"
},
"homepage": "https://github.com/floatdrop/express-request-id",
"keywords": [
"express",
"middleware",
"request",
"id",
"uuid"
],
"license": "MIT",
"main": "index.js",
"name": "express-request-id",
"repository": {
"type": "git",
"url": "git+https://github.com/floatdrop/express-request-id.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.4.1"
}