141 lines
3.3 KiB
JSON
141 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "pngjs@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "pngjs",
|
|
"name": "pngjs",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/gerrit/Documents/node.js-Projects/tinkerforge/node_modules/get-pixels"
|
|
]
|
|
],
|
|
"_from": "pngjs@>=2.0.0 <3.0.0",
|
|
"_id": "pngjs@2.3.1",
|
|
"_inCache": true,
|
|
"_location": "/pngjs",
|
|
"_nodeVersion": "5.1.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/pngjs-2.3.1.tgz_1461729383344_0.10173645475879312"
|
|
},
|
|
"_npmUser": {
|
|
"name": "agatronic",
|
|
"email": "luke.a.page@gmail.com"
|
|
},
|
|
"_npmVersion": "3.5.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "pngjs@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "pngjs",
|
|
"name": "pngjs",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/get-pixels"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-2.3.1.tgz",
|
|
"_shasum": "11d1e12b9cb64d63e30c143a330f4c1f567da85f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "pngjs@^2.0.0",
|
|
"_where": "/Users/gerrit/Documents/node.js-Projects/tinkerforge/node_modules/get-pixels",
|
|
"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.1",
|
|
"phantomjs-prebuilt": "^2.1.7",
|
|
"serve-static": "^1.10.0",
|
|
"tap-dot": "^1.0.0",
|
|
"tape": "^4.0.2"
|
|
},
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"dist": {
|
|
"shasum": "11d1e12b9cb64d63e30c143a330f4c1f567da85f",
|
|
"tarball": "https://registry.npmjs.org/pngjs/-/pngjs-2.3.1.tgz"
|
|
},
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">=0.10.0"
|
|
},
|
|
"gitHead": "e5b4faf25853aa8ac5b2d9d46ee1809b29e139b6",
|
|
"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": "2.3.1"
|
|
}
|