5 "/opt/source/offload.js"
8 "_from": "pngjs@3.4.0",
11 "_integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==",
12 "_location": "/pngjs",
13 "_phantomChildren": {},
19 "escapedName": "pngjs",
27 "_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz",
29 "_where": "/opt/source/offload.js",
31 "url": "https://github.com/lukeapage/pngjs2/issues"
35 "name": "Alexandre Paré"
41 "name": "Gusts Kaksis"
44 "name": "Kuba Niegowski"
50 "name": "Pietajan De Potter"
53 "name": "Steven Sojka"
59 "name": "Michael Vogt"
62 "name": "Xin-Xin Wang"
68 "name": "Eugene Kulabuhov"
71 "description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
73 "browserify": "^14.5.0",
74 "buffer-equal": "1.0.0",
78 "phantomjs-prebuilt": "^2.1.7",
79 "serve-static": "^1.10.0",
85 "example": "examples",
91 "homepage": "https://github.com/lukeapage/pngjs",
105 "main": "./lib/png.js",
109 "url": "git://github.com/lukeapage/pngjs2.git"
112 "browserify": "browserify lib/png.js --standalone png > browser.js",
113 "build": "npm run prepublish",
114 "coverage": "istanbul -- cover node_modules/tape/bin/tape test/*-spec.js nolarge",
115 "coverage-report": "npm run coverage && istanbul report html",
116 "coveralls": "cat ./coverage/lcov.info | coveralls",
117 "lint": "eslint lib",
118 "prepublish": "npm run browserify",
119 "test": "npm run lint && tape test/*-spec.js | tap-dot && node test/run-compare"