@types/node 6.0.59 → 6.0.60

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.
@@ -5,12 +5,11 @@
5
5
  This package contains type definitions for Node.js (http://nodejs.org/).
6
6
 
7
7
  # Details
8
- Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/node
8
+ Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/node/v6
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 09 Jan 2017 20:57:49 GMT
12
- * Library Dependencies: none
13
- * Module Dependencies: child_process, crypto, events, http, net, readline, stream, tls
11
+ * Last updated: Wed, 11 Jan 2017 02:14:38 GMT
12
+ * Dependencies: events, net, stream, child_process, tls, http, readline, crypto
14
13
  * Global values: Buffer, NodeJS, SlowBuffer, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, require, setImmediate, setInterval, setTimeout
15
14
 
16
15
  # Credits
@@ -3958,7 +3958,7 @@ declare module "v8" {
3958
3958
  physical_space_size: number;
3959
3959
  }
3960
3960
 
3961
- enum DoesZapCodeSpaceFlag {
3961
+ const enum DoesZapCodeSpaceFlag {
3962
3962
  Disabled = 0,
3963
3963
  Enabled = 1
3964
3964
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "6.0.59",
3
+ "version": "6.0.60",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
@@ -12,6 +12,6 @@
12
12
  "scripts": {},
13
13
  "dependencies": {},
14
14
  "peerDependencies": {},
15
- "typesPublisherContentHash": "41950cce9d8817ac06b927af80365d0bf4f5f5eb2216c20033c1d0a17a268339",
15
+ "typesPublisherContentHash": "9594ab58c66715bbfaed7ef0fc87042d17a4fe5eadafcec98bb3cbbcbb4f7efa",
16
16
  "typeScriptVersion": "2.0"
17
17
  }
@@ -0,0 +1,85 @@
1
+ {
2
+ "name": "node",
3
+ "libraryName": "Node.js",
4
+ "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
5
+ "data": {
6
+ "authors": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
7
+ "dependencies": {
8
+ "events": "*",
9
+ "net": "*",
10
+ "stream": "*",
11
+ "child_process": "*",
12
+ "tls": "*",
13
+ "http": "*",
14
+ "readline": "*",
15
+ "crypto": "*"
16
+ },
17
+ "libraryMajorVersion": 6,
18
+ "libraryMinorVersion": 0,
19
+ "typeScriptVersion": "2.0",
20
+ "libraryName": "Node.js",
21
+ "typingsPackageName": "node",
22
+ "projectName": "http://nodejs.org/",
23
+ "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
24
+ "globals": [
25
+ "Buffer",
26
+ "NodeJS",
27
+ "SlowBuffer",
28
+ "__dirname",
29
+ "__filename",
30
+ "clearImmediate",
31
+ "clearInterval",
32
+ "clearTimeout",
33
+ "console",
34
+ "exports",
35
+ "global",
36
+ "module",
37
+ "process",
38
+ "require",
39
+ "setImmediate",
40
+ "setInterval",
41
+ "setTimeout"
42
+ ],
43
+ "declaredModules": [
44
+ "buffer",
45
+ "querystring",
46
+ "events",
47
+ "http",
48
+ "cluster",
49
+ "zlib",
50
+ "os",
51
+ "https",
52
+ "punycode",
53
+ "repl",
54
+ "readline",
55
+ "vm",
56
+ "child_process",
57
+ "url",
58
+ "dns",
59
+ "net",
60
+ "dgram",
61
+ "fs",
62
+ "path",
63
+ "string_decoder",
64
+ "tls",
65
+ "crypto",
66
+ "stream",
67
+ "util",
68
+ "assert",
69
+ "tty",
70
+ "domain",
71
+ "constants",
72
+ "process",
73
+ "v8",
74
+ "timers",
75
+ "console",
76
+ "_debugger"
77
+ ],
78
+ "files": [
79
+ "index.d.ts"
80
+ ],
81
+ "hasPackageJson": false,
82
+ "contentHash": "9594ab58c66715bbfaed7ef0fc87042d17a4fe5eadafcec98bb3cbbcbb4f7efa"
83
+ },
84
+ "isLatest": false
85
+ }
node/types-metadata.json DELETED
@@ -1,81 +0,0 @@
1
- {
2
- "authors": "Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>",
3
- "libraryDependencies": [],
4
- "moduleDependencies": [
5
- "child_process",
6
- "crypto",
7
- "events",
8
- "http",
9
- "net",
10
- "readline",
11
- "stream",
12
- "tls"
13
- ],
14
- "libraryMajorVersion": 6,
15
- "libraryMinorVersion": 0,
16
- "typeScriptVersion": "2.0",
17
- "libraryName": "Node.js",
18
- "typingsPackageName": "node",
19
- "projectName": "http://nodejs.org/",
20
- "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
21
- "sourceBranch": "master",
22
- "globals": [
23
- "Buffer",
24
- "NodeJS",
25
- "SlowBuffer",
26
- "__dirname",
27
- "__filename",
28
- "clearImmediate",
29
- "clearInterval",
30
- "clearTimeout",
31
- "console",
32
- "exports",
33
- "global",
34
- "module",
35
- "process",
36
- "require",
37
- "setImmediate",
38
- "setInterval",
39
- "setTimeout"
40
- ],
41
- "declaredModules": [
42
- "buffer",
43
- "querystring",
44
- "events",
45
- "http",
46
- "cluster",
47
- "zlib",
48
- "os",
49
- "https",
50
- "punycode",
51
- "repl",
52
- "readline",
53
- "vm",
54
- "child_process",
55
- "url",
56
- "dns",
57
- "net",
58
- "dgram",
59
- "fs",
60
- "path",
61
- "string_decoder",
62
- "tls",
63
- "crypto",
64
- "stream",
65
- "util",
66
- "assert",
67
- "tty",
68
- "domain",
69
- "constants",
70
- "process",
71
- "v8",
72
- "timers",
73
- "console",
74
- "_debugger"
75
- ],
76
- "files": [
77
- "index.d.ts"
78
- ],
79
- "hasPackageJson": false,
80
- "contentHash": "41950cce9d8817ac06b927af80365d0bf4f5f5eb2216c20033c1d0a17a268339"
81
- }