124 lines
2.7 KiB
JSON
124 lines
2.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"pngjs@3.4.0",
|
||
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
||
|
]
|
||
|
],
|
||
|
"_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": "C:\\Users\\ryuki\\TheDesk\\app",
|
||
|
"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"
|
||
|
}
|