node-red-contrib-web-worldmap 2.32.2 → 2.32.3

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/node_modules/accepts/package.json +15 -55
  3. package/node_modules/body-parser/HISTORY.md +6 -0
  4. package/node_modules/body-parser/README.md +1 -1
  5. package/node_modules/body-parser/index.js +8 -9
  6. package/node_modules/body-parser/node_modules/bytes/package.json +20 -62
  7. package/node_modules/body-parser/package.json +18 -57
  8. package/node_modules/bufferjs/package.json +17 -65
  9. package/node_modules/bufferlist/package.json +15 -51
  10. package/node_modules/{compression/node_modules/bytes → bytes}/History.md +0 -0
  11. package/node_modules/{compression/node_modules/bytes → bytes}/LICENSE +0 -0
  12. package/node_modules/{compression/node_modules/bytes → bytes}/Readme.md +0 -0
  13. package/node_modules/{compression/node_modules/bytes → bytes}/index.js +0 -0
  14. package/node_modules/bytes/package.json +39 -0
  15. package/node_modules/cgi/package.json +10 -46
  16. package/node_modules/compressible/package.json +15 -58
  17. package/node_modules/express/History.md +9 -0
  18. package/node_modules/express/Readme.md +2 -2
  19. package/node_modules/express/lib/router/route.js +8 -8
  20. package/node_modules/express/package.json +33 -88
  21. package/node_modules/get-intrinsic/package.json +89 -118
  22. package/node_modules/header-stack/package.json +14 -48
  23. package/node_modules/{websocket-driver/node_modules/http-parser-js → http-parser-js}/LICENSE.md +0 -0
  24. package/node_modules/http-parser-js/README.md +43 -0
  25. package/node_modules/http-parser-js/http-parser.d.ts +175 -0
  26. package/node_modules/{websocket-driver/node_modules/http-parser-js → http-parser-js}/http-parser.js +12 -7
  27. package/node_modules/http-parser-js/package.json +30 -0
  28. package/node_modules/mime-db/HISTORY.md +8 -0
  29. package/node_modules/mime-db/LICENSE +19 -18
  30. package/node_modules/mime-db/README.md +1 -1
  31. package/node_modules/mime-db/db.json +54 -6
  32. package/node_modules/mime-db/index.js +1 -0
  33. package/node_modules/mime-db/package.json +24 -67
  34. package/node_modules/mime-types/HISTORY.md +9 -0
  35. package/node_modules/mime-types/README.md +1 -1
  36. package/node_modules/mime-types/package.json +19 -63
  37. package/node_modules/ms/package.json +19 -54
  38. package/node_modules/negotiator/package.json +19 -61
  39. package/node_modules/qs/.editorconfig +3 -0
  40. package/node_modules/qs/.eslintrc +5 -5
  41. package/node_modules/qs/CHANGELOG.md +158 -0
  42. package/node_modules/qs/README.md +3 -1
  43. package/node_modules/qs/dist/qs.js +19 -9
  44. package/node_modules/qs/lib/stringify.js +12 -3
  45. package/node_modules/qs/package.json +73 -98
  46. package/node_modules/qs/test/parse.js +14 -0
  47. package/node_modules/qs/test/stringify.js +54 -10
  48. package/node_modules/raw-body/node_modules/bytes/package.json +20 -62
  49. package/node_modules/stream-stack/package.json +11 -43
  50. package/node_modules/vary/package.json +13 -52
  51. package/package.json +1 -1
  52. package/worldmap.html +0 -1
  53. package/node_modules/compression/node_modules/bytes/package.json +0 -84
  54. package/node_modules/websocket-driver/node_modules/http-parser-js/CHANGELOG.md +0 -14
  55. package/node_modules/websocket-driver/node_modules/http-parser-js/README.md +0 -31
  56. package/node_modules/websocket-driver/node_modules/http-parser-js/package.json +0 -75
