PATH:
usr
/
local
/
lib
/
node_modules
/
knex-migrator
/
node_modules
/
tarn
{ "_from": "tarn@^1.1.5", "_id": "tarn@1.1.5", "_inBundle": false, "_integrity": "sha512-PMtJ3HCLAZeedWjJPgGnCvcphbCOMbtZpjKgLq3qM5Qq9aQud+XHrL0WlrlgnTyS8U+jrjGbEXprFcQrxPy52g==", "_location": "/knex-migrator/tarn", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tarn@^1.1.5", "name": "tarn", "escapedName": "tarn", "rawSpec": "^1.1.5", "saveSpec": null, "fetchSpec": "^1.1.5" }, "_requiredBy": [ "/knex-migrator/knex" ], "_resolved": "https://registry.npmjs.org/tarn/-/tarn-1.1.5.tgz", "_shasum": "7be88622e951738b9fa3fb77477309242cdddc2d", "_spec": "tarn@^1.1.5", "_where": "/usr/local/lib/node_modules/knex-migrator/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": { "@types/node": "^10.5.2", "bluebird": "^3.5.3", "expect.js": "^0.3.1", "husky": "^1.3.1", "lint-staged": "^8.0.4", "mocha": "^5.2.0", "prettier": "^1.13.7", "typescript": "3.2.4" }, "engines": { "node": ">=4.0.0" }, "files": [ "README.md", "LICENSE", "lib/*" ], "homepage": "https://github.com/vincit/tarn.js#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "pool", "pooling", "throttle" ], "license": "MIT", "lint-staged": { "*.{js,ts}": [ "prettier --write", "git add" ] }, "main": "lib/tarn.js", "name": "tarn", "repository": { "type": "git", "url": "git://github.com/vincit/tarn.js.git" }, "scripts": { "build": "tsc", "clean": "rm -rf lib", "format": "prettier **/*.{js,ts} --write", "prepublishOnly": "tsc", "test": "mocha --slow 10 --timeout 5000 --reporter spec tests.js", "test-bail": "mocha --slow 10 --timeout 5000 --reporter spec --bail tests.js" }, "types": "lib/tarn.d.ts", "version": "1.1.5" }
[+]
lib
[+]
..
[-] package.json
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]