-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.67 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
62
63
64
65
66
67
68
{
"_from": "iomicro",
"_id": "iomicro@1.6.3",
"_inBundle": false,
"_integrity": "sha512-T822cBesl22G40gzi2MzAKu9gbHnnN/t2tlzhBLCAGpxarulttGZx726ojtu7I0Zniz5tNKQ8yjTlfGR4yOR/g==",
"_location": "/iomicro",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "iomicro",
"name": "iomicro",
"escapedName": "iomicro",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/iomicro/-/iomicro-1.6.3.tgz",
"_shasum": "892ee0c8080b15f79456f388920a1f672b46ce93",
"_spec": "iomicro",
"_where": "/home/ethan/dev/projects/paperweight/src/dev/paper-world",
"author": {
"name": "ethancrist"
},
"bugs": {
"url": "https://github.com/ethancrist/iomicro/issues"
},
"bundleDependencies": [
"body-parser",
"express",
"express-dot-engine",
"request-ip",
"simple-node-logger"
],
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"express": "^4.16.2",
"express-dot-engine": "^1.0.7",
"request-ip": "^2.0.2",
"simple-node-logger": "^0.93.33",
"ws": "^5.1.1"
},
"deprecated": false,
"description": "A simple, powerful way to create microservices in node.",
"homepage": "https://github.com/ethancrist/iomicro#readme",
"keywords": [
"microservice",
"micro",
"service",
"library"
],
"license": "ISC",
"main": "app.js",
"name": "iomicro",
"repository": {
"type": "git",
"url": "git+https://github.com/ethancrist/iomicro.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.7.0"
}