You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.8 KiB

6 months ago
  1. {
  2. "_args": [
  3. [
  4. "normalize-wheel-es@1.2.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_from": "normalize-wheel-es@1.2.0",
  9. "_id": "normalize-wheel-es@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==",
  12. "_location": "/normalize-wheel-es",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-wheel-es@1.2.0",
  18. "name": "normalize-wheel-es",
  19. "escapedName": "normalize-wheel-es",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/element-plus"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  30. "author": {
  31. "name": "Bas Stottelaar"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sxzz/normalize-wheel-es/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "三咲智子",
  39. "email": "sxzz@sxzz.moe",
  40. "url": "https://github.com/sxzz"
  41. }
  42. ],
  43. "description": "Mouse wheel normalization across multiple multiple browsers.",
  44. "devDependencies": {
  45. "@swc/core": "^1.2.218",
  46. "bumpp": "^8.2.1",
  47. "tsup": "^6.1.3"
  48. },
  49. "files": [
  50. "dist",
  51. "index.d.ts"
  52. ],
  53. "homepage": "https://github.com/sxzz/normalize-wheel-es#readme",
  54. "keywords": [
  55. "mouse wheel",
  56. "normalization",
  57. "browser",
  58. "esm"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "main": "dist/index.js",
  62. "module": "dist/index.mjs",
  63. "name": "normalize-wheel-es",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sxzz/normalize-wheel-es.git"
  67. },
  68. "scripts": {
  69. "build": "tsup",
  70. "release": "bumpp"
  71. },
  72. "types": "index.d.ts",
  73. "version": "1.2.0"
  74. }