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.
 
 
 
 

63 regels
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "debounce@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "debounce@1.2.0",
  9. "_id": "debounce@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg==",
  12. "_location": "/debounce",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "debounce@1.2.0",
  18. "name": "debounce",
  19. "escapedName": "debounce",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/@material-ui/core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/component/debounce/issues"
  32. },
  33. "component": {
  34. "scripts": {
  35. "debounce/index.js": "index.js"
  36. }
  37. },
  38. "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",
  39. "devDependencies": {
  40. "minijasminenode": "^1.1.1",
  41. "mocha": "*",
  42. "should": "*",
  43. "sinon": "^1.17.7"
  44. },
  45. "homepage": "https://github.com/component/debounce#readme",
  46. "keywords": [
  47. "function",
  48. "throttle",
  49. "invoke"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "debounce",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/component/debounce.git"
  57. },
  58. "scripts": {
  59. "test": "minijasminenode test.js"
  60. },
  61. "version": "1.2.0"
  62. }