forked from hkjang/node-red-contrib-text2png
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.44 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
53
54
55
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-noFcXCDwGu+rHAMcJ/78E+qC8Ow=",
"_location": "/node-red-contrib-text2png",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "node-red-contrib-text2png",
"escapedName": "node-red-contrib-text2png",
"rawSpec": "0.0.3",
"saveSpec": null,
"fetchSpec": "0.0.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-text2png/-/node-red-contrib-text2png-0.0.3.tgz",
"_shasum": "9e815c5c20f01aefab1c031c27fefc13ea82f0ec",
"_spec": "[email protected]",
"_where": "/home/ubuntu/.node-red",
"author": {
"name": "hkjang"
},
"bugs": {
"url": "https://github.com/hkjang/node-red-contrib-text2png/issues"
},
"bundleDependencies": false,
"dependencies": {
"text2png": "^2.3.0"
},
"deprecated": false,
"description": "TEXT to PNG",
"homepage": "https://github.com/hkjang/node-red-contrib-text2png#readme",
"keywords": [
"node-red",
"text2png"
],
"license": "ISC",
"name": "node-red-contrib-text2png",
"node-red": {
"nodes": {
"text2png": "lib/text2png.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hkjang/node-red-contrib-text2png.git"
},
"version": "0.0.3"
}