1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "tarn@^1.1.4",
- "_id": "tarn@1.1.4",
- "_inBundle": false,
- "_integrity": "sha512-j4samMCQCP5+6Il9/cxCqBd3x4vvlLeVdoyGex0KixPKl4F8LpNbDSC6NDhjianZgUngElRr9UI1ryZqJDhwGg==",
- "_location": "/tarn",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tarn@^1.1.4",
- "name": "tarn",
- "escapedName": "tarn",
- "rawSpec": "^1.1.4",
- "saveSpec": null,
- "fetchSpec": "^1.1.4"
- },
- "_requiredBy": [
- "/knex"
- ],
- "_resolved": "https://registry.npmjs.org/tarn/-/tarn-1.1.4.tgz",
- "_shasum": "aeeb85964b1afa0bbf381359c1167df237c27b6a",
- "_spec": "tarn@^1.1.4",
- "_where": "/home/zorro/Documents/Sahib/zweiachtzehn/node_modules/knex",
- "author": {
- "name": "Sami Koskimäki",
- "email": "sami.koskimaki@vincit.com",
- "url": "https://github.com/koskimas"
- },
- "bugs": {
- "url": "https://github.com/vincit/tarn.js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Simple and robust resource pool for node.js",
- "devDependencies": {
- "bluebird": "^3.5.1",
- "expect.js": "^0.3.1",
- "mocha": "^4.1.0"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "files": [
- "README.md",
- "LICENSE",
- "lib/*"
- ],
- "homepage": "https://github.com/vincit/tarn.js#readme",
- "keywords": [
- "pool",
- "pooling",
- "throttle"
- ],
- "license": "MIT",
- "main": "lib/tarn.js",
- "name": "tarn",
- "repository": {
- "type": "git",
- "url": "git://github.com/vincit/tarn.js.git"
- },
- "scripts": {
- "test": "mocha --slow 10 --timeout 5000 --reporter spec tests.js",
- "test-bail": "mocha --slow 10 --timeout 5000 --reporter spec --bail tests.js"
- },
- "version": "1.1.4"
- }
|