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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
| {
| "_from": "superagent@^7.1.3",
| "_id": "superagent@7.1.5",
| "_inBundle": false,
| "_integrity": "sha512-HQYyGuDRFGmZ6GNC4hq2f37KnsY9Lr0/R1marNZTgMweVDQLTLJJ6DGQ9Tj/xVVs5HEnop9EMmTbywb5P30aqw==",
| "_location": "/superagent",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "superagent@^7.1.3",
| "name": "superagent",
| "escapedName": "superagent",
| "rawSpec": "^7.1.3",
| "saveSpec": null,
| "fetchSpec": "^7.1.3"
| },
| "_requiredBy": [
| "/node-red-node-test-helper/supertest"
| ],
| "_resolved": "https://registry.npmjs.org/superagent/-/superagent-7.1.5.tgz",
| "_shasum": "66428cd19bedf4946b0c1568f2bb30dec0594bfc",
| "_spec": "superagent@^7.1.3",
| "_where": "/home/l/plc/node-red/node_modules/node-red-node-test-helper/node_modules/supertest",
| "author": {
| "name": "TJ Holowaychuk",
| "email": "tj@vision-media.ca"
| },
| "browser": {
| "./src/node/index.js": "./src/client.js",
| "./lib/node/index.js": "./lib/client.js",
| "./test/support/server.js": "./test/support/blank.js",
| "semver": false
| },
| "bugs": {
| "url": "https://github.com/visionmedia/superagent/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Kornel Lesiński",
| "email": "kornel@geekhood.net"
| },
| {
| "name": "Peter Lyons",
| "email": "pete@peterlyons.com"
| },
| {
| "name": "Hunter Loftis",
| "email": "hunter@hunterloftis.com"
| },
| {
| "name": "Nick Baugh",
| "email": "niftylettuce@gmail.com"
| }
| ],
| "dependencies": {
| "component-emitter": "^1.3.0",
| "cookiejar": "^2.1.3",
| "debug": "^4.3.4",
| "fast-safe-stringify": "^2.1.1",
| "form-data": "^4.0.0",
| "formidable": "^2.0.1",
| "methods": "^1.1.2",
| "mime": "^2.5.0",
| "qs": "^6.10.3",
| "readable-stream": "^3.6.0",
| "semver": "^7.3.7"
| },
| "deprecated": false,
| "description": "elegant & feature rich browser / node HTTP with a fluent API",
| "devDependencies": {
| "@babel/cli": "^7.17.10",
| "@babel/core": "^7.18.2",
| "@babel/plugin-transform-runtime": "^7.18.2",
| "@babel/preset-env": "^7.18.2",
| "@babel/runtime": "^7.18.3",
| "@commitlint/cli": "^17.0.1",
| "@commitlint/config-conventional": "^17.0.0",
| "Base64": "^1.1.0",
| "babelify": "^10.0.0",
| "basic-auth-connect": "^1.0.0",
| "body-parser": "^1.20.0",
| "browserify": "^17.0.0",
| "codecov": "^3.8.3",
| "cookie-parser": "^1.4.6",
| "cross-env": "^7.0.3",
| "eslint": "^8.16.0",
| "eslint-config-xo-lass": "^1.0.6",
| "eslint-plugin-compat": "^4.0.2",
| "eslint-plugin-node": "^11.1.0",
| "express": "^4.18.1",
| "express-session": "^1.17.3",
| "fixpack": "^4.0.0",
| "get-port": "4.2.0",
| "husky": "^8.0.1",
| "lint-staged": "^12.5.0",
| "marked": "^2.0.0",
| "mocha": "6.2.2",
| "multer": "^1.4.4",
| "nyc": "^15.1.0",
| "remark-cli": "^10.0.1",
| "remark-preset-github": "^4.0.1",
| "rimraf": "^3.0.2",
| "should": "^13.2.3",
| "should-http": "^0.1.1",
| "tinyify": "^3.0.0",
| "xo": "^0.49.0",
| "zuul": "^3.12.0"
| },
| "engines": {
| "node": ">=6.4.0 <13 || >=14"
| },
| "files": [
| "dist/*.js",
| "lib/**/*.js"
| ],
| "homepage": "https://github.com/visionmedia/superagent",
| "jsdelivr": "dist/superagent.min.js",
| "keywords": [
| "agent",
| "ajax",
| "ajax",
| "api",
| "async",
| "await",
| "axios",
| "cancel",
| "client",
| "frisbee",
| "got",
| "http",
| "http",
| "https",
| "ky",
| "promise",
| "promise",
| "promises",
| "request",
| "request",
| "requests",
| "response",
| "rest",
| "retry",
| "super",
| "superagent",
| "timeout",
| "transform",
| "xhr",
| "xmlhttprequest"
| ],
| "license": "MIT",
| "main": "lib/node/index.js",
| "name": "superagent",
| "repository": {
| "type": "git",
| "url": "git://github.com/visionmedia/superagent.git"
| },
| "scripts": {
| "browserify": "browserify src/node/index.js -o dist/superagent.js -s superagent -g [ babelify --configFile ./.dist.babelrc ]",
| "build": "npm run build:clean && npm run build:lib && npm run build:dist",
| "build:clean": "rimraf lib dist",
| "build:dist": "npm run browserify && npm run minify",
| "build:lib": "babel --config-file ./.lib.babelrc src --out-dir lib",
| "build:test": "babel --config-file ./.test.babelrc test --out-dir lib/node/test",
| "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
| "lint": "eslint -c .eslintrc src test && remark . -qfo && eslint -c .lib.eslintrc lib/**/*.js && eslint -c .dist.eslintrc dist/**/*.js",
| "minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify",
| "nyc": "cross-env NODE_ENV=test nyc ava",
| "prepare": "husky install",
| "test": "npm run build && npm run lint && make test",
| "test-http2": "npm run build && npm run lint && make test-node-http2"
| },
| "unpkg": "dist/superagent.min.js",
| "version": "7.1.5"
| }
|
|