package.json
1.81 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
{
"_from": "promise-mysql",
"_id": "promise-mysql@3.3.1",
"_inBundle": false,
"_integrity": "sha512-PE+J6TtAqMJpdREvSphKvd+pn0IgGiLgxaDBb12oZNBR1VSxYSzknveuiSBmkptZC1ZDRwU+zBxBJeBgGFkCRA==",
"_location": "/promise-mysql",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "promise-mysql",
"name": "promise-mysql",
"escapedName": "promise-mysql",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/promise-mysql/-/promise-mysql-3.3.1.tgz",
"_shasum": "31ad1bbff065a9f2abb2627294502c98045d3d16",
"_spec": "promise-mysql",
"_where": "/Users/donghoon/Documents/Classroom/OpenSourceS:W/Project",
"author": {
"name": "Luke Bonaccorsi"
},
"bugs": {
"url": "https://github.com/lukeb-uk/node-promise-mysql/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/bluebird": "^3.5.19",
"@types/mysql": "^2.15.2",
"bluebird": "^3.5.0",
"mysql": "^2.14.1"
},
"deprecated": false,
"description": "A bluebird wrapper for node-mysql",
"devDependencies": {
"chai": "^4.0.1",
"mocha": "^5.0.0"
},
"homepage": "https://github.com/lukeb-uk/node-promise-mysql#readme",
"keywords": [
"promise",
"performance",
"promises",
"promises-a",
"promises-aplus",
"async",
"await",
"deferred",
"deferreds",
"future",
"flow control",
"dsl",
"fluent interface",
"database",
"mysql",
"mysql-promise",
"bluebird",
"q"
],
"license": "MIT",
"main": "index.js",
"name": "promise-mysql",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeb-uk/node-promise-mysql.git"
},
"scripts": {
"test": "mocha --exit"
},
"version": "3.3.1"
}