123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_args": [
- [
- {
- "raw": "mysql2@^0.15.4",
- "scope": null,
- "escapedName": "mysql2",
- "name": "mysql2",
- "rawSpec": "^0.15.4",
- "spec": ">=0.15.4 <0.16.0",
- "type": "range"
- },
- "/data/feimat/test_yali/liveserver/node_modules/mysql-co"
- ]
- ],
- "_from": "mysql2@>=0.15.4 <0.16.0",
- "_id": "mysql2@0.15.8",
- "_inCache": true,
- "_location": "/mysql2",
- "_nodeVersion": "2.1.0",
- "_npmUser": {
- "name": "sidorares",
- "email": "sidorares@yandex.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.1",
- "string_decoder": "0.10.31"
- },
- "_requested": {
- "raw": "mysql2@^0.15.4",
- "scope": null,
- "escapedName": "mysql2",
- "name": "mysql2",
- "rawSpec": "^0.15.4",
- "spec": ">=0.15.4 <0.16.0",
- "type": "range"
- },
- "_requiredBy": [
- "/mysql-co"
- ],
- "_resolved": "https://registry.npmjs.org/mysql2/-/mysql2-0.15.8.tgz",
- "_shasum": "f16650b6f7c5bb568b34511e21bafe36d5a89ef1",
- "_shrinkwrap": null,
- "_spec": "mysql2@^0.15.4",
- "_where": "/data/feimat/test_yali/liveserver/node_modules/mysql-co",
- "author": {
- "name": "Andrey Sidorov",
- "email": "sidorares@yandex.ru"
- },
- "bugs": {
- "url": "https://github.com/sidorares/node-mysql2/issues"
- },
- "dependencies": {
- "bn.js": "2.0.0",
- "cardinal": "0.4.4",
- "double-ended-queue": "2.0.0-0",
- "named-placeholders": "0.1.3",
- "readable-stream": "1.0.33"
- },
- "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
- "devDependencies": {
- "progress": "1.1.8",
- "urun": "0.0.8",
- "utest": "0.0.8"
- },
- "directories": {
- "example": "examples"
- },
- "dist": {
- "shasum": "f16650b6f7c5bb568b34511e21bafe36d5a89ef1",
- "tarball": "https://registry.npmjs.org/mysql2/-/mysql2-0.15.8.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "gitHead": "e14e53175f38b54c8a473021ab83995d78946645",
- "homepage": "https://github.com/sidorares/node-mysql2#readme",
- "keywords": [
- "mysql",
- "client",
- "server"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "sidorares",
- "email": "sidorares@yandex.com"
- },
- {
- "name": "iarna",
- "email": "me@re-becca.org"
- }
- ],
- "name": "mysql2",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sidorares/node-mysql2.git"
- },
- "scripts": {
- "benchmark": "./benchmarks/run-unit.js",
- "benchmarks": "./benchmarks/run-unit.js",
- "test": "node ./test/run.js"
- },
- "version": "0.15.8"
- }
|