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.
 
 
 
 

62 lines
1.6 KiB

{
"_from": "png-js@^1.0.0",
"_id": "png-js@1.0.0",
"_inBundle": false,
"_integrity": "sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g==",
"_location": "/png-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "png-js@^1.0.0",
"name": "png-js",
"escapedName": "png-js",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@foliojs-fork/pdfkit"
],
"_resolved": "https://registry.npmjs.org/png-js/-/png-js-1.0.0.tgz",
"_shasum": "e5484f1e8156996e383aceebb3789fd75df1874d",
"_spec": "png-js@^1.0.0",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv3/skgangaEkam/node_modules/@foliojs-fork/pdfkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com",
"url": "http://badassjs.com/"
},
"bugs": {
"url": "http://github.com/devongovett/png.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A PNG decoder in JavaScript",
"devDependencies": {
"jest": "^24.1.0",
"prettier": "^1.16.4"
},
"engine": [
"node >= v0.6.0"
],
"homepage": "https://github.com/devongovett/png.js#readme",
"jest": {
"setupFiles": [
"<rootDir>/test/patch-canvas.js",
"<rootDir>/zlib.js",
"<rootDir>/png.js"
]
},
"main": "png-node.js",
"name": "png-js",
"repository": {
"type": "git",
"url": "git+https://github.com/devongovett/png.js.git"
},
"scripts": {
"prettier": "prettier test/**/*.js png-node.js png.js --write",
"test": "jest"
},
"version": "1.0.0"
}