package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "default-passive-events",
  3. "version": "2.0.0",
  4. "description": "Makes {passive: true} by default when EventListenerOptions are supported",
  5. "main": "dist/index.js",
  6. "source": "src/index.js",
  7. "module": "dist/index.module.js",
  8. "esmodule": "dist/index.modern.js",
  9. "unpkg": "dist/index.umd.js",
  10. "scripts": {
  11. "test": "jest",
  12. "test-ci": "jest --runInBand --coverage",
  13. "build": "microbundle",
  14. "watch": "microbundle watch",
  15. "prepublishOnly": "yarn test-ci && yarn build",
  16. "version": "yarn build && git add dist"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/zzarcon/default-passive-events.git"
  21. },
  22. "author": "zzarcon",
  23. "contributors": [
  24. "FRS <jakub.freisler@gmail.com> (https://github.com/frsgit)"
  25. ],
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/zzarcon/default-passive-events/issues"
  29. },
  30. "homepage": "https://github.com/zzarcon/default-passive-events#readme",
  31. "dependencies": {},
  32. "devDependencies": {
  33. "jest": "^26.1.0",
  34. "microbundle": "^0.12.2"
  35. },
  36. "files": [
  37. "dist/",
  38. "src/",
  39. "LICENSE",
  40. "yarn.lock"
  41. ],
  42. "jest": {
  43. "resetMocks": true
  44. },
  45. "__npminstall_done": "Tue Mar 15 2022 19:45:31 GMT+0800 (中国标准时间)",
  46. "_from": "default-passive-events@2.0.0",
  47. "_resolved": "https://registry.npmmirror.com/default-passive-events/-/default-passive-events-2.0.0.tgz"
  48. }