package.json
3.68 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
{
"_args": [
[
{
"raw": "mysql",
"scope": null,
"escapedName": "mysql",
"name": "mysql",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "mysql@latest",
"_id": "mysql@2.15.0",
"_inCache": true,
"_location": "/mysql",
"_nodeVersion": "6.11.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mysql-2.15.0.tgz_1507229545589_0.48547996557317674"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "1.0.7",
"safe-buffer": "5.1.1",
"util-deprecate": "1.0.2"
},
"_requested": {
"raw": "mysql",
"scope": null,
"escapedName": "mysql",
"name": "mysql",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
"_shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
"_shrinkwrap": null,
"_spec": "mysql",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/mysqljs/mysql/issues"
},
"contributors": [
{
"name": "Andrey Sidorov",
"email": "sidorares@yandex.ru"
},
{
"name": "Bradley Grainger",
"email": "bgrainger@gmail.com"
},
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Diogo Resende",
"email": "dresende@thinkdigital.pt"
},
{
"name": "Nathan Woltman",
"email": "nwoltman@outlook.com"
}
],
"dependencies": {
"bignumber.js": "4.0.4",
"readable-stream": "2.3.3",
"safe-buffer": "5.1.1",
"sqlstring": "2.3.0"
},
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"devDependencies": {
"after": "0.8.2",
"eslint": "4.8.0",
"nyc": "10.3.2",
"seedrandom": "2.4.3",
"timezone-mock": "0.0.5",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {},
"dist": {
"integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
"shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
"tarball": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"Changes.md",
"License",
"Readme.md",
"index.js"
],
"gitHead": "e16c52da980e46012a391232be884b797b8af070",
"homepage": "https://github.com/mysqljs/mysql#readme",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "felixge",
"email": "felix@debuggable.com"
},
{
"name": "nate.lillich",
"email": "natalie@lifewanted.com"
},
{
"name": "sidorares",
"email": "sidorares@yandex.com"
}
],
"name": "mysql",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mysqljs/mysql.git"
},
"scripts": {
"lint": "eslint .",
"test": "node test/run.js",
"test-ci": "nyc --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"version": "node tool/version-changes.js && git add Changes.md"
},
"version": "2.15.0"
}