forked from scijs/get-pixels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.03 KB
/
package.json
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
{
"name": "@clicks/get-pixels",
"version": "4.0.3",
"description": "Reads the pixels of an image as an ndarray",
"main": "node-pixels.js",
"directories": {
"test": "test"
},
"dependencies": {
"data-uri-to-buffer": "0.0.3",
"jpeg-js": "^0.4.1",
"mime-types": "^2.0.1",
"ndarray": "^1.0.13",
"ndarray-pack": "^1.1.1",
"node-bitmap": "0.0.1",
"omggif": "^1.0.5",
"parse-data-uri": "^0.2.0",
"pngjs": "^3.3.3",
"through": "^2.3.4"
},
"repository": {
"type": "git",
"url": "git://github.com/CLicksMinutePer/get-pixels.git"
},
"keywords": [
"ndarray",
"pixel",
"get",
"read",
"pixel",
"image",
"png",
"jpeg",
"jpg",
"jpe",
"gif",
"decode",
"buffer",
"data",
"parse",
"node"
],
"author": "Clicks <admin@clicks.codes> (https://clicks.codes)",
"contributors": [
{
"name": "Mikola Lysenko"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "380bbda330666e4a4066c48ef5a42770d13bcd5c"
}