{ "_from": "probe-image-size@^4.0.0", "_id": "probe-image-size@4.1.1", "_inBundle": false, "_integrity": "sha512-42LqKZqTLxH/UvAZ2/cKhAsR4G/Y6B7i7fI2qtQu9hRBK4YjS6gqO+QRtwTjvojUx4+/+JuOMzLoFyRecT9qRw==", "_location": "/probe-image-size", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "probe-image-size@^4.0.0", "name": "probe-image-size", "escapedName": "probe-image-size", "rawSpec": "^4.0.0", "saveSpec": null, "fetchSpec": "^4.0.0" }, "_requiredBy": [ "/gatsby-plugin-sharp", "/gatsby-remark-copy-linked-files", "/gatsby-transformer-sharp" ], "_resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-4.1.1.tgz", "_shasum": "c836c53154b6dd04dbcf66af2bbd50087b15e1dc", "_spec": "probe-image-size@^4.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-sharp", "bugs": { "url": "https://github.com/nodeca/probe-image-size/issues" }, "bundleDependencies": false, "dependencies": { "any-promise": "^1.3.0", "deepmerge": "^4.0.0", "inherits": "^2.0.3", "next-tick": "^1.0.0", "request": "^2.83.0", "stream-parser": "~0.3.1" }, "deprecated": false, "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": "4.1.1" }