66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"jpeg-js@0.3.5",
|
|
"C:\\Users\\ryuki\\TheDesk\\app"
|
|
]
|
|
],
|
|
"_from": "jpeg-js@0.3.5",
|
|
"_id": "jpeg-js@0.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-hvaExqwmQDS8O9qnZAVDXGWU43Tbu1V0wMZmjROjT11jloSgGICZpscG+P6Nyi1BVAvyu2ARRx8qmEW30sxgdQ==",
|
|
"_location": "/jpeg-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jpeg-js@0.3.5",
|
|
"name": "jpeg-js",
|
|
"escapedName": "jpeg-js",
|
|
"rawSpec": "0.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jimp/jpeg"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.5.tgz",
|
|
"_spec": "0.3.5",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
|
|
"author": {
|
|
"name": "Eugene Ware",
|
|
"email": "eugene@noblesamurai.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eugeneware/jpeg-js/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A pure javascript JPEG encoder and decoder",
|
|
"devDependencies": {
|
|
"redtape": "~0.1.0",
|
|
"tape": "~2.3.2"
|
|
},
|
|
"homepage": "https://github.com/eugeneware/jpeg-js#readme",
|
|
"keywords": [
|
|
"jpeg",
|
|
"jpg",
|
|
"encoder",
|
|
"decoder",
|
|
"codec",
|
|
"image",
|
|
"javascript",
|
|
"js"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"name": "jpeg-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eugeneware/jpeg-js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "0.3.5"
|
|
}
|