package.json
1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"_args": [
[
"jpeg-js@0.3.7",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_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": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"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"
}