corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 35  →  ?path2? @ 36
/compass/005_compass/compass/node_modules/gm/package.json
@@ -0,0 +1,78 @@
{
"_from": "gm",
"_id": "gm@1.23.0",
"_inBundle": false,
"_integrity": "sha1-gKL+nL8TFRUCSEZERlhGEmn1JmE=",
"_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.0.tgz",
"_shasum": "80a2fe9cbf131515024846444658461269f52661",
"_spec": "gm",
"_where": "/Users/horia.corcalciuc/Documents/Development/corrade-nucleus-nucleons/compass/005_compass/compass",
"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": "~2.2.0"
},
"deprecated": false,
"description": "GraphicsMagick and ImageMagick for node.js",
"devDependencies": {
"async": "~0.9.0",
"gleak": "~0.5.0"
},
"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-unit; make test;"
},
"version": "1.23.0"
}