package.json
4.21 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
{
"_args": [
[
"mysql",
"/root/nodejs"
]
],
"_from": "mysql@latest",
"_hasShrinkwrap": false,
"_id": "mysql@2.18.1",
"_inCache": true,
"_installable": true,
"_location": "/mysql",
"_nodeVersion": "13.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/mysql_2.18.1_1579802958451_0.06918513508668234"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "6.13.4",
"_phantomChildren": {},
"_requested": {
"name": "mysql",
"raw": "mysql",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz",
"_shasum": "2254143855c5a8c73825e4522baf2ea021766717",
"_shrinkwrap": null,
"_spec": "mysql",
"_where": "/root/nodejs",
"author": {
"email": "felix@debuggable.com",
"name": "Felix Geisendörfer",
"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": "9.0.0",
"readable-stream": "2.3.7",
"safe-buffer": "5.1.2",
"sqlstring": "2.3.1"
},
"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": "5.16.0",
"seedrandom": "3.0.5",
"timezone-mock": "0.0.7",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {},
"dist": {
"fileCount": 61,
"integrity": "sha512-Bca+gk2YWmqp2Uf6k5NFEurwY/0td0cpebAucFpY/3jhrwrVGuxU2uQFCHjU19SJfje0yQvi+rVWdq78hR5lig==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKeFPCRA9TVsSAnZWagAASCUP/jK6PxvBy7AQbSbuTr03\nmBPRKJZ0Dvvk+stQvdDlYnLRkvqzceffwEhJn6RgwGCzLLqLF3sSHtemDWgA\nLM5bzzhT/vHbckexiA8IfEEat98z7xVc6vg+yyocTemL/bnQMpY24eVb+QDC\ngBxia5Cw8Va6eduSlYSUpF2imqUraUERjzuUxa6auVhly79moa9Gu2RgpPql\n7xNy84uaQ1dzQBCDATxRf7bqxcoWjHfUB/nU0REl7g3WHdSvY4TQPmr8zPAY\n0N//naIYz11hogu77g0to/rbqeQeYXID7MZ+IopfDo74o7bHofS7+Jd6/gJH\nuTHen+DRq7kp9QLczovy2wQvrNUD7thmjldQxNcnjTXvadTjTcvoVn85TzSF\nBmp2DGcFALvq7oal5ZG7IBQfXS/AGRdsPFBT0wvVvWqnY9rWRQjOGmqMcsTf\ngRDQdheAmIRuxbTrfz4oC4Pr7JXWO1eMVuyWC07Pn+8+UuDZdH7bMThwJvNO\n9OSMXU8NjKSqfznILvurO+3/Yd6c0ysGaxlX86kf37ePAVShRAXl8Pn+mrTS\numrstaeMbOIBWlGbKzQKTX5/JeYJ8igt6bZKiVseqWJ0i4vcgx8wdjkxpmzT\nFgihl+ZvCHvpBz8k6BMGhJDiGvGomzLLQUMu6+P0v5Cz875RCvKQN/Azo5lM\nL7CW\r\n=cOdX\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "2254143855c5a8c73825e4522baf2ea021766717",
"tarball": "https://registry.npmjs.org/mysql/-/mysql-2.18.1.tgz",
"unpackedSize": 481504
},
"engines": {
"node": ">= 0.6"
},
"gitHead": "32a0293e6d7dbb6132d89ddf261dcd17bb50c080",
"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 . && node tool/lint-readme.js",
"test": "node test/run.js",
"test-ci": "node tool/install-nyc.js --nyc-optional --reporter=text -- npm test",
"test-cov": "node tool/install-nyc.js --reporter=html --reporter=text -- npm test",
"version": "node tool/version-changes.js && git add Changes.md"
},
"version": "2.18.1"
}