package.json 1.81 KB
{
  "_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"
}