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
| {
| "_args": [
| [
| "supertest@3.4.2",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "supertest@3.4.2",
| "_id": "supertest@3.4.2",
| "_inBundle": false,
| "_integrity": "sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA==",
| "_location": "/supertest",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "supertest@3.4.2",
| "name": "supertest",
| "escapedName": "supertest",
| "rawSpec": "3.4.2",
| "saveSpec": null,
| "fetchSpec": "3.4.2"
| },
| "_requiredBy": [
| "/egg-mock"
| ],
| "_resolved": "https://registry.npmjs.org/supertest/-/supertest-3.4.2.tgz",
| "_spec": "3.4.2",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "TJ Holowaychuk"
| },
| "bugs": {
| "url": "https://github.com/visionmedia/supertest/issues"
| },
| "contributors": [
| {
| "name": "Dimitri DO BAIRRO",
| "email": "dimitri.dobairro@dimsolution.com"
| }
| ],
| "dependencies": {
| "methods": "^1.1.2",
| "superagent": "^3.8.3"
| },
| "description": "SuperAgent driven library for testing HTTP servers",
| "devDependencies": {
| "body-parser": "^1.18.3",
| "cookie-parser": "^1.4.3",
| "coveralls": "^3.0.2",
| "eslint": "^5.12.1",
| "eslint-config-airbnb-base": "^13.1.0",
| "eslint-plugin-import": "^2.14.0",
| "express": "^4.16.4",
| "mocha": "^5.2.0",
| "nock": "^10.0.6",
| "nyc": "^13.1.0",
| "should": "^13.2.3"
| },
| "engines": {
| "node": ">=6.0.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": "3.4.2"
| }
|
|