-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
56
57
58
59
60
61
{
"_from": "node-red-contrib-strapi@0.0.5",
"_id": "node-red-contrib-strapi@0.0.5",
"_inBundle": false,
"_integrity": "sha512-j13oKWNs/L7zktt1F24wpnHH0W60Gg1lBQ7CuPsOLqlR3VUZ8cPwa+7hb05rT1yxOaZPsrIHqMi6mGUnFuY6AA==",
"_location": "/node-red-contrib-strapi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-red-contrib-strapi@0.0.5",
"name": "node-red-contrib-strapi",
"escapedName": "node-red-contrib-strapi",
"rawSpec": "0.0.5",
"saveSpec": null,
"fetchSpec": "0.0.5"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-strapi/-/node-red-contrib-strapi-0.0.5.tgz",
"_shasum": "ed92af3e3bdeefc1c2baf0370ae93b00399b920b",
"_spec": "node-red-contrib-strapi@0.0.5",
"_where": "C:\\Users\\user\\.node-red",
"author": {
"name": "hkjang",
"email": "gagagiga@naver.com"
},
"bugs": {
"url": "https://github.com/hkjang/node-red-contrib-strapi/issues"
},
"bundleDependencies": false,
"dependencies": {
"request": "^2.51.0"
},
"deprecated": false,
"description": "A node-red module to get to your strapi server",
"homepage": "https://github.com/hkjang/node-red-contrib-strapi#readme",
"keywords": [
"node-red",
"strapi",
"get"
],
"license": "MIT",
"main": "strapi.js",
"name": "node-red-contrib-strapi",
"node-red": {
"nodes": {
"strapi": "strapi.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/hkjang/node-red-contrib-strapi.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.5"
}