A suite to track Project Diva score statistics and ratings / D4DJ event data.
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.
 
 
 
 
 
 
projectdivar/server/node_modules/jpeg-js/package.json

62 lines
1.5 KiB

{
"_from": "jpeg-js@^0.3.4",
"_id": "jpeg-js@0.3.7",
"_inBundle": false,
"_integrity": "sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==",
"_location": "/jpeg-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jpeg-js@^0.3.4",
"name": "jpeg-js",
"escapedName": "jpeg-js",
"rawSpec": "^0.3.4",
"saveSpec": null,
"fetchSpec": "^0.3.4"
},
"_requiredBy": [
"/image-decode"
],
"_resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.3.7.tgz",
"_shasum": "471a89d06011640592d314158608690172b1028d",
"_spec": "jpeg-js@^0.3.4",
"_where": "/home/sigonasr2/divar/server/node_modules/image-decode",
"author": {
"name": "Eugene Ware",
"email": "eugene@noblesamurai.com"
},
"bugs": {
"url": "https://github.com/eugeneware/jpeg-js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"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"
}