{
  "_from": "image-size@^0.6.2",
  "_id": "image-size@0.6.3",
  "_inBundle": false,
  "_integrity": "sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==",
  "_location": "/image-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "image-size@^0.6.2",
    "name": "image-size",
    "escapedName": "image-size",
    "rawSpec": "^0.6.2",
    "saveSpec": null,
    "fetchSpec": "^0.6.2"
  },
  "_requiredBy": [
    "/datauri"
  ],
  "_resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz",
  "_shasum": "e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2",
  "_spec": "image-size@^0.6.2",
  "_where": "/Applications/MAMP/htdocs/pwdo/ffc9/certificate/node_modules/datauri",
  "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": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "expect.js": "^0.3.1",
    "glob": "^7.1.1",
    "mocha": "^5.2.0",
    "nyc": "^11.9.0",
    "sinon": "^5.1.1"
  },
  "engines": {
    "node": ">=4.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",
    "icns",
    "ico",
    "cur"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "image-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/image-size/image-size.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "pretest": "eslint lib specs",
    "test": "nyc mocha specs"
  },
  "version": "0.6.3"
}
