72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"_from": "imgr",
|
||
|
|
"_id": "imgr@0.10.4",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha1-bo5W/0U6sMh6Z0LHjBo5XREQDyg=",
|
||
|
|
"_location": "/imgr",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "tag",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "imgr",
|
||
|
|
"name": "imgr",
|
||
|
|
"escapedName": "imgr",
|
||
|
|
"rawSpec": "",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "latest"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"#USER",
|
||
|
|
"/"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/imgr/-/imgr-0.10.4.tgz",
|
||
|
|
"_shasum": "6e8e56ff453ab0c87a6742c78c1a395d11100f28",
|
||
|
|
"_spec": "imgr",
|
||
|
|
"_where": "C:\\Users\\spenc\\OneDrive\\Code\\sharing\\complex",
|
||
|
|
"author": {
|
||
|
|
"name": "Sydney Stockholm",
|
||
|
|
"email": "opensource@sydneystockholm.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/SydneyStockholm/imgr/issues"
|
||
|
|
},
|
||
|
|
"bundleDependencies": false,
|
||
|
|
"dependencies": {
|
||
|
|
"async": "*",
|
||
|
|
"express": ">= 3 < 5",
|
||
|
|
"gm": "*",
|
||
|
|
"imagesize": "*",
|
||
|
|
"mkdirp": "*"
|
||
|
|
},
|
||
|
|
"deprecated": false,
|
||
|
|
"description": "Image resizing, cropping, optimisation and serving",
|
||
|
|
"devDependencies": {
|
||
|
|
"istanbul": "latest",
|
||
|
|
"jshint": "latest",
|
||
|
|
"mocha": "latest",
|
||
|
|
"request": "latest"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/SydneyStockholm/imgr#readme",
|
||
|
|
"keywords": [
|
||
|
|
"image",
|
||
|
|
"resize",
|
||
|
|
"resizing",
|
||
|
|
"crop",
|
||
|
|
"cropping",
|
||
|
|
"adaptive",
|
||
|
|
"optimization",
|
||
|
|
"optimisation"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.js",
|
||
|
|
"name": "imgr",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+ssh://git@github.com/SydneyStockholm/imgr.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "make test"
|
||
|
|
},
|
||
|
|
"version": "0.10.4"
|
||
|
|
}
|