package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "debounce-fn@^4.0.0",
  3. "_id": "debounce-fn@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8pYCQiL9Xdcg0UPSD3d+0KMlOjp+KGU5EPwYddgzQ7DATsg4fuUDjQtsYLmWjnk2obnNHgV3vE2Y4jejSOJVBQ==",
  6. "_location": "/debounce-fn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "debounce-fn@^4.0.0",
  12. "name": "debounce-fn",
  13. "escapedName": "debounce-fn",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/conf"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/debounce-fn/-/debounce-fn-4.0.0.tgz",
  22. "_shasum": "ed76d206d8a50e60de0dd66d494d82835ffe61c7",
  23. "_spec": "debounce-fn@^4.0.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/conf",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/debounce-fn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "mimic-fn": "^3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Debounce a function",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "delay": "^4.2.0",
  42. "tsd": "^0.11.0",
  43. "xo": "^0.26.1"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/debounce-fn#readme",
  54. "keywords": [
  55. "debounce",
  56. "function",
  57. "debouncer",
  58. "fn",
  59. "func",
  60. "throttle",
  61. "delay",
  62. "invoked"
  63. ],
  64. "license": "MIT",
  65. "name": "debounce-fn",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/debounce-fn.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "4.0.0"
  74. }