-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.59 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
{
"_from": "file:/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"_id": "node-red-contrib-offline@0.1.2",
"_inBundle": false,
"_integrity": "sha512-vohIRhjbWAqS3BJ0YcbetAsooDOG7Ls/yGGAIy9V26gpIlriVzUeVVCCJZdC9gAVA5TLxmUye1KVwEklXH8xQA==",
"_location": "/node-red-contrib-offline",
"_phantomChildren": {},
"_requested": {
"type": "file",
"where": "/data",
"raw": "/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"rawSpec": "/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"saveSpec": "file:/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"fetchSpec": "/data/nodes/node-red-contrib-offline-0.1.2.tgz"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"_shasum": "cd52f3cc61023d4a93296618eba8fb45a533a60e",
"_spec": "/data/nodes/node-red-contrib-offline-0.1.2.tgz",
"_where": "/data",
"author": {
"name": "Clough42",
"url": "https://github.com/clough42"
},
"bugs": {
"url": "https://github.com/clough42/node-red-contrib-offline/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A node that reports when data has not arrived in a configurable period of time",
"homepage": "https://github.com/clough42/node-red-contrib-offline",
"keywords": [
"node-red"
],
"license": "MIT",
"name": "node-red-contrib-offline",
"node-red": {
"nodes": {
"offline": "offline/offline.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/clough42/node-red-contrib-offline.git"
},
"version": "0.1.2"
}