BiFace_Server_Config_API/node_modules/sqlstring/package.json
2020-05-22 14:53:57 +07:00

138 lines
3.2 KiB
JSON

{
"_args": [
[
"sqlstring@2.3.1",
"/root/nodejs/node_modules/mysql"
]
],
"_from": "sqlstring@2.3.1",
"_hasShrinkwrap": false,
"_id": "sqlstring@2.3.1",
"_inCache": true,
"_installable": true,
"_location": "/sqlstring",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/sqlstring_2.3.1_1519516938645_0.9513261619591036"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "sqlstring",
"raw": "sqlstring@2.3.1",
"rawSpec": "2.3.1",
"scope": null,
"spec": "2.3.1",
"type": "version"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz",
"_shasum": "475393ff9e91479aea62dcaf0ca3d14983a7fb40",
"_shrinkwrap": null,
"_spec": "sqlstring@2.3.1",
"_where": "/root/nodejs/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.18.1",
"eslint-plugin-markdown": "1.0.0-beta.6",
"nyc": "10.3.2",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {},
"dist": {
"fileCount": 6,
"shasum": "475393ff9e91479aea62dcaf0ca3d14983a7fb40",
"tarball": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.1.tgz",
"unpackedSize": 17037
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js",
"lib/"
],
"gitHead": "8f193cae10a2208010102fd50f0b61e869e14dcb",
"homepage": "https://github.com/mysqljs/sqlstring#readme",
"keywords": [
"escape",
"sql",
"sql escape",
"sqlstring"
],
"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.1"
}