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
| {
| "_args": [
| [
| "@types/node@7.10.9",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "@types/node@7.10.9",
| "_id": "@types/node@7.10.9",
| "_inBundle": false,
| "_integrity": "sha512-usSpgoUsRtO5xNV5YEPU8PPnHisFx8u0rokj1BPVn/hDF7zwUDzVLiuKZM38B7z8V2111Fj6kd4rGtQFUZpNOw==",
| "_location": "/@types/node",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@types/node@7.10.9",
| "name": "@types/node",
| "escapedName": "@types%2fnode",
| "scope": "@types",
| "rawSpec": "7.10.9",
| "saveSpec": null,
| "fetchSpec": "7.10.9"
| },
| "_requiredBy": [
| "#DEV:/",
| "/@types/bson",
| "/@types/glob",
| "/@types/ioredis",
| "/@types/mongodb",
| "/@types/mssql",
| "/@types/node-rsa",
| "/@types/nodemailer",
| "/@types/superagent",
| "/@types/tedious",
| "/@types/unzip",
| "/@types/xml2js"
| ],
| "_resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.9.tgz",
| "_spec": "7.10.9",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "contributors": [
| {
| "name": "Microsoft TypeScript",
| "url": "https://github.com/Microsoft"
| },
| {
| "name": "DefinitelyTyped",
| "url": "https://github.com/DefinitelyTyped"
| },
| {
| "name": "Parambir Singh",
| "url": "https://github.com/parambirs"
| },
| {
| "name": "Christian Vaagland Tellnes",
| "url": "https://github.com/tellnes"
| },
| {
| "name": "Wilco Bakker",
| "url": "https://github.com/WilcoBakker"
| },
| {
| "name": "Sebastian Silbermann",
| "url": "https://github.com/eps1lon"
| },
| {
| "name": "Hoàng Văn Khải",
| "url": "https://github.com/KSXGitHub"
| },
| {
| "name": "Sander Koenders",
| "url": "https://github.com/Archcry"
| },
| {
| "name": "Jordi Oliveras Rovira",
| "url": "https://github.com/j-oliveras"
| }
| ],
| "dependencies": {},
| "description": "TypeScript definitions for Node.js",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
| "license": "MIT",
| "main": "",
| "name": "@types/node",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/node"
| },
| "scripts": {},
| "typeScriptVersion": "2.0",
| "types": "index",
| "typesPublisherContentHash": "0c534d9103600d73c97ec8a474420c4d9262b941ae93e66c175cb27e62683e84",
| "typesVersions": {
| ">=3.2.0-0": {
| "*": [
| "ts3.2/*"
| ]
| }
| },
| "version": "7.10.9"
| }
|
|