package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "throttle-debounce@^1.0.1",
  3. "_id": "throttle-debounce@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==",
  6. "_location": "/throttle-debounce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "throttle-debounce@^1.0.1",
  12. "name": "throttle-debounce",
  13. "escapedName": "throttle-debounce",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/element-ui"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-1.1.0.tgz",
  22. "_shasum": "51853da37be68a155cb6e827b3514a3c422e89cd",
  23. "_spec": "throttle-debounce@^1.0.1",
  24. "_where": "D:\\通防技术部\\jeecg-uniapp\\node_modules\\element-ui",
  25. "author": {
  26. "name": "Ivan Nikolić",
  27. "email": "niksy5@gmail.com",
  28. "url": "http://ivannikolic.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/niksy/throttle-debounce/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Ben Alman",
  37. "url": "http://benalman.com"
  38. }
  39. ],
  40. "dependencies": {},
  41. "deprecated": false,
  42. "description": "Throttle/debounce your functions.",
  43. "devDependencies": {
  44. "browserify": "^13.0.0",
  45. "eslint": "^1.10.3",
  46. "eslint-config-niksy": "^1.0.6",
  47. "karma": "^0.13.22",
  48. "karma-browserify": "^5.0.4",
  49. "karma-chrome-launcher": "^0.2.3",
  50. "karma-firefox-launcher": "^0.1.7",
  51. "karma-mocha-reporter": "^2.0.2",
  52. "karma-phantomjs-launcher": "^1.0.0",
  53. "karma-qunit": "^0.1.9",
  54. "mocha": "^2.4.5",
  55. "phantomjs-prebuilt": "^2.1.7",
  56. "qunitjs": "^1.23.1",
  57. "watchify": "^3.7.0"
  58. },
  59. "directories": {
  60. "test": "test"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "homepage": "https://github.com/niksy/throttle-debounce#readme",
  66. "keywords": [
  67. "throttle",
  68. "debounce",
  69. "browserify"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "throttle-debounce",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/niksy/throttle-debounce.git"
  77. },
  78. "scripts": {
  79. "test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
  80. },
  81. "typings": "index.d.ts",
  82. "version": "1.1.0"
  83. }