dijkstra-backend-cloudron/node_modules/tarn/package.json

93 lines
2.1 KiB
JSON

{
"_args": [
[
"tarn@2.0.0",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_from": "tarn@2.0.0",
"_id": "tarn@2.0.0",
"_inBundle": false,
"_integrity": "sha512-7rNMCZd3s9bhQh47ksAQd92ADFcJUjjbyOvyFjNLwTPpGieFHMC84S+LOzw0fx1uh6hnDz/19r8CPMnIjJlMMA==",
"_location": "/tarn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tarn@2.0.0",
"name": "tarn",
"escapedName": "tarn",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/knex"
],
"_resolved": "https://registry.npmjs.org/tarn/-/tarn-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Sami Koskimäki",
"email": "sami.koskimaki@vincit.com",
"url": "https://github.com/koskimas"
},
"bugs": {
"url": "https://github.com/vincit/tarn.js/issues"
},
"dependencies": {},
"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": ">=8.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": "2.0.0"
}