You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.4 KiB
JSON

{
"_args": [
[
"pool2@^1.1.0",
"/Users/alfiepates/src/invoicer/node_modules/knex"
]
],
"_from": "pool2@>=1.1.0 <2.0.0",
"_id": "pool2@1.3.4",
"_inCache": true,
"_installable": true,
"_location": "/pool2",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pool2-1.3.4.tgz_1458662749623_0.3931989227421582"
},
"_npmUser": {
"email": "kris.re@bbhmedia.com",
"name": "myndzi"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"name": "pool2",
"raw": "pool2@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/knex"
],
"_resolved": "https://registry.npmjs.org/pool2/-/pool2-1.3.4.tgz",
"_shasum": "81803b01238f71e7c4dbca61c80993d143fb15c3",
"_shrinkwrap": null,
"_spec": "pool2@^1.1.0",
"_where": "/Users/alfiepates/src/invoicer/node_modules/knex",
"author": {
"name": "Kris Reeves"
},
"bugs": {
"url": "https://github.com/myndzi/pool2/issues"
},
"dependencies": {
"debug": "^2.1.3",
"double-ended-queue": "^2.1.0-0",
"hashmap": "^2.0.1",
"simple-backoff": "^1.0.0"
},
"description": "Resource pool built with database drivers in mind",
"devDependencies": {
"bamp": "^1.0.11",
"istanbul": "^0.3.6",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"should": "^5.0.0"
},
"directories": {},
"dist": {
"shasum": "81803b01238f71e7c4dbca61c80993d143fb15c3",
"tarball": "http://localhost:4873/pool2/-/pool2-1.3.4.tgz"
},
"gitHead": "310728e528fc96520cf6e2f57129888d7eb0ea6d",
"homepage": "https://github.com/myndzi/pool2#readme",
"keywords": [
"database",
"pool",
"cluster"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"email": "kris.re@bbhmedia.com",
"name": "myndzi"
},
{
"email": "tgriesser10@gmail.com",
"name": "tgriesser"
}
],
"name": "pool2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/myndzi/pool2.git"
},
"scripts": {
"bamp": "bamp",
"cov": "NODE_ENV=testing istanbul cover node_modules/.bin/_mocha -- -u bdd -R spec --bail test/*.test.js;jshint lib/*.js",
"test": "NODE_ENV=testing mocha -u bdd -R spec --bail test/*.test.js;jshint lib/*.js"
},
"version": "1.3.4"
}