123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- {
- "_args": [
- [
- "mysql@~2.5.1",
- "D:\\work\\im"
- ]
- ],
- "_from": "mysql@>=2.5.1 <2.6.0",
- "_id": "mysql@2.5.5",
- "_inCache": true,
- "_installable": true,
- "_location": "/mysql",
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {
- "core-util-is": "1.0.2",
- "inherits": "2.0.1",
- "string_decoder": "0.10.31"
- },
- "_requested": {
- "name": "mysql",
- "raw": "mysql@~2.5.1",
- "rawSpec": "~2.5.1",
- "scope": null,
- "spec": ">=2.5.1 <2.6.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/mysql/-/mysql-2.5.5.tgz",
- "_shasum": "02a1c4d0617fb771d85c15fcf24d108f5a62f648",
- "_shrinkwrap": null,
- "_spec": "mysql@~2.5.1",
- "_where": "D:\\work\\im",
- "author": {
- "email": "felix@debuggable.com",
- "name": "Felix Geisendörfer",
- "url": "http://debuggable.com/"
- },
- "bugs": {
- "url": "https://github.com/felixge/node-mysql/issues"
- },
- "contributors": [
- {
- "email": "sidorares@yandex.ru",
- "name": "Andrey Sidorov"
- },
- {
- "email": "doug@somethingdoug.com",
- "name": "Douglas Christopher Wilson"
- },
- {
- "email": "dresende@thinkdigital.pt",
- "name": "Diogo Resende"
- }
- ],
- "dependencies": {
- "bignumber.js": "2.0.0",
- "readable-stream": "~1.1.13",
- "require-all": "~1.0.0"
- },
- "description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
- "devDependencies": {
- "istanbul": "0.3.5",
- "mkdirp": "0.5.0",
- "rimraf": "2.2.8",
- "urun": "0.0.8",
- "utest": "0.0.8"
- },
- "directories": {},
- "dist": {
- "shasum": "02a1c4d0617fb771d85c15fcf24d108f5a62f648",
- "tarball": "https://registry.npmjs.org/mysql/-/mysql-2.5.5.tgz"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "gitHead": "ff1fc8b950bcd5f3b5d04fcf252a8e38b717286e",
- "homepage": "https://github.com/felixge/node-mysql",
- "license": "MIT",
- "maintainers": [
- {
- "email": "felix@debuggable.com",
- "name": "felixge"
- },
- {
- "email": "me@egorfine.com",
- "name": "egorfine"
- },
- {
- "email": "dresende@thinkdigital.pt",
- "name": "dresende"
- },
- {
- "email": "ken.woodruff@gmail.com",
- "name": "femto113"
- },
- {
- "email": "nate@lifewanted.com",
- "name": "nate.lillich"
- },
- {
- "email": "tolga.ekmen@gmail.com",
- "name": "tolgaek"
- },
- {
- "email": "sidorares@yandex.com",
- "name": "sidorares"
- },
- {
- "email": "sean.monstar@gmail.com",
- "name": "seanmonstar"
- },
- {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- }
- ],
- "name": "mysql",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/felixge/node-mysql.git"
- },
- "scripts": {
- "test": "node test/run.js",
- "test-ci": "node test/run-cov.js lcovonly",
- "test-cov": "node test/run-cov.js"
- },
- "version": "2.5.5"
- }
|