@types/node 9.6.0 → 9.6.4

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 +7215 -7217
  4. node/inspector.d.ts +2488 -2488
  5. node/package.json +12 -2
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "9.6.0",
3
+ "version": "9.6.4",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -101,6 +101,16 @@
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"
104
114
  }
105
115
  ],
106
116
  "main": "",
@@ -110,6 +120,6 @@
110
120
  },
111
121
  "scripts": {},
112
122
  "dependencies": {},
113
- "typesPublisherContentHash": "c3b590e8e174d607132b7dedb4f5f7eadd4cef2f0ded27b3038db1af2dd6ce9c",
123
+ "typesPublisherContentHash": "0e3d12ef233ff686ee80e2ebfd3d11668b0d3ba18b1728185d75311c257be99b",
114
124
  "typeScriptVersion": "2.0"
115
125
  }