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
| {
| "_args": [
| [
| "@types/superagent@4.1.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "@types/superagent@4.1.1",
| "_id": "@types/superagent@4.1.1",
| "_inBundle": false,
| "_integrity": "sha512-NetXrraTWPcdGG6IwYJhJ5esUGx8AYNiozbc1ENWEsF6BsD4JmNODJczI6Rm1xFPVp6HZESds9YCfqz4zIsM6A==",
| "_location": "/@types/superagent",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@types/superagent@4.1.1",
| "name": "@types/superagent",
| "escapedName": "@types%2fsuperagent",
| "scope": "@types",
| "rawSpec": "4.1.1",
| "saveSpec": null,
| "fetchSpec": "4.1.1"
| },
| "_requiredBy": [
| "/@types/supertest"
| ],
| "_resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-4.1.1.tgz",
| "_spec": "4.1.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "contributors": [
| {
| "name": "Nico Zelaya",
| "url": "https://github.com/NicoZelaya"
| },
| {
| "name": "Michael Ledin",
| "url": "https://github.com/mxl"
| },
| {
| "name": "Pap Lőrinc",
| "url": "https://github.com/paplorinc"
| },
| {
| "name": "Shrey Jain",
| "url": "https://github.com/shreyjain1994"
| },
| {
| "name": "Alec Zopf",
| "url": "https://github.com/zopf"
| },
| {
| "name": "Adam Haglund",
| "url": "https://github.com/beeequeue"
| },
| {
| "name": "Lukas Elmer",
| "url": "https://github.com/lukaselmer"
| },
| {
| "name": "Jesse Rogers",
| "url": "https://github.com/theQuazz"
| }
| ],
| "dependencies": {
| "@types/cookiejar": "*",
| "@types/node": "*"
| },
| "description": "TypeScript definitions for SuperAgent",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
| "license": "MIT",
| "main": "",
| "name": "@types/superagent",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/superagent"
| },
| "scripts": {},
| "typeScriptVersion": "2.2",
| "types": "index",
| "typesPublisherContentHash": "22af63c9d256914ee1850b4797b25b51cded39cfb22723f2fbcfa5cdf5dfd563",
| "version": "4.1.1"
| }
|
|