comercioeletronico-cotacao-api/node_modules/sqlstring/package.json

133 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "sqlstring@2.2.0",
"scope": null,
"escapedName": "sqlstring",
"name": "sqlstring",
"rawSpec": "2.2.0",
"spec": "2.2.0",
"type": "version"
},
"C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\node_modules\\mysql"
]
],
"_from": "sqlstring@2.2.0",
"_id": "sqlstring@2.2.0",
"_inCache": true,
"_location": "/sqlstring",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/sqlstring-2.2.0.tgz_1478057241750_0.010372670134529471"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "sqlstring@2.2.0",
"scope": null,
"escapedName": "sqlstring",
"name": "sqlstring",
"rawSpec": "2.2.0",
"spec": "2.2.0",
"type": "version"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.2.0.tgz",
"_shasum": "c3135c4ea8abcd7e7ee741a4966a891d86a4f191",
"_shrinkwrap": null,
"_spec": "sqlstring@2.2.0",
"_where": "C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\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": "Nathan Woltman",
"email": "nwoltman@outlook.com"
}
],
"dependencies": {},
"description": "Simple SQL escape and format for MySQL",
"devDependencies": {
"eslint": "3.9.1",
"istanbul": "0.4.5",
"mkdirp": "0.5.1",
"require-all": "2.0.0",
"rimraf": "2.2.8",
"urun": "0.0.8",
"utest": "0.0.8"
},
"directories": {},
"dist": {
"shasum": "c3135c4ea8abcd7e7ee741a4966a891d86a4f191",
"tarball": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.2.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "0c89dc18177ca0817d704167acf1ab9437a3fa7e",
"homepage": "https://github.com/mysqljs/sqlstring",
"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": {
"lint": "eslint lib/**/*.js index.js test/**/*.js",
"test": "node test/run.js",
"test-ci": "node test/run-cov.js lcovonly",
"test-cov": "node test/run-cov.js"
},
"version": "2.2.0"
}