@@ -1,52 +1,23 @@
1
1
  {
2
- "_from": "compressible@~2.0.16",
3
- "_id": "compressible@2.0.18",
4
- "_inBundle": false,
5
- "_integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
6
- "_location": "/node-red-contrib-web-worldmap/compressible",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "compressible@~2.0.16",
12
- "name": "compressible",
13
- "escapedName": "compressible",
14
- "rawSpec": "~2.0.16",
15
- "saveSpec": null,
16
- "fetchSpec": "~2.0.16"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/compression"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
22
- "_shasum": "af53cca6b070d4c3c0750fbd77286a6d7cc46fba",
23
- "_spec": "compressible@~2.0.16",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/compression",
25
- "bugs": {
26
- "url": "https://github.com/jshttp/compressible/issues"
27
- },
28
- "bundleDependencies": false,
2
+ "name": "compressible",
3
+ "description": "Compressible Content-Type / mime checking",
4
+ "version": "2.0.18",
29
5
  "contributors": [
30
- {
31
- "name": "Douglas Christopher Wilson",
32
- "email": "doug@somethingdoug.com"
33
- },
34
- {
35
- "name": "Jonathan Ong",
36
- "email": "me@jongleberry.com",
37
- "url": "http://jongleberry.com"
38
- },
39
- {
40
- "name": "Jeremiah Senkpiel",
41
- "email": "fishrock123@rocketmail.com",
42
- "url": "https://searchbeam.jit.su"
43
- }
6
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
+ "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
8
+ "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)"
9
+ ],
10
+ "license": "MIT",
11
+ "repository": "jshttp/compressible",
12
+ "keywords": [
13
+ "compress",
14
+ "gzip",
15
+ "mime",
16
+ "content-type"
44
17
  ],
45
18
  "dependencies": {
46
19
  "mime-db": ">= 1.43.0 < 2"
47
20
  },
48
- "deprecated": false,
49
- "description": "Compressible Content-Type / mime checking",
50
21
  "devDependencies": {
51
22
  "eslint": "6.8.0",
52
23
  "eslint-config-standard": "14.1.0",
@@ -67,25 +38,11 @@
67
38
  "README.md",
68
39
  "index.js"
69
40
  ],
70
- "homepage": "https://github.com/jshttp/compressible#readme",
71
- "keywords": [
72
- "compress",
73
- "gzip",
74
- "mime",
75
- "content-type"
76
- ],
77
- "license": "MIT",
78
- "name": "compressible",
79
- "repository": {
80
- "type": "git",
81
- "url": "git+https://github.com/jshttp/compressible.git"
82
- },
83
41
  "scripts": {
84
42
  "lint": "eslint --plugin markdown --ext js,md .",
85
43
  "test": "mocha --reporter spec --bail --check-leaks test/",
86
44
  "test-cov": "nyc --reporter=html --reporter=text npm test",
87
45
  "test-travis": "nyc --reporter=text npm test",
88
46
  "version": "node scripts/version-history.js && git add HISTORY.md"
89
- },
90
- "version": "2.0.18"
47
+ }
91
48
  }
@@ -1,3 +1,12 @@
1
+ 4.18.2 / 2022-10-08
2
+ ===================
3
+
4
+ * Fix regression routing a large stack in a single route
5
+ * deps: body-parser@1.20.1
6
+ - deps: qs@6.11.0
7
+ - perf: remove unnecessary object clone
8
+ * deps: qs@6.11.0
9
+
1
10
  4.18.1 / 2022-04-29
2
11
  ===================
3
12
 
