Files
asciidisco.com/build/node_modules/image-size/package.json
2023-08-01 13:49:46 +02:00

86 lines
1.9 KiB
JSON

{
"_from": "image-size@^0.4.0",
"_id": "image-size@0.4.0",
"_inBundle": false,
"_integrity": "sha1-1LTh9hlS5MvBzqmmsMkV/stwdRA=",
"_location": "/image-size",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "image-size@^0.4.0",
"name": "image-size",
"escapedName": "image-size",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/favicons"
],
"_resolved": "https://registry.npmjs.org/image-size/-/image-size-0.4.0.tgz",
"_shasum": "d4b4e1f61952e4cbc1cea9a6b0c915fecb707510",
"_spec": "image-size@^0.4.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/favicons",
"author": {
"name": "netroy",
"email": "aditya@netroy.in",
"url": "http://netroy.in/"
},
"bin": {
"image-size": "bin/image-size.js"
},
"bugs": {
"url": "https://github.com/image-size/image-size/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "get dimensions of any image file",
"devDependencies": {
"escomplex-js": "^1.2.0",
"expect.js": "^0.3.1",
"glob": "^6.0.1",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"lib"
],
"homepage": "https://github.com/image-size/image-size#readme",
"keywords": [
"image",
"size",
"dimensions",
"resolution",
"width",
"height",
"png",
"jpeg",
"bmp",
"gif",
"psd",
"tiff",
"webp",
"svg"
],
"license": "MIT",
"main": "lib/index.js",
"name": "image-size",
"repository": {
"type": "git",
"url": "git+https://github.com/image-size/image-size.git"
},
"scripts": {
"coverage": "istanbul cover _mocha specs",
"pretest": "jshint",
"test": "mocha specs"
},
"version": "0.4.0"
}