primer cambio
This commit is contained in:
52
node_modules/promise-mysql/package.json
generated
vendored
Normal file
52
node_modules/promise-mysql/package.json
generated
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "promise-mysql",
|
||||
"version": "5.2.0",
|
||||
"description": "A bluebird wrapper for node-mysql",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"tap": "tap",
|
||||
"test": "tap test/*.js --100",
|
||||
"coverage": "tap test/*.js --coverage-report=html",
|
||||
"updatesnapshots": "TAP_SNAPSHOT=1 npm run test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lukeb-uk/node-promise-mysql.git"
|
||||
},
|
||||
"keywords": [
|
||||
"promise",
|
||||
"performance",
|
||||
"promises",
|
||||
"promises-a",
|
||||
"promises-aplus",
|
||||
"async",
|
||||
"await",
|
||||
"deferred",
|
||||
"deferreds",
|
||||
"future",
|
||||
"flow control",
|
||||
"dsl",
|
||||
"fluent interface",
|
||||
"database",
|
||||
"mysql",
|
||||
"mysql-promise",
|
||||
"bluebird",
|
||||
"q"
|
||||
],
|
||||
"author": "Luke Bonaccorsi",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lukeb-uk/node-promise-mysql/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/mysql": "^2.15.2",
|
||||
"@types/bluebird": "^3.5.26",
|
||||
"bluebird": "^3.5.1",
|
||||
"mysql": "^2.18.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"proxyquire": "^2.0.1",
|
||||
"sinon": "^8.1.0",
|
||||
"tap": "^15.0.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user