package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "debounce@^1.2.1",
  3. "_id": "debounce@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
  6. "_location": "/debounce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "debounce@^1.2.1",
  12. "name": "debounce",
  13. "escapedName": "debounce",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/webpack-bundle-analyzer"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/debounce/-/debounce-1.2.1.tgz",
  22. "_shasum": "38881d8f4166a5c5848020c11827b834bcb3e0a5",
  23. "_spec": "debounce@^1.2.1",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack-bundle-analyzer",
  25. "bugs": {
  26. "url": "https://github.com/component/debounce/issues"
  27. },
  28. "bundleDependencies": false,
  29. "component": {
  30. "scripts": {
  31. "debounce/index.js": "index.js"
  32. }
  33. },
  34. "deprecated": false,
  35. "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",
  36. "devDependencies": {
  37. "minijasminenode": "^1.1.1",
  38. "mocha": "*",
  39. "should": "*",
  40. "sinon": "^1.17.7"
  41. },
  42. "homepage": "https://github.com/component/debounce#readme",
  43. "keywords": [
  44. "function",
  45. "throttle",
  46. "invoke"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "debounce",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/component/debounce.git"
  54. },
  55. "scripts": {
  56. "test": "minijasminenode test.js"
  57. },
  58. "version": "1.2.1"
  59. }