@types/imagemagick
Advanced tools
Comparing version 0.8.15-alpha to 0.8.16-alpha
{ | ||
"name": "@types/imagemagick", | ||
"version": "0.8.15-alpha", | ||
"version": "0.8.16-alpha", | ||
"description": "Type definitions for imagemagick from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -11,4 +11,5 @@ "main": "", | ||
"dependencies": { | ||
"equire(\"child_process\"": "*" | ||
"equire(\"child_process\"": "*", | ||
"@types/node": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the imagemagick directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/imagemagick | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:16 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:48 GMT | ||
* Typings kind: ProperModule | ||
* Library Dependencies: none | ||
* Library Dependencies: node | ||
* Module Dependencies: equire("child_process" | ||
* Global values: none |
{ | ||
"authors": "Carlos Ballesteros Velasco <https://github.com/soywiz>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
@@ -14,2 +16,3 @@ "equire(\"child_process\"" | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
@@ -16,0 +19,0 @@ "globals": [], |
4081
73
2
+ Added@types/node@*
+ Added@types/node@22.10.10(transitive)
+ Addedundici-types@6.20.0(transitive)