corrade-nucleus-nucleons – Blame information for rev 36

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