83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"probe-image-size@5.0.0",
|
|
"/home/shihaam/www/freezer.shihaam.me/app"
|
|
]
|
|
],
|
|
"_from": "probe-image-size@5.0.0",
|
|
"_id": "probe-image-size@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-V6uBYw5eBc5UVIE7MUZD6Nxg0RYuGDWLDenEn0B1WC6PcTvn1xdQ6HLDDuznefsiExC6rNrCz7mFRBo0f3Xekg==",
|
|
"_location": "/probe-image-size",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "probe-image-size@5.0.0",
|
|
"name": "probe-image-size",
|
|
"escapedName": "probe-image-size",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/metaflac-js2"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
|
"bugs": {
|
|
"url": "https://github.com/nodeca/probe-image-size/issues"
|
|
},
|
|
"dependencies": {
|
|
"deepmerge": "^4.0.0",
|
|
"inherits": "^2.0.3",
|
|
"next-tick": "^1.0.0",
|
|
"request": "^2.83.0",
|
|
"stream-parser": "~0.3.1"
|
|
},
|
|
"description": "Get image size without full download (JPG, GIF, PNG, WebP, BMP, TIFF, PSD)",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^6.0.1",
|
|
"from2": "^2.1",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^6.1.4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"http.js",
|
|
"stream.js",
|
|
"sync.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/nodeca/probe-image-size#readme",
|
|
"keywords": [
|
|
"image",
|
|
"size",
|
|
"jpg",
|
|
"jpeg",
|
|
"gif",
|
|
"png",
|
|
"webp",
|
|
"tiff",
|
|
"bmp",
|
|
"svg",
|
|
"psd"
|
|
],
|
|
"license": "MIT",
|
|
"name": "probe-image-size",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nodeca/probe-image-size.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "rm -rf coverage && ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
|
|
"lint": "eslint .",
|
|
"report-coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
|
"test": "npm run lint && ./node_modules/.bin/mocha"
|
|
},
|
|
"version": "5.0.0"
|
|
}
|