@@ -1,6 +1,6 @@
1
1
  [![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)
2
2
 
3
- Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).
3
+ Fast, unopinionated, minimalist web framework for [Node.js](http://nodejs.org).
4
4
 
5
5
  [![NPM Version][npm-version-image]][npm-url]
6
6
  [![NPM Install Size][npm-install-size-image]][npm-install-size-url]
@@ -51,7 +51,7 @@ for more information.
51
51
  ## Docs & Community
52
52
 
53
53
  * [Website and Documentation](http://expressjs.com/) - [[website repo](https://github.com/expressjs/expressjs.com)]
54
- * [#express](https://webchat.freenode.net/?channels=express) on freenode IRC
54
+ * [#express](https://web.libera.chat/#express) on [Libera Chat](https://libera.chat) IRC
55
55
  * [GitHub Organization](https://github.com/expressjs) for Official Middleware & Modules
56
56
  * Visit the [Wiki](https://github.com/expressjs/express/wiki)
57
57
  * [Google Group](https://groups.google.com/group/express-js) for discussion
@@ -124,21 +124,21 @@ Route.prototype.dispatch = function dispatch(req, res, done) {
124
124
  return done(err)
125
125
  }
126
126
 
127
- var layer = stack[idx++];
128
- if (!layer) {
129
- return done(err);
130
- }
131
-
132
127
  // max sync stack
133
128
  if (++sync > 100) {
134
129
  return setImmediate(next, err)
135
130
  }
136
131
 
137
- if (layer.method && layer.method !== method) {
138
- return next(err);
132
+ var layer = stack[idx++]
133
+
134
+ // end of layers
135
+ if (!layer) {
136
+ return done(err)
139
137
  }
140
138
 
141
- if (err) {
139
+ if (layer.method && layer.method !== method) {
140
+ next(err)
141
+ } else if (err) {
142
142
  layer.handle_error(err, req, res, next);
143
143
  } else {
144
144
  layer.handle_request(req, res, next);
@@ -1,69 +1,36 @@
1
1
  {
2
- "_from": "express@^4.18.1",
3
- "_id": "express@4.18.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==",
6
- "_location": "/express",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "express@^4.18.1",
12
- "name": "express",
13
- "escapedName": "express",
14
- "rawSpec": "^4.18.1",
15
- "saveSpec": null,
16
- "fetchSpec": "^4.18.1"
17
- },
18
- "_requiredBy": [
19
- "/"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/express/-/express-4.18.1.tgz",
22
- "_shasum": "7797de8b9c72c857b9cd0e14a5eea80666267caf",
23
- "_spec": "express@^4.18.1",
24
- "_where": "/Users/conway/Projects/worldmap",
25
- "author": {
26
- "name": "TJ Holowaychuk",
27
- "email": "tj@vision-media.ca"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/expressjs/express/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "express",
3
+ "description": "Fast, unopinionated, minimalist web framework",
4
+ "version": "4.18.2",
5
+ "author": "TJ Holowaychuk <tj@vision-media.ca>",
33
6
  "contributors": [
34
- {
35
- "name": "Aaron Heckmann",
36
- "email": "aaron.heckmann+github@gmail.com"
37
- },
38
- {
39
- "name": "Ciaran Jessup",
40
- "email": "ciaranj@gmail.com"
41
- },
42
- {
43
- "name": "Douglas Christopher Wilson",
44
- "email": "doug@somethingdoug.com"
45
- },
46
- {
47
- "name": "Guillermo Rauch",
48
- "email": "rauchg@gmail.com"
49
- },
50
- {
51
- "name": "Jonathan Ong",
52
- "email": "me@jongleberry.com"
53
- },
54
- {
55
- "name": "Roman Shtylman",
56
- "email": "shtylman+expressjs@gmail.com"
57
- },
58
- {
59
- "name": "Young Jae Sim",
60
- "email": "hanul@hanul.me"
61
- }
7
+ "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
8
+ "Ciaran Jessup <ciaranj@gmail.com>",
9
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
10
+ "Guillermo Rauch <rauchg@gmail.com>",
11
+ "Jonathan Ong <me@jongleberry.com>",
12
+ "Roman Shtylman <shtylman+expressjs@gmail.com>",
13
+ "Young Jae Sim <hanul@hanul.me>"
14
+ ],
15
+ "license": "MIT",
16
+ "repository": "expressjs/express",
17
+ "homepage": "http://expressjs.com/",
18
+ "keywords": [
19
+ "express",
20
+ "framework",
21
+ "sinatra",
22
+ "web",
23
+ "http",
24
+ "rest",
25
+ "restful",
26
+ "router",
27
+ "app",
28
+ "api"
62
29
  ],
63
30
  "dependencies": {
64
31
  "accepts": "~1.3.8",
65
32
  "array-flatten": "1.1.1",
66
- "body-parser": "1.20.0",
33
+ "body-parser": "1.20.1",
67
34
  "content-disposition": "0.5.4",
68
35
  "content-type": "~1.0.4",
69
36
  "cookie": "0.5.0",
@@ -82,7 +49,7 @@
82
49
  "parseurl": "~1.3.3",
83
50
  "path-to-regexp": "0.1.7",
84
51
  "proxy-addr": "~2.0.7",
85
- "qs": "6.10.3",
52
+ "qs": "6.11.0",
86
53
  "range-parser": "~1.2.1",
87
54
  "safe-buffer": "5.2.1",
88
55
  "send": "0.18.0",
@@ -93,25 +60,23 @@
93
60
  "utils-merge": "1.0.1",
94
61
  "vary": "~1.1.2"
95
62
  },
96
- "deprecated": false,
97
- "description": "Fast, unopinionated, minimalist web framework",
98
63
  "devDependencies": {
99
64
  "after": "0.8.2",
100
65
  "connect-redis": "3.4.2",
101
66
  "cookie-parser": "1.4.6",
102
67
  "cookie-session": "2.0.0",
103
- "ejs": "3.1.7",
104
- "eslint": "7.32.0",
68
+ "ejs": "3.1.8",
69
+ "eslint": "8.24.0",
105
70
  "express-session": "1.17.2",
106
71
  "hbs": "4.2.0",
107
72
  "marked": "0.7.0",
108
73
  "method-override": "3.0.0",
109
- "mocha": "9.2.2",
74
+ "mocha": "10.0.0",
110
75
  "morgan": "1.10.0",
111
76
  "multiparty": "4.2.3",
112
77
  "nyc": "15.1.0",
113
78
  "pbkdf2-password": "1.2.1",
114
- "supertest": "6.2.3",
79
+ "supertest": "6.3.0",
115
80
  "vhost": "~3.0.2"
116
81
  },
117
82
  "engines": {
@@ -124,31 +89,11 @@
124
89
  "index.js",
125
90
  "lib/"
126
91
  ],
127
- "homepage": "http://expressjs.com/",
128
- "keywords": [
129
- "express",
130
- "framework",
131
- "sinatra",
132
- "web",
133
- "http",
134
- "rest",
135
- "restful",
136
- "router",
137
- "app",
138
- "api"
139
- ],
140
- "license": "MIT",
141
- "name": "express",
142
- "repository": {
143
- "type": "git",
144
- "url": "git+https://github.com/expressjs/express.git"
145
- },
146
92
  "scripts": {
147
93
  "lint": "eslint .",
148
94
  "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
149
95
  "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
150
96
  "test-cov": "nyc --reporter=html --reporter=text npm test",
151
97
  "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
152
- },
153
- "version": "4.18.1"
98
+ }
154
99
  }
@@ -1,120 +1,91 @@
1
1
  {
2
- "_from": "get-intrinsic@^1.0.2",
3
- "_id": "get-intrinsic@1.1.3",
4
- "_inBundle": false,
5
- "_integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
6
- "_location": "/node-red-contrib-web-worldmap/get-intrinsic",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "get-intrinsic@^1.0.2",
12
- "name": "get-intrinsic",
13
- "escapedName": "get-intrinsic",
14
- "rawSpec": "^1.0.2",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.0.2"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/call-bind",
20
- "/node-red-contrib-web-worldmap/side-channel"
21
- ],
22
- "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
23
- "_shasum": "063c84329ad93e83893c7f4f243ef63ffa351385",
24
- "_spec": "get-intrinsic@^1.0.2",
25
- "_where": "/Users/conway/Projects/worldmap/node_modules/side-channel",
26
- "author": {
27
- "name": "Jordan Harband",
28
- "email": "ljharb@gmail.com"
29
- },
30
- "auto-changelog": {
31
- "output": "CHANGELOG.md",
32
- "template": "keepachangelog",
33
- "unreleased": false,
34
- "commitLimit": false,
35
- "backfillLimit": false,
36
- "hideCredit": true
37
- },
38
- "bugs": {
39
- "url": "https://github.com/ljharb/get-intrinsic/issues"
40
- },
41
- "bundleDependencies": false,
42
- "dependencies": {
43
- "function-bind": "^1.1.1",
44
- "has": "^1.0.3",
45
- "has-symbols": "^1.0.3"
46
- },
47
- "deprecated": false,
48
- "description": "Get and robustly cache all JS language-level intrinsics at first require time",
49
- "devDependencies": {
50
- "@ljharb/eslint-config": "^21.0.0",
51
- "aud": "^2.0.0",
52
- "auto-changelog": "^2.4.0",
53
- "call-bind": "^1.0.2",
54
- "es-abstract": "^1.20.2",
55
- "es-value-fixtures": "^1.4.2",
56
- "eslint": "=8.8.0",
57
- "evalmd": "^0.0.19",
58
- "for-each": "^0.3.3",
59
- "make-async-function": "^1.0.0",
60
- "make-async-generator-function": "^1.0.0",
61
- "make-generator-function": "^2.0.0",
62
- "mock-property": "^1.0.0",
63
- "npmignore": "^0.3.0",
64
- "nyc": "^10.3.2",
65
- "object-inspect": "^1.12.2",
66
- "safe-publish-latest": "^2.0.0",
67
- "tape": "^5.6.0"
68
- },
69
- "exports": {
70
- ".": [
71
- {
72
- "default": "./index.js"
73
- },
74
- "./index.js"
75
- ],
76
- "./package.json": "./package.json"
77
- },
78
- "funding": {
79
- "url": "https://github.com/sponsors/ljharb"
80
- },
81
- "homepage": "https://github.com/ljharb/get-intrinsic#readme",
82
- "keywords": [
83
- "javascript",
84
- "ecmascript",
85
- "es",
86
- "js",
87
- "intrinsic",
88
- "getintrinsic",
89
- "es-abstract"
90
- ],
91
- "license": "MIT",
92
- "main": "index.js",
93
- "name": "get-intrinsic",
94
- "publishConfig": {
95
- "ignore": [
96
- ".github/workflows"
97
- ]
98
- },
99
- "repository": {
100
- "type": "git",
101
- "url": "git+https://github.com/ljharb/get-intrinsic.git"
102
- },
103
- "scripts": {
104
- "lint": "eslint --ext=.js,.mjs .",
105
- "posttest": "aud --production",
106
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
107
- "prelint": "evalmd README.md",
108
- "prepack": "npmignore --auto --commentLines=autogenerated",
109
- "prepublish": "not-in-publish || npm run prepublishOnly",
110
- "prepublishOnly": "safe-publish-latest",
111
- "pretest": "npm run lint",
112
- "test": "npm run tests-only",
113
- "tests-only": "nyc tape 'test/**/*.js'",
114
- "version": "auto-changelog && git add CHANGELOG.md"
115
- },
116
- "testling": {
117
- "files": "test/GetIntrinsic.js"
118
- },
119
- "version": "1.1.3"
2
+ "name": "get-intrinsic",
3
+ "version": "1.1.3",
4
+ "description": "Get and robustly cache all JS language-level intrinsics at first require time",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": [
8
+ {
9
+ "default": "./index.js"
10
+ },
11
+ "./index.js"
12
+ ],
13
+ "./package.json": "./package.json"
14
+ },
15
+ "scripts": {
16
+ "prepack": "npmignore --auto --commentLines=autogenerated",
17
+ "prepublish": "not-in-publish || npm run prepublishOnly",
18
+ "prepublishOnly": "safe-publish-latest",
19
+ "prelint": "evalmd README.md",
20
+ "lint": "eslint --ext=.js,.mjs .",
21
+ "pretest": "npm run lint",
22
+ "tests-only": "nyc tape 'test/**/*.js'",
23
+ "test": "npm run tests-only",
24
+ "posttest": "aud --production",
25
+ "version": "auto-changelog && git add CHANGELOG.md",
26
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/ljharb/get-intrinsic.git"
31
+ },
32
+ "keywords": [
33
+ "javascript",
34
+ "ecmascript",
35
+ "es",
36
+ "js",
37
+ "intrinsic",
38
+ "getintrinsic",
39
+ "es-abstract"
40
+ ],
41
+ "author": "Jordan Harband <ljharb@gmail.com>",
42
+ "funding": {
43
+ "url": "https://github.com/sponsors/ljharb"
44
+ },
45
+ "license": "MIT",
46
+ "bugs": {
47
+ "url": "https://github.com/ljharb/get-intrinsic/issues"
48
+ },
49
+ "homepage": "https://github.com/ljharb/get-intrinsic#readme",
50
+ "devDependencies": {
51
+ "@ljharb/eslint-config": "^21.0.0",
52
+ "aud": "^2.0.0",
53
+ "auto-changelog": "^2.4.0",
54
+ "call-bind": "^1.0.2",
55
+ "es-abstract": "^1.20.2",
56
+ "es-value-fixtures": "^1.4.2",
57
+ "eslint": "=8.8.0",
58
+ "evalmd": "^0.0.19",
59
+ "for-each": "^0.3.3",
60
+ "make-async-function": "^1.0.0",
61
+ "make-async-generator-function": "^1.0.0",
62
+ "make-generator-function": "^2.0.0",
63
+ "mock-property": "^1.0.0",
64
+ "npmignore": "^0.3.0",
65
+ "nyc": "^10.3.2",
66
+ "object-inspect": "^1.12.2",
67
+ "safe-publish-latest": "^2.0.0",
68
+ "tape": "^5.6.0"
69
+ },
70
+ "auto-changelog": {
71
+ "output": "CHANGELOG.md",
72
+ "template": "keepachangelog",
73
+ "unreleased": false,
74
+ "commitLimit": false,
75
+ "backfillLimit": false,
76
+ "hideCredit": true
77
+ },
78
+ "dependencies": {
79
+ "function-bind": "^1.1.1",
80
+ "has": "^1.0.3",
81
+ "has-symbols": "^1.0.3"
82
+ },
83
+ "testling": {
84
+ "files": "test/GetIntrinsic.js"
85
+ },
86
+ "publishConfig": {
87
+ "ignore": [
88
+ ".github/workflows"
89
+ ]
90
+ }
120
91
  }
@@ -1,59 +1,25 @@
1
1
  {
2
- "_args": [
3
- [
4
- "header-stack@0.0.2",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "header-stack@0.0.2",
9
- "_id": "header-stack@0.0.2",
10
- "_inBundle": false,
11
- "_integrity": "sha1-Rg1ysW04ZSzkUeIyU2lxsx6E1g8=",
12
- "_location": "/header-stack",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "header-stack@0.0.2",
18
- "name": "header-stack",
19
- "escapedName": "header-stack",
20
- "rawSpec": "0.0.2",
21
- "saveSpec": null,
22
- "fetchSpec": "0.0.2"
23
- },
24
- "_requiredBy": [
25
- "/cgi"
26
- ],
27
- "_resolved": "https://registry.npmjs.org/header-stack/-/header-stack-0.0.2.tgz",
28
- "_spec": "0.0.2",
29
- "_where": "/Users/conway/Projects/worldmap",
30
- "author": {
31
- "name": "Nathan Rajlich",
32
- "email": "nathan@tootallnate.net",
33
- "url": "http://tootallnate.net"
34
- },
35
- "bugs": {
36
- "url": "https://github.com/TooTallNate/node-header-stack/issues"
2
+ "name": "header-stack",
3
+ "description": "A `StreamStack` subclass that parses headers until an emtpy line is found.",
4
+ "version": "0.0.2",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git://github.com/TooTallNate/node-header-stack.git"
37
8
  },
9
+ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
10
+ "main": "./index.js",
38
11
  "dependencies": {
39
- "bufferjs": ">= 0.2.3",
12
+ "stream-stack": ">= 1.1.1",
40
13
  "bufferlist": ">= 0.0.6",
41
- "stream-stack": ">= 1.1.1"
14
+ "bufferjs": ">= 0.2.3"
42
15
  },
43
- "description": "A `StreamStack` subclass that parses headers until an emtpy line is found.",
44
16
  "directories": {
45
17
  "lib": "."
46
18
  },
47
19
  "engines": {
48
20
  "node": ">= 0.4.0"
49
21
  },
50
- "files": [],
51
- "homepage": "https://github.com/TooTallNate/node-header-stack#readme",
52
- "main": "./index.js",
53
- "name": "header-stack",
54
- "repository": {
55
- "type": "git",
56
- "url": "git://github.com/TooTallNate/node-header-stack.git"
57
- },
58
- "version": "0.0.2"
59
- }
22
+ "files": [
23
+ ""
24
+ ]
25
+ }