-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.55 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
{
"name": "node-cloudflare-realip",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "node-cloudflare-realip",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"range_check": "^0.0.4"
},
"engines": {
"node": ">=12"
}
},
"node_modules/coffee-script": {
"version": "1.12.7",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
"integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==",
"deprecated": "CoffeeScript on NPM has moved to \"coffeescript\" (no hyphen)",
"license": "MIT",
"bin": {
"cake": "bin/cake",
"coffee": "bin/coffee"
},
"engines": {
"node": ">=0.8.0"
}
},
"node_modules/ipaddr.js": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-0.1.1.tgz",
"integrity": "sha512-iHoQay5sZjCfr2TBz7X1H7NvIH5cmWUz+ltiNWm+xa1gJS57hl/VWfXp5jPcCt2mxJrpnVeGJfLs67/uFlt0Sg==",
"dependencies": {
"coffee-script": ">= 1.1.1"
},
"engines": {
"node": ">= 0.2.5"
}
},
"node_modules/range_check": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/range_check/-/range_check-0.0.4.tgz",
"integrity": "sha512-XsYXpaYycblziDW0lG9Xu/YxkXgC9p/jD03p5VbdG8LkG1mRuxKfLi4joo6mKuzT4FUaSdmokrLsB/Vq8FJqcg==",
"dependencies": {
"ipaddr.js": "0.1.1"
}
}
}
}