package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "tarn@^1.1.4",
  3. "_id": "tarn@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j4samMCQCP5+6Il9/cxCqBd3x4vvlLeVdoyGex0KixPKl4F8LpNbDSC6NDhjianZgUngElRr9UI1ryZqJDhwGg==",
  6. "_location": "/tarn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tarn@^1.1.4",
  12. "name": "tarn",
  13. "escapedName": "tarn",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tarn/-/tarn-1.1.4.tgz",
  22. "_shasum": "aeeb85964b1afa0bbf381359c1167df237c27b6a",
  23. "_spec": "tarn@^1.1.4",
  24. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn/node_modules/knex",
  25. "author": {
  26. "name": "Sami Koskimäki",
  27. "email": "sami.koskimaki@vincit.com",
  28. "url": "https://github.com/koskimas"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/vincit/tarn.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Simple and robust resource pool for node.js",
  37. "devDependencies": {
  38. "bluebird": "^3.5.1",
  39. "expect.js": "^0.3.1",
  40. "mocha": "^4.1.0"
  41. },
  42. "engines": {
  43. "node": ">=4.0.0"
  44. },
  45. "files": [
  46. "README.md",
  47. "LICENSE",
  48. "lib/*"
  49. ],
  50. "homepage": "https://github.com/vincit/tarn.js#readme",
  51. "keywords": [
  52. "pool",
  53. "pooling",
  54. "throttle"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/tarn.js",
  58. "name": "tarn",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/vincit/tarn.js.git"
  62. },
  63. "scripts": {
  64. "test": "mocha --slow 10 --timeout 5000 --reporter spec tests.js",
  65. "test-bail": "mocha --slow 10 --timeout 5000 --reporter spec --bail tests.js"
  66. },
  67. "version": "1.1.4"
  68. }