@types/imagemagick
Advanced tools
Comparing version 0.8.16-alpha to 0.8.21-alpha
{ | ||
"name": "@types/imagemagick", | ||
"version": "0.8.16-alpha", | ||
"description": "Type definitions for imagemagick from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "0.8.21-alpha", | ||
"description": "TypeScript definitions for imagemagick", | ||
"main": "", | ||
@@ -11,5 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire(\"child_process\"": "*", | ||
"@types/node": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/imagemagick` | ||
> `npm install --save @types/imagemagick` | ||
# Summary | ||
This package contains type definitions for imagemagick. | ||
This package contains type definitions for imagemagick (http://github.com/rsms/node-imagemagick). | ||
The project URL or description is http://github.com/rsms/node-imagemagick | ||
# Credits | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/imagemagick | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/imagemagick | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:05:48 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:25 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: equire("child_process" | ||
* Module Dependencies: child_process | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>. |
@@ -8,3 +8,3 @@ { | ||
"moduleDependencies": [ | ||
"equire(\"child_process\"" | ||
"child_process" | ||
], | ||
@@ -11,0 +11,0 @@ "libraryMajorVersion": "0", |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
1
0
3925
19
- Removedequire("child_process"@*