You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
2.7 KiB
123 lines
2.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"pngjs@3.4.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "pngjs@3.4.0", |
|
"_id": "pngjs@3.4.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==", |
|
"_location": "/pngjs", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "pngjs@3.4.0", |
|
"name": "pngjs", |
|
"escapedName": "pngjs", |
|
"rawSpec": "3.4.0", |
|
"saveSpec": null, |
|
"fetchSpec": "3.4.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@jimp/png", |
|
"/pixelmatch" |
|
], |
|
"_resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz", |
|
"_spec": "3.4.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"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" |
|
}, |
|
{ |
|
"name": "Xin-Xin Wang" |
|
}, |
|
{ |
|
"name": "toriningen" |
|
}, |
|
{ |
|
"name": "Eugene Kulabuhov" |
|
} |
|
], |
|
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", |
|
"devDependencies": { |
|
"browserify": "^14.5.0", |
|
"buffer-equal": "1.0.0", |
|
"connect": "^3.4.0", |
|
"eslint": "^4.1.0", |
|
"istanbul": "^0.4.4", |
|
"phantomjs-prebuilt": "^2.1.7", |
|
"serve-static": "^1.10.0", |
|
"tap-dot": "^2.0.0", |
|
"tape": "^4.0.2" |
|
}, |
|
"directories": { |
|
"lib": "lib", |
|
"example": "examples", |
|
"test": "test" |
|
}, |
|
"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", |
|
"name": "pngjs", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/lukeapage/pngjs2.git" |
|
}, |
|
"scripts": { |
|
"browserify": "browserify lib/png.js --standalone png > browser.js", |
|
"build": "npm run prepublish", |
|
"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", |
|
"prepublish": "npm run browserify", |
|
"test": "npm run lint && tape test/*-spec.js | tap-dot && node test/run-compare" |
|
}, |
|
"version": "3.4.0" |
|
}
|
|
|