package.json 3.35 KB
{
  "_args": [
    [
      {
        "raw": "sqlstring@2.3.0",
        "scope": null,
        "escapedName": "sqlstring",
        "name": "sqlstring",
        "rawSpec": "2.3.0",
        "spec": "2.3.0",
        "type": "version"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mysql"
    ]
  ],
  "_from": "sqlstring@2.3.0",
  "_id": "sqlstring@2.3.0",
  "_inCache": true,
  "_location": "/sqlstring",
  "_nodeVersion": "6.11.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/sqlstring-2.3.0.tgz_1506914861137_0.21478801174089313"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "sqlstring@2.3.0",
    "scope": null,
    "escapedName": "sqlstring",
    "name": "sqlstring",
    "rawSpec": "2.3.0",
    "spec": "2.3.0",
    "type": "version"
  },
  "_requiredBy": [
    "/mysql"
  ],
  "_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
  "_shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
  "_shrinkwrap": null,
  "_spec": "sqlstring@2.3.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mysql",
  "bugs": {
    "url": "https://github.com/mysqljs/sqlstring/issues"
  },
  "contributors": [
    {
      "name": "Adri Van Houdt",
      "email": "adri.van.houdt@gmail.com"
    },
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com",
      "url": "http://fengmk2.github.com"
    },
    {
      "name": "Kevin Jose Martin",
      "email": "kevin@tiliq.com"
    },
    {
      "name": "Nathan Woltman",
      "email": "nwoltman@outlook.com"
    },
    {
      "name": "Sergej Sintschilin",
      "email": "seregpie@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Simple SQL escape and format for MySQL",
  "devDependencies": {
    "beautify-benchmark": "0.2.4",
    "benchmark": "2.1.4",
    "eslint": "4.8.0",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "nyc": "10.3.2",
    "urun": "0.0.8",
    "utest": "0.0.8"
  },
  "directories": {},
  "dist": {
    "shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
    "tarball": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "lib/",
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "8e919225b7ad8a126345e4903ff6e5acb6d42cf2",
  "homepage": "https://github.com/mysqljs/sqlstring#readme",
  "keywords": [
    "sqlstring",
    "sql",
    "escape",
    "sql escape"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    },
    {
      "name": "sidorares",
      "email": "sidorares@yandex.com"
    }
  ],
  "name": "sqlstring",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysqljs/sqlstring.git"
  },
  "scripts": {
    "bench": "node benchmark/index.js",
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "node test/run.js",
    "test-ci": "nyc --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "2.3.0"
}