{
  "_args": [
    [
      {
        "raw": "pngjs@^3.0.0",
        "scope": null,
        "escapedName": "pngjs",
        "name": "pngjs",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/home/aman/Code/snapshot/node_modules/jimp"
    ]
  ],
  "_from": "pngjs@>=3.0.0 <4.0.0",
  "_id": "pngjs@3.0.0",
  "_inCache": true,
  "_location": "/pngjs",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/pngjs-3.0.0.tgz_1470195893501_0.3315236058551818"
  },
  "_npmUser": {
    "name": "agatronic",
    "email": "luke.a.page@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pngjs@^3.0.0",
    "scope": null,
    "escapedName": "pngjs",
    "name": "pngjs",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/jimp",
    "/pixelmatch"
  ],
  "_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.0.0.tgz",
  "_shasum": "2cf7f55142684272f16ae80555f4dfed6fa3239b",
  "_shrinkwrap": null,
  "_spec": "pngjs@^3.0.0",
  "_where": "/home/aman/Code/snapshot/node_modules/jimp",
  "bugs": {
    "url": "https://github.com/lukeapage/pngjs2/issues"
  },
  "contributors": [
    {
      "name": "Alexandre Paré"
    },
    {
      "name": "Gaurav Mali"
    },
    {
      "name": "Gusts Kaksis"
    },
    {
      "name": "Kuba Niegowski"
    },
    {
      "name": "Luke Page"
    },
    {
      "name": "Pietajan De Potter"
    },
    {
      "name": "Steven Sojka"
    },
    {
      "name": "liangzeng"
    },
    {
      "name": "Michael Vogt"
    }
  ],
  "dependencies": {},
  "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
  "devDependencies": {
    "buffer-equal": "1.0.0",
    "connect": "^3.4.0",
    "eslint": "^2.5.0",
    "istanbul": "^0.4.4",
    "phantomjs-prebuilt": "^2.1.7",
    "serve-static": "^1.10.0",
    "tap-dot": "^1.0.0",
    "tape": "^4.0.2"
  },
  "directories": {
    "example": "examples"
  },
  "dist": {
    "shasum": "2cf7f55142684272f16ae80555f4dfed6fa3239b",
    "tarball": "https://registry.npmjs.org/pngjs/-/pngjs-3.0.0.tgz"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/lukeapage/pngjs",
  "keywords": [
    "PNG",
    "decoder",
    "encoder",
    "js-png",
    "node-png",
    "parser",
    "png",
    "png-js",
    "png-parse",
    "pngjs"
  ],
  "license": "MIT",
  "main": "./lib/png.js",
  "maintainers": [
    {
      "name": "agatronic",
      "email": "luke.a.page@gmail.com"
    }
  ],
  "name": "pngjs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/lukeapage/pngjs2.git"
  },
  "scripts": {
    "coverage": "istanbul -- cover node_modules/tape/bin/tape test/*-spec.js nolarge",
    "coverage-report": "npm run coverage && istanbul report html",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "lint": "eslint lib",
    "test": "npm run lint && tape test/*-spec.js | tap-dot && node test/run-compare"
  },
  "version": "3.0.0"
}
