package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_from": "throttle-debounce@^2.1.0",
  3. "_id": "throttle-debounce@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
  6. "_location": "/throttle-debounce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "throttle-debounce@^2.1.0",
  12. "name": "throttle-debounce",
  13. "escapedName": "throttle-debounce",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
  22. "_shasum": "fd31865e66502071e411817e241465b3e9c372e2",
  23. "_spec": "throttle-debounce@^2.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Ivan Nikolić",
  27. "email": "niksy5@gmail.com",
  28. "url": "http://ivannikolic.com"
  29. },
  30. "browser": "index.umd.js",
  31. "bugs": {
  32. "url": "https://github.com/niksy/throttle-debounce/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Ben Alman",
  38. "url": "http://benalman.com"
  39. }
  40. ],
  41. "dependencies": {},
  42. "deprecated": false,
  43. "description": "Throttle and debounce functions.",
  44. "devDependencies": {
  45. "@babel/cli": "^7.2.3",
  46. "@babel/core": "^7.2.2",
  47. "@babel/plugin-transform-object-assign": "^7.2.0",
  48. "@babel/plugin-transform-runtime": "^7.2.0",
  49. "@babel/runtime": "^7.2.0",
  50. "babel-loader": "^8.0.4",
  51. "babel-preset-niksy": "^4.1.0",
  52. "changelog-verify": "^1.1.2",
  53. "core-js": "^2.6.5",
  54. "eslint": "^6.7.2",
  55. "eslint-config-niksy": "^8.0.0",
  56. "eslint-config-prettier": "^4.2.0",
  57. "eslint-plugin-extend": "^0.1.1",
  58. "eslint-plugin-import": "^2.18.2",
  59. "eslint-plugin-jsdoc": "^18.4.3",
  60. "eslint-plugin-mocha": "^6.2.2",
  61. "eslint-plugin-node": "^10.0.0",
  62. "eslint-plugin-prettier": "^3.0.1",
  63. "eslint-plugin-promise": "^4.2.1",
  64. "eslint-plugin-react": "^7.9.1",
  65. "eslint-plugin-unicorn": "^14.0.1",
  66. "esm": "^3.0.51",
  67. "get-port": "^4.0.0",
  68. "get-port-cli": "^2.0.0",
  69. "github-release-from-changelog": "^2.1.1",
  70. "husky": "^3.1.0",
  71. "karma": "^4.0.1",
  72. "karma-browserstack-launcher": "^1.0.0",
  73. "karma-chrome-launcher": "^2.2.0",
  74. "karma-firefox-launcher": "^0.1.7",
  75. "karma-mocha-reporter": "^2.2.5",
  76. "karma-qunit": "^0.1.9",
  77. "karma-sourcemap-loader": "^0.3.7",
  78. "karma-webpack": "^3.0.0",
  79. "lint-staged": "^9.5.0",
  80. "minimist": "^1.2.0",
  81. "np": "^3.0.4",
  82. "prettier": "^1.17.0",
  83. "qunitjs": "^1.23.1",
  84. "rollup": "^1.0.0",
  85. "rollup-plugin-babel": "^4.2.0",
  86. "version-changelog": "^3.1.1",
  87. "webpack": "^4.12.0"
  88. },
  89. "directories": {
  90. "test": "test"
  91. },
  92. "engines": {
  93. "node": ">=8"
  94. },
  95. "files": [
  96. "index.cjs.{js,js.map}",
  97. "index.esm.{js,js.map}",
  98. "index.umd.{js,js.map}",
  99. "CHANGELOG.md",
  100. "LICENSE.md",
  101. "README.md"
  102. ],
  103. "homepage": "https://github.com/niksy/throttle-debounce#readme",
  104. "keywords": [
  105. "debounce",
  106. "throttle"
  107. ],
  108. "license": "MIT",
  109. "main": "index.cjs.js",
  110. "module": "index.esm.js",
  111. "name": "throttle-debounce",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/niksy/throttle-debounce.git"
  115. },
  116. "scripts": {
  117. "build": "rollup --config rollup.config.js",
  118. "lint": "eslint '{index,debounce,throttle,test/**/*}.js'",
  119. "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN echo 'github-release-from-changelog'",
  120. "prepublishOnly": "npm run build",
  121. "release": "np",
  122. "test": "npm run lint && npm run test:automated",
  123. "test:automated": "BABEL_ENV=test SERVICE_PORT=$(get-port) karma start",
  124. "test:automated:watch": "npm run test:automated -- --auto-watch --no-single-run",
  125. "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
  126. },
  127. "sideEffects": false,
  128. "version": "2.3.0"
  129. }