@types/node 9.6.31 → 9.6.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- node v9/README.md +2 -2
- node v9/index.d.ts +7450 -7441
- node v9/inspector.d.ts +2530 -2530
- node v9/package.json +6 -4
node v9/package.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.35",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
7
7
|
{
|
|
8
8
|
"name": "Microsoft TypeScript",
|
|
9
|
-
"url": "
|
|
9
|
+
"url": "https://github.com/Microsoft",
|
|
10
|
+
"githubUsername": "Microsoft"
|
|
10
11
|
},
|
|
11
12
|
{
|
|
12
13
|
"name": "DefinitelyTyped",
|
|
13
|
-
"url": "https://github.com/DefinitelyTyped
|
|
14
|
+
"url": "https://github.com/DefinitelyTyped",
|
|
15
|
+
"githubUsername": "DefinitelyTyped"
|
|
14
16
|
},
|
|
15
17
|
{
|
|
16
18
|
"name": "Parambir Singh",
|
|
@@ -140,6 +142,6 @@
|
|
|
140
142
|
},
|
|
141
143
|
"scripts": {},
|
|
142
144
|
"dependencies": {},
|
|
143
|
-
"typesPublisherContentHash": "
|
|
145
|
+
"typesPublisherContentHash": "33faa98b1872b79e17b847bed6f0c0b0a76b9bc6ec1ad7186ffe4f1932417a70",
|
|
144
146
|
"typeScriptVersion": "2.0"
|
|
145
147
|
}
|