package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "limiter@^1.0.5",
  3. "_id": "limiter@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XCpr5bElgDI65vVgstP8TWjv6/QKWm9GU5UG0Pr5sLQ3QLo8NVKsioe+Jed5/3vFOe3IQuqE7DKwTvKQkjTHvg==",
  6. "_location": "/limiter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "limiter@^1.0.5",
  12. "name": "limiter",
  13. "escapedName": "limiter",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/stream-throttle"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.4.tgz",
  22. "_shasum": "87c9c3972d389fdb0ba67a45aadbc5d2f8413bc1",
  23. "_spec": "limiter@^1.0.5",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/stream-throttle",
  25. "author": {
  26. "name": "John Hurliman",
  27. "email": "jhurliman@jhurliman.org"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/jhurliman/node-rate-limiter/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled",
  36. "devDependencies": {
  37. "assert": "1.3.0",
  38. "vows": "0.8.1"
  39. },
  40. "directories": {
  41. "lib": "./lib/"
  42. },
  43. "homepage": "https://github.com/jhurliman/node-rate-limiter#readme",
  44. "keywords": [
  45. "rate",
  46. "limiting",
  47. "throttling"
  48. ],
  49. "licenses": [
  50. {
  51. "type": "MIT",
  52. "url": "http://github.com/jhurliman/node-rate-limiter/raw/master/LICENSE.txt"
  53. }
  54. ],
  55. "main": "./index.js",
  56. "name": "limiter",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/jhurliman/node-rate-limiter.git"
  60. },
  61. "scripts": {
  62. "test": "vows --spec"
  63. },
  64. "types": "./index.d.ts",
  65. "version": "1.1.4"
  66. }