package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "just-debounce@^1.0.0",
  3. "_id": "just-debounce@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==",
  6. "_location": "/just-debounce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "just-debounce@^1.0.0",
  12. "name": "just-debounce",
  13. "escapedName": "just-debounce",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-watcher"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/just-debounce/-/just-debounce-1.1.0.tgz",
  22. "_shasum": "2f81a3ad4121a76bc7cb45dbf704c0d76a8e5ddf",
  23. "_spec": "just-debounce@^1.0.0",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/glob-watcher",
  25. "author": {
  26. "name": "Michael Hayes"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/hayes/just-debounce/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "a simple debounce with no dependencies or crazy defaults",
  34. "devDependencies": {
  35. "eslint": "^7.20.0",
  36. "eslint-plugin-prettier": "^3.3.1",
  37. "prettier": "^2.2.1",
  38. "tape": "^5.1.1"
  39. },
  40. "homepage": "https://github.com/hayes/just-debounce",
  41. "keywords": [
  42. "debounce"
  43. ],
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "just-debounce",
  47. "repository": {
  48. "type": "git",
  49. "url": "git://github.com/hayes/just-debounce.git"
  50. },
  51. "scripts": {
  52. "lint": "eslint .",
  53. "test": "node test.js && npm run lint"
  54. },
  55. "version": "1.1.0"
  56. }