@types/node 7.10.14 → 8.0.0
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 v7.10/LICENSE → node/LICENSE +21 -21
- node/README.md +16 -0
- node v7.10/base.d.ts → node/index.d.ts +4436 -4520
- node/package.json +42 -0
- node v7.10/README.md +0 -16
- node v7.10/index.d.ts +0 -25
- node v7.10/package.json +0 -59
node/package.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@types/node",
|
|
3
|
+
"version": "8.0.0",
|
|
4
|
+
"description": "TypeScript definitions for Node.js",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"contributors": [
|
|
7
|
+
{
|
|
8
|
+
"name": "Microsoft TypeScript",
|
|
9
|
+
"url": "http://typescriptlang.org"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "DefinitelyTyped",
|
|
13
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "Parambir Singh",
|
|
17
|
+
"url": "https://github.com/parambirs"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "Roberto Desideri",
|
|
21
|
+
"url": "https://github.com/RobDesideri"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Christian Vaagland Tellnes",
|
|
25
|
+
"url": "https://github.com/tellnes"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Wilco Bakker",
|
|
29
|
+
"url": "https://github.com/WilcoBakker"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"main": "",
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {},
|
|
38
|
+
"dependencies": {},
|
|
39
|
+
"peerDependencies": {},
|
|
40
|
+
"typesPublisherContentHash": "4490d23cf6254518d10fe604ca15d4e91ef327bf4698d5597288473432e904e6",
|
|
41
|
+
"typeScriptVersion": "2.2"
|
|
42
|
+
}
|
node v7.10/README.md
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Installation
|
|
2
|
-
> `npm install --save @types/node`
|
|
3
|
-
|
|
4
|
-
# Summary
|
|
5
|
-
This package contains type definitions for Node.js (http://nodejs.org/).
|
|
6
|
-
|
|
7
|
-
# Details
|
|
8
|
-
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v7.
|
|
9
|
-
|
|
10
|
-
### Additional Details
|
|
11
|
-
* Last updated: Fri, 16 Oct 2020 16:30:57 GMT
|
|
12
|
-
* Dependencies: none
|
|
13
|
-
* Global values: `Buffer`, `NodeJS`, `SlowBuffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
|
-
|
|
15
|
-
# Credits
|
|
16
|
-
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Parambir Singh](https://github.com/parambirs), [Wilco Bakker](https://github.com/WilcoBakker), [Sebastian Silbermann](https://github.com/eps1lon), [Hoàng Văn Khải](https://github.com/KSXGitHub), [Sander Koenders](https://github.com/Archcry), and [Jordi Oliveras Rovira](https://github.com/j-oliveras).
|
node v7.10/index.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// Type definitions for Node.js 7.10
|
|
2
|
-
// Project: http://nodejs.org/
|
|
3
|
-
// Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
|
|
4
|
-
// DefinitelyTyped <https://github.com/DefinitelyTyped>
|
|
5
|
-
// Parambir Singh <https://github.com/parambirs>
|
|
6
|
-
// Wilco Bakker <https://github.com/WilcoBakker>
|
|
7
|
-
// Sebastian Silbermann <https://github.com/eps1lon>
|
|
8
|
-
// Hoàng Văn Khải <https://github.com/KSXGitHub>
|
|
9
|
-
// Sander Koenders <https://github.com/Archcry>
|
|
10
|
-
// Jordi Oliveras Rovira <https://github.com/j-oliveras>
|
|
11
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
12
|
-
// NOTE: These definitions support NodeJS and TypeScript 3.2.
|
|
13
|
-
|
|
14
|
-
// NOTE: TypeScript version-specific augmentations can be found in the following paths:
|
|
15
|
-
// - ~/base.d.ts - Shared definitions common to all TypeScript versions
|
|
16
|
-
// - ~/index.d.ts - Definitions specific to TypeScript 2.1
|
|
17
|
-
// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2
|
|
18
|
-
|
|
19
|
-
// Reference required types from the default lib:
|
|
20
|
-
/// <reference lib="es2016" />
|
|
21
|
-
|
|
22
|
-
// Base definitions for all NodeJS modules that are not specific to any version of TypeScript:
|
|
23
|
-
/// <reference path="base.d.ts" />
|
|
24
|
-
|
|
25
|
-
// TypeScript 3.2-specific augmentations:
|
node v7.10/package.json
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@types/node",
|
|
3
|
-
"version": "7.10.14",
|
|
4
|
-
"description": "TypeScript definitions for Node.js",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"contributors": [
|
|
7
|
-
{
|
|
8
|
-
"name": "Microsoft TypeScript",
|
|
9
|
-
"url": "https://github.com/Microsoft",
|
|
10
|
-
"githubUsername": "Microsoft"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "DefinitelyTyped",
|
|
14
|
-
"url": "https://github.com/DefinitelyTyped",
|
|
15
|
-
"githubUsername": "DefinitelyTyped"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "Parambir Singh",
|
|
19
|
-
"url": "https://github.com/parambirs",
|
|
20
|
-
"githubUsername": "parambirs"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "Wilco Bakker",
|
|
24
|
-
"url": "https://github.com/WilcoBakker",
|
|
25
|
-
"githubUsername": "WilcoBakker"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "Sebastian Silbermann",
|
|
29
|
-
"url": "https://github.com/eps1lon",
|
|
30
|
-
"githubUsername": "eps1lon"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"name": "Hoàng Văn Khải",
|
|
34
|
-
"url": "https://github.com/KSXGitHub",
|
|
35
|
-
"githubUsername": "KSXGitHub"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "Sander Koenders",
|
|
39
|
-
"url": "https://github.com/Archcry",
|
|
40
|
-
"githubUsername": "Archcry"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "Jordi Oliveras Rovira",
|
|
44
|
-
"url": "https://github.com/j-oliveras",
|
|
45
|
-
"githubUsername": "j-oliveras"
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"main": "",
|
|
49
|
-
"types": "index.d.ts",
|
|
50
|
-
"repository": {
|
|
51
|
-
"type": "git",
|
|
52
|
-
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
53
|
-
"directory": "types/node"
|
|
54
|
-
},
|
|
55
|
-
"scripts": {},
|
|
56
|
-
"dependencies": {},
|
|
57
|
-
"typesPublisherContentHash": "82d6d7d6b99bb519356a55b8e785de926d1ef333f23cd0047f443e4af30faa03",
|
|
58
|
-
"typeScriptVersion": "3.2"
|
|
59
|
-
}
|