initial + readme updates
This commit is contained in:
+98
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"_from": "[email protected]",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-UluKT9Jtb3GqYegipsr5dtMa0qg=",
|
||||
"_location": "/sqlstring",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "[email protected]",
|
||||
"name": "sqlstring",
|
||||
"escapedName": "sqlstring",
|
||||
"rawSpec": "2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mysql"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sqlstring/-/sqlstring-2.3.0.tgz",
|
||||
"_shasum": "525b8a4fd26d6f71aa61e822a6caf976d31ad2a8",
|
||||
"_spec": "[email protected]",
|
||||
"_where": "C:\\Users\\RAM2\\Documents\\ComputerScience\\GitHub\\Simple-Bank-API\\node_modules\\mysql",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mysqljs/sqlstring/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Adri Van Houdt",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "fengmk2",
|
||||
"email": "[email protected]",
|
||||
"url": "http://fengmk2.github.com"
|
||||
},
|
||||
{
|
||||
"name": "Kevin Jose Martin",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "Nathan Woltman",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "Sergej Sintschilin",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6"
|
||||
},
|
||||
"files": [
|
||||
"lib/",
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mysqljs/sqlstring#readme",
|
||||
"keywords": [
|
||||
"sqlstring",
|
||||
"sql",
|
||||
"escape",
|
||||
"sql escape"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "sqlstring",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user