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

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "backoff@^2.5.0",
  3. "_id": "backoff@2.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9hbtqdPktmuMp/ynn2lXIsX44m8=",
  6. "_location": "/backoff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "backoff@^2.5.0",
  12. "name": "backoff",
  13. "escapedName": "backoff",
  14. "rawSpec": "^2.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.0"
  17. },
  18. "_requiredBy": [
  19. "/ldapjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/backoff/-/backoff-2.5.0.tgz",
  22. "_shasum": "f616eda9d3e4b66b8ca7fca79f695722c5f8e26f",
  23. "_spec": "backoff@^2.5.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
  25. "author": {
  26. "name": "Mathieu Turcotte",
  27. "email": "turcotte.mat@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/MathieuTurcotte/node-backoff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "precond": "0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Fibonacci and exponential backoffs.",
  38. "devDependencies": {
  39. "nodeunit": "0.9",
  40. "sinon": "1.10"
  41. },
  42. "engines": {
  43. "node": ">= 0.6"
  44. },
  45. "files": [
  46. "index.js",
  47. "lib",
  48. "tests"
  49. ],
  50. "homepage": "https://github.com/MathieuTurcotte/node-backoff#readme",
  51. "keywords": [
  52. "backoff",
  53. "retry",
  54. "fibonacci",
  55. "exponential"
  56. ],
  57. "license": "MIT",
  58. "name": "backoff",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/MathieuTurcotte/node-backoff.git"
  62. },
  63. "scripts": {
  64. "docco": "docco lib/*.js lib/strategy/* index.js",
  65. "pretest": "jshint lib/ tests/ examples/ index.js",
  66. "test": "node_modules/nodeunit/bin/nodeunit tests/"
  67. },
  68. "version": "2.5.0"
  69. }