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.
65 lines
1.4 KiB
65 lines
1.4 KiB
{ |
|
"_args": [ |
|
[ |
|
"jpeg-js@0.3.7", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "jpeg-js@0.3.7", |
|
"_id": "jpeg-js@0.3.7", |
|
"_inBundle": false, |
|
"_integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==", |
|
"_location": "/jpeg-js", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "jpeg-js@0.3.7", |
|
"name": "jpeg-js", |
|
"escapedName": "jpeg-js", |
|
"rawSpec": "0.3.7", |
|
"saveSpec": null, |
|
"fetchSpec": "0.3.7" |
|
}, |
|
"_requiredBy": [ |
|
"/@jimp/jpeg" |
|
], |
|
"_resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz", |
|
"_spec": "0.3.7", |
|
"_where": "D:\\Project\\DaPing", |
|
"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.7" |
|
}
|
|
|