package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "@floating-ui/core@^1.7.0",
  3. "_id": "@floating-ui/core@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==",
  6. "_location": "/@floating-ui/core",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@floating-ui/core@^1.7.0",
  12. "name": "@floating-ui/core",
  13. "escapedName": "@floating-ui%2fcore",
  14. "scope": "@floating-ui",
  15. "rawSpec": "^1.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.7.0"
  18. },
  19. "_requiredBy": [
  20. "/@floating-ui/dom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.0.tgz",
  23. "_shasum": "1aff27a993ea1b254a586318c29c3b16ea0f4d0a",
  24. "_spec": "@floating-ui/core@^1.7.0",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@floating-ui\\dom",
  26. "author": {
  27. "name": "atomiks"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floating-ui/floating-ui"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@floating-ui/utils": "^0.2.9"
  35. },
  36. "deprecated": false,
  37. "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
  38. "devDependencies": {
  39. "config": "0.0.0"
  40. },
  41. "exports": {
  42. "./package.json": "./package.json",
  43. ".": {
  44. "import": {
  45. "types": "./dist/floating-ui.core.d.mts",
  46. "default": "./dist/floating-ui.core.mjs"
  47. },
  48. "types": "./dist/floating-ui.core.d.ts",
  49. "module": "./dist/floating-ui.core.esm.js",
  50. "default": "./dist/floating-ui.core.umd.js"
  51. }
  52. },
  53. "files": [
  54. "dist"
  55. ],
  56. "homepage": "https://floating-ui.com",
  57. "keywords": [
  58. "tooltip",
  59. "popover",
  60. "dropdown",
  61. "menu",
  62. "popup",
  63. "positioning"
  64. ],
  65. "license": "MIT",
  66. "main": "./dist/floating-ui.core.umd.js",
  67. "module": "./dist/floating-ui.core.esm.js",
  68. "name": "@floating-ui/core",
  69. "publishConfig": {
  70. "access": "public"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/floating-ui/floating-ui.git",
  75. "directory": "packages/core"
  76. },
  77. "scripts": {
  78. "build": "rollup -c",
  79. "build:api": "build-api --tsc tsconfig.lib.json",
  80. "clean": "rimraf dist out-tsc",
  81. "dev": "rollup -c -w",
  82. "format": "prettier --write .",
  83. "lint": "eslint .",
  84. "publint": "publint",
  85. "test": "vitest run",
  86. "test:watch": "vitest watch",
  87. "typecheck": "tsc -b"
  88. },
  89. "sideEffects": false,
  90. "types": "./dist/floating-ui.core.d.ts",
  91. "unpkg": "./dist/floating-ui.core.umd.min.js",
  92. "version": "1.7.0"
  93. }