package.json
1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_from": "gm",
"_id": "gm@1.23.1",
"_inBundle": false,
"_integrity": "sha1-Lt7rlYCE0PjqeYjl2ZWxx9/BR3c=",
"_location": "/gm",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gm",
"name": "gm",
"escapedName": "gm",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/gm/-/gm-1.23.1.tgz",
"_shasum": "2edeeb958084d0f8ea7988e5d995b1c7dfc14777",
"_spec": "gm",
"_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer",
"author": {
"name": "Aaron Heckmann",
"email": "aaron.heckmann+github@gmail.com"
},
"bugs": {
"url": "http://github.com/aheckmann/gm/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-parallel": "~0.1.3",
"array-series": "~0.1.5",
"cross-spawn": "^4.0.0",
"debug": "^3.1.0"
},
"deprecated": false,
"description": "GraphicsMagick and ImageMagick for node.js",
"devDependencies": {
"async": "~0.9.0",
"nsp": "^3"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/aheckmann/gm#readme",
"keywords": [
"graphics",
"magick",
"image",
"graphicsmagick",
"imagemagick",
"gm",
"convert",
"identify",
"compare"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "./index",
"name": "gm",
"repository": {
"type": "git",
"url": "git+https://github.com/aheckmann/gm.git"
},
"scripts": {
"test": "make test;"
},
"version": "1.23.1"
}