package.json
1.52 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
{
"_from": "node-mysql",
"_id": "node-mysql@0.4.2",
"_inBundle": false,
"_integrity": "sha1-waMJSyeVIb72Z8M8oGphcSDaBtY=",
"_location": "/node-mysql",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-mysql",
"name": "node-mysql",
"escapedName": "node-mysql",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-mysql/-/node-mysql-0.4.2.tgz",
"_shasum": "c1a3094b279521bef667c33ca06a617120da06d6",
"_spec": "node-mysql",
"_where": "C:\\Users\\junh\\Desktop\\매\\os-17-2-termproject-jun",
"author": {
"name": "Chiyan Chen"
},
"bugs": {
"url": "https://github.com/redblaze/node-mysql/issues"
},
"bundleDependencies": false,
"dependencies": {
"better-js-class": "*",
"cps": "*",
"mysql": "*",
"underscore": "*"
},
"deprecated": false,
"description": "A wrapper of node.js mysql package to make it a bit easier to use.",
"homepage": "https://github.com/redblaze/node-mysql#readme",
"jam": {
"main": "lib/node-mysql.js",
"include": [
"lib/node-mysql.js",
"README.md",
"LICENSE"
]
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/redblaze/node-mysql/raw/master/LICENSE"
}
],
"main": "./lib/node-mysql",
"name": "node-mysql",
"repository": {
"type": "git",
"url": "git+https://github.com/redblaze/node-mysql.git"
},
"version": "0.4.2"
}