node-red-contrib-web-worldmap 2.32.3 → 2.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/README.md +3 -8
- package/node_modules/@turf/bezier-spline/package.json +39 -70
- package/node_modules/@turf/helpers/package.json +38 -82
- package/node_modules/@turf/invariant/package.json +36 -73
- package/node_modules/array-flatten/package.json +22 -47
- package/node_modules/call-bind/package.json +78 -106
- package/node_modules/compression/package.json +10 -52
- package/node_modules/content-disposition/node_modules/safe-buffer/package.json +18 -43
- package/node_modules/content-disposition/package.json +14 -49
- package/node_modules/content-type/package.json +15 -54
- package/node_modules/cookie/package.json +14 -52
- package/node_modules/cookie-signature/package.json +8 -47
- package/node_modules/debug/package.json +21 -68
- package/node_modules/depd/package.json +13 -51
- package/node_modules/destroy/package.json +15 -50
- package/node_modules/ee-first/package.json +9 -43
- package/node_modules/encodeurl/package.json +14 -52
- package/node_modules/escape-html/package.json +12 -47
- package/node_modules/etag/package.json +15 -54
- package/node_modules/express/node_modules/safe-buffer/package.json +18 -43
- package/node_modules/extend/package.json +42 -78
- package/node_modules/faye-websocket/package.json +33 -64
- package/node_modules/finalhandler/package.json +9 -44
- package/node_modules/forwarded/package.json +14 -49
- package/node_modules/fresh/package.json +17 -61
- package/node_modules/function-bind/package.json +23 -56
- package/node_modules/has/package.json +21 -46
- package/node_modules/has-symbols/package.json +99 -124
- package/node_modules/http-errors/package.json +18 -63
- package/node_modules/iconv-lite/package.json +43 -77
- package/node_modules/inherits/package.json +12 -44
- package/node_modules/ipaddr.js/package.json +13 -48
- package/node_modules/media-typer/package.json +8 -43
- package/node_modules/merge-descriptors/package.json +10 -47
- package/node_modules/methods/package.json +17 -60
- package/node_modules/mime/package.json +13 -45
- package/node_modules/object-inspect/package.json +48 -76
- package/node_modules/on-finished/package.json +8 -50
- package/node_modules/on-headers/package.json +14 -52
- package/node_modules/parseurl/package.json +10 -54
- package/node_modules/path-to-regexp/package.json +15 -44
- package/node_modules/proxy-addr/package.json +14 -49
- package/node_modules/range-parser/package.json +18 -68
- package/node_modules/raw-body/package.json +9 -51
- package/node_modules/safe-buffer/package.json +5 -36
- package/node_modules/safer-buffer/package.json +13 -42
- package/node_modules/send/node_modules/ms/package.json +20 -52
- package/node_modules/send/package.json +17 -62
- package/node_modules/serve-static/package.json +9 -44
- package/node_modules/setprototypeof/package.json +27 -55
- package/node_modules/side-channel/package.json +65 -93
- package/node_modules/sockjs/package.json +43 -70
- package/node_modules/statuses/package.json +19 -61
- package/node_modules/toidentifier/package.json +9 -51
- package/node_modules/type-is/package.json +12 -55
- package/node_modules/unpipe/package.json +8 -45
- package/node_modules/utils-merge/package.json +19 -45
- package/node_modules/uuid/package.json +70 -99
- package/node_modules/websocket-driver/package.json +33 -68
- package/node_modules/websocket-extensions/package.json +27 -61
- package/package.json +1 -1
- package/worldmap/worldmap.js +15 -9
|
@@ -1,50 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"_location": "/fresh",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "version",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "fresh@0.5.2",
|
|
12
|
-
"name": "fresh",
|
|
13
|
-
"escapedName": "fresh",
|
|
14
|
-
"rawSpec": "0.5.2",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "0.5.2"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/express",
|
|
20
|
-
"/send"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
23
|
-
"_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
|
|
24
|
-
"_spec": "fresh@0.5.2",
|
|
25
|
-
"_where": "/Users/conway/Projects/worldmap/node_modules/express",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "TJ Holowaychuk",
|
|
28
|
-
"email": "tj@vision-media.ca",
|
|
29
|
-
"url": "http://tjholowaychuk.com"
|
|
30
|
-
},
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/jshttp/fresh/issues"
|
|
33
|
-
},
|
|
34
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "fresh",
|
|
3
|
+
"description": "HTTP response freshness testing",
|
|
4
|
+
"version": "0.5.2",
|
|
5
|
+
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
|
|
35
6
|
"contributors": [
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"email": "doug@somethingdoug.com"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "Jonathan Ong",
|
|
42
|
-
"email": "me@jongleberry.com",
|
|
43
|
-
"url": "http://jongleberry.com"
|
|
44
|
-
}
|
|
7
|
+
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
8
|
+
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
|
|
45
9
|
],
|
|
46
|
-
"
|
|
47
|
-
"
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"fresh",
|
|
13
|
+
"http",
|
|
14
|
+
"conditional",
|
|
15
|
+
"cache"
|
|
16
|
+
],
|
|
17
|
+
"repository": "jshttp/fresh",
|
|
48
18
|
"devDependencies": {
|
|
49
19
|
"beautify-benchmark": "0.2.4",
|
|
50
20
|
"benchmark": "2.1.4",
|
|
@@ -58,26 +28,13 @@
|
|
|
58
28
|
"istanbul": "0.4.5",
|
|
59
29
|
"mocha": "1.21.5"
|
|
60
30
|
},
|
|
61
|
-
"engines": {
|
|
62
|
-
"node": ">= 0.6"
|
|
63
|
-
},
|
|
64
31
|
"files": [
|
|
65
32
|
"HISTORY.md",
|
|
66
33
|
"LICENSE",
|
|
67
34
|
"index.js"
|
|
68
35
|
],
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
"fresh",
|
|
72
|
-
"http",
|
|
73
|
-
"conditional",
|
|
74
|
-
"cache"
|
|
75
|
-
],
|
|
76
|
-
"license": "MIT",
|
|
77
|
-
"name": "fresh",
|
|
78
|
-
"repository": {
|
|
79
|
-
"type": "git",
|
|
80
|
-
"url": "git+https://github.com/jshttp/fresh.git"
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">= 0.6"
|
|
81
38
|
},
|
|
82
39
|
"scripts": {
|
|
83
40
|
"bench": "node benchmark/index.js",
|
|
@@ -85,6 +42,5 @@
|
|
|
85
42
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
86
43
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
|
87
44
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
|
88
|
-
}
|
|
89
|
-
"version": "0.5.2"
|
|
45
|
+
}
|
|
90
46
|
}
|
|
@@ -1,38 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "function-bind@^1.1.1",
|
|
12
|
-
"name": "function-bind",
|
|
13
|
-
"escapedName": "function-bind",
|
|
14
|
-
"rawSpec": "^1.1.1",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "^1.1.1"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/call-bind",
|
|
20
|
-
"/get-intrinsic",
|
|
21
|
-
"/has"
|
|
2
|
+
"name": "function-bind",
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Implementation of Function.prototype.bind",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"function",
|
|
7
|
+
"bind",
|
|
8
|
+
"shim",
|
|
9
|
+
"es5"
|
|
22
10
|
],
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"author": {
|
|
28
|
-
"name": "Raynos",
|
|
29
|
-
"email": "raynos2@gmail.com"
|
|
30
|
-
},
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/Raynos/function-bind/issues",
|
|
33
|
-
"email": "raynos2@gmail.com"
|
|
34
|
-
},
|
|
35
|
-
"bundleDependencies": false,
|
|
11
|
+
"author": "Raynos <raynos2@gmail.com>",
|
|
12
|
+
"repository": "git://github.com/Raynos/function-bind.git",
|
|
13
|
+
"main": "index",
|
|
14
|
+
"homepage": "https://github.com/Raynos/function-bind",
|
|
36
15
|
"contributors": [
|
|
37
16
|
{
|
|
38
17
|
"name": "Raynos"
|
|
@@ -42,9 +21,11 @@
|
|
|
42
21
|
"url": "https://github.com/ljharb"
|
|
43
22
|
}
|
|
44
23
|
],
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/Raynos/function-bind/issues",
|
|
26
|
+
"email": "raynos2@gmail.com"
|
|
27
|
+
},
|
|
45
28
|
"dependencies": {},
|
|
46
|
-
"deprecated": false,
|
|
47
|
-
"description": "Implementation of Function.prototype.bind",
|
|
48
29
|
"devDependencies": {
|
|
49
30
|
"@ljharb/eslint-config": "^12.2.1",
|
|
50
31
|
"covert": "^1.1.0",
|
|
@@ -52,29 +33,16 @@
|
|
|
52
33
|
"jscs": "^3.0.7",
|
|
53
34
|
"tape": "^4.8.0"
|
|
54
35
|
},
|
|
55
|
-
"homepage": "https://github.com/Raynos/function-bind",
|
|
56
|
-
"keywords": [
|
|
57
|
-
"function",
|
|
58
|
-
"bind",
|
|
59
|
-
"shim",
|
|
60
|
-
"es5"
|
|
61
|
-
],
|
|
62
36
|
"license": "MIT",
|
|
63
|
-
"main": "index",
|
|
64
|
-
"name": "function-bind",
|
|
65
|
-
"repository": {
|
|
66
|
-
"type": "git",
|
|
67
|
-
"url": "git://github.com/Raynos/function-bind.git"
|
|
68
|
-
},
|
|
69
37
|
"scripts": {
|
|
70
|
-
"coverage": "covert test/*.js",
|
|
71
|
-
"eslint": "eslint *.js */*.js",
|
|
72
|
-
"jscs": "jscs *.js */*.js",
|
|
73
|
-
"lint": "npm run jscs && npm run eslint",
|
|
74
|
-
"posttest": "npm run coverage -- --quiet",
|
|
75
38
|
"pretest": "npm run lint",
|
|
76
39
|
"test": "npm run tests-only",
|
|
77
|
-
"
|
|
40
|
+
"posttest": "npm run coverage -- --quiet",
|
|
41
|
+
"tests-only": "node test",
|
|
42
|
+
"coverage": "covert test/*.js",
|
|
43
|
+
"lint": "npm run jscs && npm run eslint",
|
|
44
|
+
"jscs": "jscs *.js */*.js",
|
|
45
|
+
"eslint": "eslint *.js */*.js"
|
|
78
46
|
},
|
|
79
47
|
"testling": {
|
|
80
48
|
"files": "test/index.js",
|
|
@@ -91,6 +59,5 @@
|
|
|
91
59
|
"iphone/6.0..latest",
|
|
92
60
|
"android-browser/4.2..latest"
|
|
93
61
|
]
|
|
94
|
-
}
|
|
95
|
-
"version": "1.1.1"
|
|
62
|
+
}
|
|
96
63
|
}
|
|
@@ -1,56 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"_location": "/has",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "has@^1.0.3",
|
|
12
|
-
"name": "has",
|
|
13
|
-
"escapedName": "has",
|
|
14
|
-
"rawSpec": "^1.0.3",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "^1.0.3"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/get-intrinsic"
|
|
20
|
-
],
|
|
21
|
-
"_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
|
|
22
|
-
"_shasum": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796",
|
|
23
|
-
"_spec": "has@^1.0.3",
|
|
24
|
-
"_where": "/Users/conway/Projects/worldmap/node_modules/get-intrinsic",
|
|
2
|
+
"name": "has",
|
|
3
|
+
"description": "Object.prototype.hasOwnProperty.call shortcut",
|
|
4
|
+
"version": "1.0.3",
|
|
5
|
+
"homepage": "https://github.com/tarruda/has",
|
|
25
6
|
"author": {
|
|
26
7
|
"name": "Thiago de Arruda",
|
|
27
8
|
"email": "tpadilha84@gmail.com"
|
|
28
9
|
},
|
|
29
|
-
|
|
30
|
-
"url": "https://github.com/tarruda/has/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"contributors": [
|
|
10
|
+
"contributors": [
|
|
34
11
|
{
|
|
35
12
|
"name": "Jordan Harband",
|
|
36
13
|
"email": "ljharb@gmail.com",
|
|
37
14
|
"url": "http://ljharb.codes"
|
|
38
15
|
}
|
|
39
16
|
],
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
"deprecated": false,
|
|
44
|
-
"description": "Object.prototype.hasOwnProperty.call shortcut",
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@ljharb/eslint-config": "^12.2.1",
|
|
47
|
-
"eslint": "^4.19.1",
|
|
48
|
-
"tape": "^4.9.0"
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git://github.com/tarruda/has.git"
|
|
49
20
|
},
|
|
50
|
-
"
|
|
51
|
-
"
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/tarruda/has/issues"
|
|
52
23
|
},
|
|
53
|
-
"homepage": "https://github.com/tarruda/has",
|
|
54
24
|
"license": "MIT",
|
|
55
25
|
"licenses": [
|
|
56
26
|
{
|
|
@@ -59,15 +29,20 @@
|
|
|
59
29
|
}
|
|
60
30
|
],
|
|
61
31
|
"main": "./src",
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"function-bind": "^1.1.1"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@ljharb/eslint-config": "^12.2.1",
|
|
37
|
+
"eslint": "^4.19.1",
|
|
38
|
+
"tape": "^4.9.0"
|
|
39
|
+
},
|
|
40
|
+
"engines": {
|
|
41
|
+
"node": ">= 0.4.0"
|
|
66
42
|
},
|
|
67
43
|
"scripts": {
|
|
68
44
|
"lint": "eslint .",
|
|
69
45
|
"pretest": "npm run lint",
|
|
70
46
|
"test": "tape test"
|
|
71
|
-
}
|
|
72
|
-
"version": "1.0.3"
|
|
47
|
+
}
|
|
73
48
|
}
|
|
@@ -1,126 +1,101 @@
|
|
|
1
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
|
-
"test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
|
|
102
|
-
"test:staging": "nyc node --harmony --es-staging test",
|
|
103
|
-
"test:stock": "nyc node test",
|
|
104
|
-
"tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
|
|
105
|
-
"version": "auto-changelog && git add CHANGELOG.md"
|
|
106
|
-
},
|
|
107
|
-
"testling": {
|
|
108
|
-
"files": "test/index.js",
|
|
109
|
-
"browsers": [
|
|
110
|
-
"iexplore/6.0..latest",
|
|
111
|
-
"firefox/3.0..6.0",
|
|
112
|
-
"firefox/15.0..latest",
|
|
113
|
-
"firefox/nightly",
|
|
114
|
-
"chrome/4.0..10.0",
|
|
115
|
-
"chrome/20.0..latest",
|
|
116
|
-
"chrome/canary",
|
|
117
|
-
"opera/10.0..latest",
|
|
118
|
-
"opera/next",
|
|
119
|
-
"safari/4.0..latest",
|
|
120
|
-
"ipad/6.0..latest",
|
|
121
|
-
"iphone/6.0..latest",
|
|
122
|
-
"android-browser/4.2"
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
|
-
"version": "1.0.3"
|
|
2
|
+
"name": "has-symbols",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"prepublishOnly": "safe-publish-latest",
|
|
8
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
9
|
+
"pretest": "npm run --silent lint",
|
|
10
|
+
"test": "npm run tests-only",
|
|
11
|
+
"posttest": "aud --production",
|
|
12
|
+
"tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
|
|
13
|
+
"test:stock": "nyc node test",
|
|
14
|
+
"test:staging": "nyc node --harmony --es-staging test",
|
|
15
|
+
"test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
|
|
16
|
+
"test:shams:corejs": "nyc node test/shams/core-js.js",
|
|
17
|
+
"test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
|
|
18
|
+
"lint": "eslint --ext=js,mjs .",
|
|
19
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
20
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git://github.com/inspect-js/has-symbols.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"Symbol",
|
|
28
|
+
"symbols",
|
|
29
|
+
"typeof",
|
|
30
|
+
"sham",
|
|
31
|
+
"polyfill",
|
|
32
|
+
"native",
|
|
33
|
+
"core-js",
|
|
34
|
+
"ES6"
|
|
35
|
+
],
|
|
36
|
+
"author": {
|
|
37
|
+
"name": "Jordan Harband",
|
|
38
|
+
"email": "ljharb@gmail.com",
|
|
39
|
+
"url": "http://ljharb.codes"
|
|
40
|
+
},
|
|
41
|
+
"contributors": [
|
|
42
|
+
{
|
|
43
|
+
"name": "Jordan Harband",
|
|
44
|
+
"email": "ljharb@gmail.com",
|
|
45
|
+
"url": "http://ljharb.codes"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"funding": {
|
|
49
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
50
|
+
},
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"bugs": {
|
|
53
|
+
"url": "https://github.com/ljharb/has-symbols/issues"
|
|
54
|
+
},
|
|
55
|
+
"homepage": "https://github.com/ljharb/has-symbols#readme",
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@ljharb/eslint-config": "^20.2.3",
|
|
58
|
+
"aud": "^2.0.0",
|
|
59
|
+
"auto-changelog": "^2.4.0",
|
|
60
|
+
"core-js": "^2.6.12",
|
|
61
|
+
"eslint": "=8.8.0",
|
|
62
|
+
"get-own-property-symbols": "^0.9.5",
|
|
63
|
+
"nyc": "^10.3.2",
|
|
64
|
+
"safe-publish-latest": "^2.0.0",
|
|
65
|
+
"tape": "^5.5.2"
|
|
66
|
+
},
|
|
67
|
+
"testling": {
|
|
68
|
+
"files": "test/index.js",
|
|
69
|
+
"browsers": [
|
|
70
|
+
"iexplore/6.0..latest",
|
|
71
|
+
"firefox/3.0..6.0",
|
|
72
|
+
"firefox/15.0..latest",
|
|
73
|
+
"firefox/nightly",
|
|
74
|
+
"chrome/4.0..10.0",
|
|
75
|
+
"chrome/20.0..latest",
|
|
76
|
+
"chrome/canary",
|
|
77
|
+
"opera/10.0..latest",
|
|
78
|
+
"opera/next",
|
|
79
|
+
"safari/4.0..latest",
|
|
80
|
+
"ipad/6.0..latest",
|
|
81
|
+
"iphone/6.0..latest",
|
|
82
|
+
"android-browser/4.2"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
"engines": {
|
|
86
|
+
"node": ">= 0.4"
|
|
87
|
+
},
|
|
88
|
+
"auto-changelog": {
|
|
89
|
+
"output": "CHANGELOG.md",
|
|
90
|
+
"template": "keepachangelog",
|
|
91
|
+
"unreleased": false,
|
|
92
|
+
"commitLimit": false,
|
|
93
|
+
"backfillLimit": false,
|
|
94
|
+
"hideCredit": true
|
|
95
|
+
},
|
|
96
|
+
"greenkeeper": {
|
|
97
|
+
"ignore": [
|
|
98
|
+
"core-js"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
126
101
|
}
|
|
@@ -1,49 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"_location": "/http-errors",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "version",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "http-errors@2.0.0",
|
|
12
|
-
"name": "http-errors",
|
|
13
|
-
"escapedName": "http-errors",
|
|
14
|
-
"rawSpec": "2.0.0",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "2.0.0"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/body-parser",
|
|
20
|
-
"/express",
|
|
21
|
-
"/raw-body",
|
|
22
|
-
"/send"
|
|
23
|
-
],
|
|
24
|
-
"_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
|
|
25
|
-
"_shasum": "b7774a1486ef73cf7667ac9ae0858c012c57b9d3",
|
|
26
|
-
"_spec": "http-errors@2.0.0",
|
|
27
|
-
"_where": "/Users/conway/Projects/worldmap/node_modules/express",
|
|
28
|
-
"author": {
|
|
29
|
-
"name": "Jonathan Ong",
|
|
30
|
-
"email": "me@jongleberry.com",
|
|
31
|
-
"url": "http://jongleberry.com"
|
|
32
|
-
},
|
|
33
|
-
"bugs": {
|
|
34
|
-
"url": "https://github.com/jshttp/http-errors/issues"
|
|
35
|
-
},
|
|
36
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "http-errors",
|
|
3
|
+
"description": "Create HTTP error objects",
|
|
4
|
+
"version": "2.0.0",
|
|
5
|
+
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
|
37
6
|
"contributors": [
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
"email": "me@pluma.io"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "Douglas Christopher Wilson",
|
|
44
|
-
"email": "doug@somethingdoug.com"
|
|
45
|
-
}
|
|
7
|
+
"Alan Plum <me@pluma.io>",
|
|
8
|
+
"Douglas Christopher Wilson <doug@somethingdoug.com>"
|
|
46
9
|
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"repository": "jshttp/http-errors",
|
|
47
12
|
"dependencies": {
|
|
48
13
|
"depd": "2.0.0",
|
|
49
14
|
"inherits": "2.0.4",
|
|
@@ -51,8 +16,6 @@
|
|
|
51
16
|
"statuses": "2.0.1",
|
|
52
17
|
"toidentifier": "1.0.1"
|
|
53
18
|
},
|
|
54
|
-
"deprecated": false,
|
|
55
|
-
"description": "Create HTTP error objects",
|
|
56
19
|
"devDependencies": {
|
|
57
20
|
"eslint": "7.32.0",
|
|
58
21
|
"eslint-config-standard": "14.1.1",
|
|
@@ -67,23 +30,6 @@
|
|
|
67
30
|
"engines": {
|
|
68
31
|
"node": ">= 0.8"
|
|
69
32
|
},
|
|
70
|
-
"files": [
|
|
71
|
-
"index.js",
|
|
72
|
-
"HISTORY.md",
|
|
73
|
-
"LICENSE",
|
|
74
|
-
"README.md"
|
|
75
|
-
],
|
|
76
|
-
"homepage": "https://github.com/jshttp/http-errors#readme",
|
|
77
|
-
"keywords": [
|
|
78
|
-
"http",
|
|
79
|
-
"error"
|
|
80
|
-
],
|
|
81
|
-
"license": "MIT",
|
|
82
|
-
"name": "http-errors",
|
|
83
|
-
"repository": {
|
|
84
|
-
"type": "git",
|
|
85
|
-
"url": "git+https://github.com/jshttp/http-errors.git"
|
|
86
|
-
},
|
|
87
33
|
"scripts": {
|
|
88
34
|
"lint": "eslint . && node ./scripts/lint-readme-list.js",
|
|
89
35
|
"test": "mocha --reporter spec --bail",
|
|
@@ -91,5 +37,14 @@
|
|
|
91
37
|
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
|
92
38
|
"version": "node scripts/version-history.js && git add HISTORY.md"
|
|
93
39
|
},
|
|
94
|
-
"
|
|
40
|
+
"keywords": [
|
|
41
|
+
"http",
|
|
42
|
+
"error"
|
|
43
|
+
],
|
|
44
|
+
"files": [
|
|
45
|
+
"index.js",
|
|
46
|
+
"HISTORY.md",
|
|
47
|
+
"LICENSE",
|
|
48
|
+
"README.md"
|
|
49
|
+
]
|
|
95
50
|
}
|