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
| {
| "_from": "supertest@6.2.4",
| "_id": "supertest@6.2.4",
| "_inBundle": false,
| "_integrity": "sha512-M8xVnCNv+q2T2WXVzxDECvL2695Uv2uUj2O0utxsld/HRyJvOU8W9f1gvsYxSNU4wmIe0/L/ItnpU4iKq0emDA==",
| "_location": "/supertest",
| "_phantomChildren": {
| "component-emitter": "1.3.0",
| "cookiejar": "2.1.4",
| "debug": "4.3.4",
| "dezalgo": "1.0.4",
| "fast-safe-stringify": "2.1.1",
| "form-data": "4.0.0",
| "hexoid": "1.0.0",
| "lru-cache": "6.0.0",
| "methods": "1.1.2",
| "once": "1.4.0",
| "side-channel": "1.0.4"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "supertest@6.2.4",
| "name": "supertest",
| "escapedName": "supertest",
| "rawSpec": "6.2.4",
| "saveSpec": null,
| "fetchSpec": "6.2.4"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/supertest/-/supertest-6.2.4.tgz",
| "_shasum": "3dcebe42f7fd6f28dd7ac74c6cba881f7101b2f0",
| "_spec": "supertest@6.2.4",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "TJ Holowaychuk"
| },
| "bugs": {
| "url": "https://github.com/visionmedia/supertest/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Dimitri DO BAIRRO",
| "email": "dimitri.dobairro@dimsolution.com"
| }
| ],
| "dependencies": {
| "methods": "^1.1.2",
| "superagent": "^8.0.0"
| },
| "deprecated": false,
| "description": "SuperAgent driven library for testing HTTP servers",
| "devDependencies": {
| "body-parser": "^1.20.0",
| "cookie-parser": "^1.4.6",
| "coveralls": "^3.1.1",
| "eslint": "^8.18.0",
| "eslint-config-airbnb-base": "^15.0.0",
| "eslint-plugin-import": "^2.26.0",
| "express": "^4.18.1",
| "mocha": "^10.0.0",
| "nock": "^13.2.8",
| "nyc": "^15.1.0",
| "should": "^13.2.3"
| },
| "engines": {
| "node": ">=6.4.0"
| },
| "homepage": "https://github.com/visionmedia/supertest#readme",
| "keywords": [
| "superagent",
| "request",
| "tdd",
| "bdd",
| "http",
| "test",
| "testing"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "supertest",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/visionmedia/supertest.git"
| },
| "scripts": {
| "coverage": "nyc report --reporter=text-lcov | coveralls",
| "lint": "eslint lib/**/*.js test/**/*.js index.js",
| "lint:fix": "eslint --fix lib/**/*.js test/**/*.js index.js",
| "pretest": "npm run lint",
| "test": "nyc --reporter=html --reporter=text mocha --exit --require should --reporter spec --check-leaks"
| },
| "version": "6.2.4"
| }
|
|