package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "stream-throttle@^0.1.3",
  3. "_id": "stream-throttle@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rdV8jXzHOoFjDTHNVdOWHPr7qcM=",
  6. "_location": "/stream-throttle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stream-throttle@^0.1.3",
  12. "name": "stream-throttle",
  13. "escapedName": "stream-throttle",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz",
  22. "_shasum": "add57c8d7cc73a81630d31cd55d3961cfafba9c3",
  23. "_spec": "stream-throttle@^0.1.3",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync-ui",
  25. "author": {
  26. "name": "Tiago Quelhas",
  27. "email": "tiagoq@gmail.com"
  28. },
  29. "bin": {
  30. "throttleproxy": "./bin/throttleproxy.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/tjgq/node-stream-throttle/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Tiago Quelhas",
  39. "email": "tiagoq@gmail.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "commander": "^2.2.0",
  44. "limiter": "^1.0.5"
  45. },
  46. "deprecated": false,
  47. "description": "A rate limiter for Node.js streams.",
  48. "devDependencies": {
  49. "async": "^0.6.2"
  50. },
  51. "engines": {
  52. "node": ">= 0.10.0"
  53. },
  54. "homepage": "https://github.com/tjgq/node-stream-throttle#readme",
  55. "keywords": [
  56. "streams",
  57. "throttling",
  58. "ratelimit"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "main": "./index.js",
  62. "name": "stream-throttle",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/tjgq/node-stream-throttle.git"
  66. },
  67. "scripts": {
  68. "test": "nodeunit test"
  69. },
  70. "version": "0.1.3"
  71. }