package.json 2.1 KB

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