package.json
3.8 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"_args": [
[
{
"raw": "kakao",
"scope": null,
"escapedName": "kakao",
"name": "kakao",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "kakao@latest",
"_id": "kakao@0.4.1",
"_inCache": true,
"_location": "/kakao",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/kakao-0.4.1.tgz_1492739988862_0.47525531286373734"
},
"_npmUser": {
"name": "zhongzhi",
"email": "zhong.zhi@163.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {
"minimist": "0.0.8"
},
"_requested": {
"raw": "kakao",
"scope": null,
"escapedName": "kakao",
"name": "kakao",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/kakao/-/kakao-0.4.1.tgz",
"_shasum": "fc49b5cd0c3a5e8b17f282bdac90a66e2b8b2fe4",
"_shrinkwrap": null,
"_spec": "kakao",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "zhongzhi",
"email": "zhong.zhi@163.com"
},
"dependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"bookshelf": "^0.10.3",
"bookshelf-api": "^1.7.1",
"bookshelf-cascade-delete": "^2.0.1",
"bookshelf-mask": "^2.0.1",
"bookshelf-modelbase": "^2.10.3",
"bookshelf-uuid": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-import": "^2.2.0",
"file-stream-rotator": "0.1.0",
"get-prime-factors": "^1.0.0",
"import-dir": "0.0.1",
"joi": "^10.4.1",
"knex": "^0.12.9",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-compose": "^4.0.0",
"koa-json": "^2.0.2",
"koa-morgan": "^1.0.1",
"koa-qs": "^2.0.0",
"koa-router": "^7.1.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mysql": "^2.13.0",
"object-assign": "^4.1.1",
"packing-glob": "^1.0.1",
"uuid": "^3.0.1",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"description": "Kakao is an ORM and RESTful nodejs web framework based Koa2 like Ruby on Rails.",
"devDependencies": {
"casual": "^1.5.12",
"pre-commit": "^1.2.2",
"supervisor": "^0.12.0"
},
"directories": {},
"dist": {
"shasum": "fc49b5cd0c3a5e8b17f282bdac90a66e2b8b2fe4",
"tarball": "https://registry.npmjs.org/kakao/-/kakao-0.4.1.tgz"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"gitHead": "a590b6dbc9cc6898edaf62b1100843668b4a9e1e",
"keywords": [
"ORM",
"bookshelf",
"example",
"koa",
"node on rails"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "zhongzhi",
"email": "zhong.zhi@163.com"
}
],
"name": "kakao",
"optionalDependencies": {},
"pre-commit": [
"eslint"
],
"readme": "ERROR: No README data found!",
"scripts": {
"eslint": "eslint **/*.js",
"migrate:latest": "knex migrate:latest && knex seed:run",
"migrate:rollback": "knex migrate:rollback",
"postrelease": "git push && git push origin --tags",
"production": "NODE_ENV=production pm2 index.js",
"release": "standard-version",
"serve": "DEBUG=knex:query NODE_ENV=development babel-node server.js",
"start": "DEBUG=knex:query NODE_ENV=development supervisor --ignore node_modules index.js",
"start2": "knex migrate:latest && knex seed:run && NODE_ENV=development PORT=3000 npm run watch:server"
},
"version": "0.4.1"
}