package.json
2.03 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_from": "image-q@^1.1.1",
"_id": "image-q@1.1.1",
"_inBundle": false,
"_integrity": "sha1-/IQJlmRGC5DKhi2TALa/u7+/gFY=",
"_location": "/image-q",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "image-q@^1.1.1",
"name": "image-q",
"escapedName": "image-q",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/gifwrap"
],
"_resolved": "https://registry.npmjs.org/image-q/-/image-q-1.1.1.tgz",
"_shasum": "fc84099664460b90ca862d9300b6bfbbbfbf8056",
"_spec": "image-q@^1.1.1",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\gifwrap",
"author": {
"name": "Igor Bezkrovny"
},
"bugs": {
"url": "https://github.com/igor-bezkrovny/image-quantization/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "Image Quantization Library in **TypeScript** *(MIT Licensed)*",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"typedoc": "^0.4.4",
"typescript": "^2.0.0",
"webpack": "^1.13.1"
},
"engines": {
"node": ">=0.9.0"
},
"homepage": "https://github.com/igor-bezkrovny/image-quantization",
"keywords": [
"image",
"palette",
"quantization",
"quantizer",
"color",
"neuquant",
"rgbquant",
"xiaolin wu",
"cie94 distance",
"ciede2000",
"dithering",
"floyd-steinberg"
],
"license": "MIT",
"main": "./dist/iq.js",
"name": "image-q",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/igor-bezkrovny/image-quantization.git"
},
"scripts": {
"dist": "webpack --config ./src/webpack.config.js",
"prepublish": "npm run dist",
"test": "mocha --recursive",
"watch": "webpack --config ./src/webpack.config.js --watch"
},
"typings": "./dist/iq.d.ts",
"version": "1.1.1"
}