@types/node 9.6.1 → 9.6.5

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.
Files changed (5) hide show
  1. node/LICENSE +21 -21
  2. node/README.md +2 -2
  3. node/index.d.ts +7213 -7220
  4. node/inspector.d.ts +2488 -2488
  5. node/package.json +17 -2
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "9.6.1",
3
+ "version": "9.6.5",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -101,6 +101,21 @@
101
101
  "name": "Nicolas Even",
102
102
  "url": "https://github.com/n-e",
103
103
  "githubUsername": "n-e"
104
+ },
105
+ {
106
+ "name": "Mohsen Azimi",
107
+ "url": "https://github.com/mohsen1",
108
+ "githubUsername": "mohsen1"
109
+ },
110
+ {
111
+ "name": "Hoàng Văn Khải",
112
+ "url": "https://github.com/KSXGitHub",
113
+ "githubUsername": "KSXGitHub"
114
+ },
115
+ {
116
+ "name": "Alexander T.",
117
+ "url": "https://github.com/a-tarasyuk",
118
+ "githubUsername": "a-tarasyuk"
104
119
  }
105
120
  ],
106
121
  "main": "",
@@ -110,6 +125,6 @@
110
125
  },
111
126
  "scripts": {},
112
127
  "dependencies": {},
113
- "typesPublisherContentHash": "1718eacebf8528bb3cebadd70721467663f7619d7a8764c47667728788e322f0",
128
+ "typesPublisherContentHash": "4aef20de7af300d34d85e8851c20f50105ce79ee85286a7deb7904b0cb9a905a",
114
129
  "typeScriptVersion": "2.0"
115
130
  }