package.json
5.79 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"_args": [
[
{
"raw": "knex@^0.12.9",
"scope": null,
"escapedName": "knex",
"name": "knex",
"rawSpec": "^0.12.9",
"spec": ">=0.12.9 <0.13.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "knex@>=0.12.9 <0.13.0",
"_id": "knex@0.12.9",
"_inCache": true,
"_location": "/knex",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/knex-0.12.9.tgz_1490279220566_0.4631322643253952"
},
"_npmUser": {
"name": "wubzz",
"email": "wubzz94@hotmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"string_decoder": "0.10.31"
},
"_requested": {
"raw": "knex@^0.12.9",
"scope": null,
"escapedName": "knex",
"name": "knex",
"rawSpec": "^0.12.9",
"spec": ">=0.12.9 <0.13.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/knex/-/knex-0.12.9.tgz",
"_shasum": "aa852138c09ed46181e890fd698270bbe7761124",
"_shrinkwrap": null,
"_spec": "knex@^0.12.9",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Tim Griesser",
"url": "https://github.com/tgriesser"
},
"bin": {
"knex": "./bin/cli.js"
},
"browser": {
"./lib/migrate/index.js": "./lib/util/noop.js",
"./lib/bin/cli.js": "./lib/util/noop.js",
"./lib/seed/index.js": "./lib/util/noop.js",
"mssql": false,
"mysql": false,
"mysql2": false,
"mariasql": false,
"pg": false,
"pg-query-stream": false,
"oracle": false,
"strong-oracle": false,
"sqlite3": false,
"oracledb": false
},
"bugs": {
"url": "https://github.com/tgriesser/knex/issues"
},
"buildDependencies": [
"babel-cli",
"babel-plugin-add-module-exports",
"babel-plugin-lodash",
"babel-plugin-transform-runtime",
"babel-preset-es2015",
"babel-preset-es2015-loose",
"rimraf"
],
"dependencies": {
"babel-runtime": "^6.11.6",
"bluebird": "^3.4.6",
"chalk": "^1.0.0",
"commander": "^2.2.0",
"debug": "^2.1.3",
"generic-pool": "^2.4.2",
"inherits": "~2.0.1",
"interpret": "^0.6.5",
"liftoff": "~2.2.0",
"lodash": "^4.6.0",
"minimist": "~1.1.0",
"mkdirp": "^0.5.0",
"pg-connection-string": "^0.1.3",
"readable-stream": "^1.1.12",
"safe-buffer": "^5.0.1",
"tildify": "~1.0.0",
"uuid": "^3.0.0",
"v8flags": "^2.0.2"
},
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",
"devDependencies": {
"JSONStream": "^1.0.3",
"async": "^0.9.0",
"babel-cli": "^6.11.4",
"babel-eslint": "^5.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "3.2.9",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-loose": "^8.0.0",
"chai": "^3.5.0",
"coveralls": "~2.11.1",
"eslint": "2.2.0",
"eslint-plugin-import": "^1.8.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.4",
"mariasql": "^0.2.3",
"mocha": "^3.1.2",
"mysql": "^2.6.2",
"mysql2": "^1.1.1",
"pg": "^6.1.0",
"pg-query-stream": "^1.0.0",
"rimraf": "2.x",
"sinon": "^1.10.0",
"sinon-chai": "^2.5.0",
"source-map-support": "^0.4.0",
"sqlite3": "^3.0.5",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"through": "^2.3.4"
},
"directories": {},
"dist": {
"shasum": "aa852138c09ed46181e890fd698270bbe7761124",
"tarball": "https://registry.npmjs.org/knex/-/knex-0.12.9.tgz"
},
"files": [
"CONTRIBUTING.md",
"README.md",
"bin/*",
"src/*",
"lib/*",
"knex.js",
"LICENSE",
"CHANGELOG.md",
"scripts/*"
],
"gitHead": "ce375c54230297e7cd20964b63a1c214e57693db",
"homepage": "https://github.com/tgriesser/knex#readme",
"keywords": [
"sql",
"query",
"postgresql",
"mysql",
"mariadb",
"sqlite3",
"oracle",
"mssql"
],
"license": "MIT",
"main": "knex.js",
"maintainers": [
{
"name": "elhigu",
"email": "mikael.lepisto@vincit.com"
},
{
"name": "erisds",
"email": "erisds@gmail.com"
},
{
"name": "kirrg001",
"email": "katharina.irrgang@googlemail.com"
},
{
"name": "rhys-vdw",
"email": "rhys.vdw@gmail.com"
},
{
"name": "tgriesser",
"email": "tgriesser10@gmail.com"
},
{
"name": "tjwebb",
"email": "me@traviswebb.com"
},
{
"name": "tkellen",
"email": "tyler@sleekcode.net"
},
{
"name": "wubzz",
"email": "wubzz94@hotmail.com"
}
],
"name": "knex",
"optionalDependencies": {},
"react-native": {
"./lib/migrate": "./lib/util/noop.js",
"./lib/seed": "./lib/util/noop.js"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/tgriesser/knex.git"
},
"scripts": {
"babel": "rimraf ./lib && babel src --out-dir lib --copy-files",
"build": "npm run babel",
"coveralls": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"debug_tape": "node-debug test/tape/index.js",
"debug_test": "node-debug _mocha -t 0 test/index.js",
"dev": "rm -rf ./lib && babel -w src --out-dir lib --copy-files",
"lint": "eslint src/**",
"plaintest": "mocha --check-leaks -b -R spec test/index.js && npm run tape",
"prepublish": "npm run babel",
"tape": "node test/tape/index.js | tap-spec",
"test": "npm run lint && istanbul --config=test/.istanbul.yml cover node_modules/mocha/bin/_mocha -- --check-leaks -t 10000 -b -R spec test/index.js && npm run tape"
},
"version": "0.12.9"
}