| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 | {  "_args": [    [      "sqlstring@2.3.1",      "F:\\cocorobo\\CocoRoboDesktop\\node"    ]  ],  "_from": "sqlstring@2.3.1",  "_id": "sqlstring@2.3.1",  "_inBundle": false,  "_integrity": "sha512-ooAzh/7dxIG5+uDik1z/Rd1vli0+38izZhGzSa34FwR7IbelPWCCKSNIl8jlL/F7ERvy8CB2jNeM1E9i9mXMAQ==",  "_location": "/sqlstring",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "sqlstring@2.3.1",    "name": "sqlstring",    "escapedName": "sqlstring",    "rawSpec": "2.3.1",    "saveSpec": null,    "fetchSpec": "2.3.1"  },  "_requiredBy": [    "/mysql"  ],  "_resolved": "https://registry.npmmirror.com/sqlstring/-/sqlstring-2.3.1.tgz",  "_spec": "2.3.1",  "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",  "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"    }  ],  "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"  },  "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.1"}
 |