64 lines
1.5 KiB
JSON
64 lines
1.5 KiB
JSON
{
|
|
"_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": "E:\\IntellijProjects\\woam-antispam-bot",
|
|
"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"
|
|
}
|