{
  "_args": [
    [
      {
        "raw": "jimp@0.2.27",
        "scope": null,
        "escapedName": "jimp",
        "name": "jimp",
        "rawSpec": "0.2.27",
        "spec": "0.2.27",
        "type": "version"
      },
      "/home/aman/Code/snapshot"
    ]
  ],
  "_from": "jimp@0.2.27",
  "_id": "jimp@0.2.27",
  "_inCache": true,
  "_location": "/jimp",
  "_nodeVersion": "5.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/jimp-0.2.27.tgz_1471029689729_0.8816810252610594"
  },
  "_npmUser": {
    "name": "oliver.moran",
    "email": "oliver@nth-iteration.ie"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "jimp@0.2.27",
    "scope": null,
    "escapedName": "jimp",
    "name": "jimp",
    "rawSpec": "0.2.27",
    "spec": "0.2.27",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jimp/-/jimp-0.2.27.tgz",
  "_shasum": "41ef5082d8b63201d54747e04fe8bcacbaf25474",
  "_shrinkwrap": null,
  "_spec": "jimp@0.2.27",
  "_where": "/home/aman/Code/snapshot",
  "author": {
    "name": "Oliver Moran",
    "email": "oliver.moran@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/oliver-moran/jimp/issues"
  },
  "dependencies": {
    "bignumber.js": "^2.1.0",
    "bmp-js": "0.0.1",
    "es6-promise": "^3.0.2",
    "exif-parser": "^0.1.9",
    "file-type": "^3.1.0",
    "jpeg-js": "^0.2.0",
    "load-bmfont": "^1.2.3",
    "mime": "^1.3.4",
    "pixelmatch": "^4.0.0",
    "pngjs": "^3.0.0",
    "read-chunk": "^1.0.1",
    "request": "^2.65.0",
    "stream-to-buffer": "^0.1.0",
    "tinycolor2": "^1.1.2",
    "url-regex": "^3.0.0"
  },
  "description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
  "devDependencies": {
    "babel": "^6.0.14",
    "babel-cli": "^6.0.0",
    "babel-preset-es2015": "^6.0.14",
    "babel-preset-stage-0": "^6.0.14",
    "browserify": "^13.0.0",
    "envify": "^3.4.0",
    "express": "^4.13.4",
    "uglify-js": "^2.6.1",
    "uglifyify": "^3.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "41ef5082d8b63201d54747e04fe8bcacbaf25474",
    "tarball": "https://registry.npmjs.org/jimp/-/jimp-0.2.27.tgz"
  },
  "gitHead": "2dbb58f974dbd4f6639ca05edfd5a1f4eb1efd64",
  "homepage": "https://github.com/oliver-moran/jimp#readme",
  "keywords": [
    "image",
    "image processing",
    "image manipulation",
    "png",
    "jpg",
    "jpeg",
    "bmp",
    "resize",
    "scale",
    "crop"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "oliver.moran",
      "email": "oliver@nth-iteration.ie"
    }
  ],
  "name": "jimp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oliver-moran/jimp.git"
  },
  "scripts": {
    "minify-jimp": "uglifyjs browser/tmp.jimp.js --compress warnings=false --mangle -o browser/tmp.jimp.min.js",
    "prepublish": "./browser/browserify-build.sh",
    "start": "node server.js",
    "test": "./test/tests.sh"
  },
  "tonicExampleFilename": "example.js",
  "version": "0.2.27"
}
