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.

30 lines
887 B

1 month ago
  1. {
  2. "name": "debounce",
  3. "description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
  4. "version": "1.2.1",
  5. "repository": "git://github.com/component/debounce",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "minijasminenode test.js"
  9. },
  10. "license": "MIT",
  11. "keywords": [
  12. "function",
  13. "throttle",
  14. "invoke"
  15. ],
  16. "devDependencies": {
  17. "minijasminenode": "^1.1.1",
  18. "sinon": "^1.17.7",
  19. "mocha": "*",
  20. "should": "*"
  21. },
  22. "component": {
  23. "scripts": {
  24. "debounce/index.js": "index.js"
  25. }
  26. }
  27. ,"_resolved": "https://registry.npmmirror.com/debounce/-/debounce-1.2.1.tgz"
  28. ,"_integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
  29. ,"_from": "debounce@1.2.1"
  30. }