@types/chokidar
Advanced tools
Comparing version 1.4.15-alpha to 1.4.16-alpha
{ | ||
"name": "@types/chokidar", | ||
"version": "1.4.15-alpha", | ||
"version": "1.4.16-alpha", | ||
"description": "Type definitions for chokidar 1.4.3 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/node": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the chokidar directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/chokidar | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:07:33 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:35 GMT | ||
* Typings kind: MultipleModules | ||
* Library Dependencies: none | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Stefan Steinhart <https://github.com/reppners/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "1", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "MultipleModules", | ||
@@ -14,0 +17,0 @@ "globals": [], |
2996
63
1
+ Added@types/node@*
+ Added@types/node@22.13.9(transitive)
+ Addedundici-types@6.20.0(transitive)