package.json 3.8 KB

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