mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
first post
This commit is contained in:
40
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/package.json
generated
vendored
Normal file
40
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/package.json
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "mysql",
|
||||
"version": "0.9.6",
|
||||
"author": {
|
||||
"name": "Felix Geisendörfer",
|
||||
"email": "felix@debuggable.com",
|
||||
"url": "http://debuggable.com/"
|
||||
},
|
||||
"description": "A pure node.js JavaScript Client implementing the MySQL protocol.",
|
||||
"homepage": "https://github.com/felixge/node-mysql",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/felixge/node-mysql.git"
|
||||
},
|
||||
"main": "./index",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"hashish": "0.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gently": "0.8.0",
|
||||
"urun": "0.0.4",
|
||||
"utest": "0.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"_id": "mysql@0.9.6",
|
||||
"_engineSupported": true,
|
||||
"_npmVersion": "1.1.21",
|
||||
"_nodeVersion": "v0.6.18",
|
||||
"_defaultsLoaded": true,
|
||||
"dist": {
|
||||
"shasum": "6b249df71a5d3764d87cb502e65dcdd020a40eb5"
|
||||
},
|
||||
"_from": "mysql"
|
||||
}
|
||||
Reference in New Issue
Block a user