package.json 3.68 KB
{
  "_args": [
    [
      {
        "raw": "mysql",
        "scope": null,
        "escapedName": "mysql",
        "name": "mysql",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT"
    ]
  ],
  "_from": "mysql@latest",
  "_id": "mysql@2.15.0",
  "_inCache": true,
  "_location": "/mysql",
  "_nodeVersion": "6.11.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mysql-2.15.0.tgz_1507229545589_0.48547996557317674"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "5.3.0",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "isarray": "1.0.0",
    "process-nextick-args": "1.0.7",
    "safe-buffer": "5.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "raw": "mysql",
    "scope": null,
    "escapedName": "mysql",
    "name": "mysql",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz",
  "_shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
  "_shrinkwrap": null,
  "_spec": "mysql",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
  "author": {
    "name": "Felix Geisendörfer",
    "email": "felix@debuggable.com",
    "url": "http://debuggable.com/"
  },
  "bugs": {
    "url": "https://github.com/mysqljs/mysql/issues"
  },
  "contributors": [
    {
      "name": "Andrey Sidorov",
      "email": "sidorares@yandex.ru"
    },
    {
      "name": "Bradley Grainger",
      "email": "bgrainger@gmail.com"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Diogo Resende",
      "email": "dresende@thinkdigital.pt"
    },
    {
      "name": "Nathan Woltman",
      "email": "nwoltman@outlook.com"
    }
  ],
  "dependencies": {
    "bignumber.js": "4.0.4",
    "readable-stream": "2.3.3",
    "safe-buffer": "5.1.1",
    "sqlstring": "2.3.0"
  },
  "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "4.8.0",
    "nyc": "10.3.2",
    "seedrandom": "2.4.3",
    "timezone-mock": "0.0.5",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-C7tjzWtbN5nzkLIV+E8Crnl9bFyc7d3XJcBAvHKEVkjrYjogz3llo22q6s/hw+UcsE4/844pDob9ac+3dVjQSA==",
    "shasum": "ea16841156343e8f2e47fc8985ec41cdd9573b5c",
    "tarball": "https://registry.npmjs.org/mysql/-/mysql-2.15.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "lib/",
    "Changes.md",
    "License",
    "Readme.md",
    "index.js"
  ],
  "gitHead": "e16c52da980e46012a391232be884b797b8af070",
  "homepage": "https://github.com/mysqljs/mysql#readme",
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "felixge",
      "email": "felix@debuggable.com"
    },
    {
      "name": "nate.lillich",
      "email": "natalie@lifewanted.com"
    },
    {
      "name": "sidorares",
      "email": "sidorares@yandex.com"
    }
  ],
  "name": "mysql",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysqljs/mysql.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "node test/run.js",
    "test-ci": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "version": "node tool/version-changes.js && git add Changes.md"
  },
  "version": "2.15.0"
}