thedesk/app/node_modules/jpeg-js/package.json

66 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2019-09-13 00:38:13 +10:00
{
"_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"
}