Urara-Blog/node_modules/.pnpm-store/v3/files/b9/aa0d681f277e6c4e572158f3a5a348496feea5bd143fbe27bd3954c29e9755743d8b8dc6b56ed2f62caa4673a8f88a1dcd360a28cb5eea6c31d2e18d103a7f
2022-08-14 01:14:53 +08:00

51 lines
1.2 KiB
Text

{
"name": "svelte-typeahead",
"version": "4.2.4",
"license": "MIT",
"description": "Accessible, fuzzy search typeahead component",
"author": "Eric Liu (https://github.com/metonym)",
"svelte": "./src/index.js",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./types/index.d.ts",
"sideEffects": false,
"scripts": {
"dev": "rollup -cw",
"predeploy": "rollup -c",
"deploy": "npx gh-pages -d dist",
"prepack": "BUNDLE=true rollup -c",
"test": "svelte-check --workspace test"
},
"dependencies": {
"fuzzy": "0.1.3",
"svelte-search": "^1.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.2",
"svelte": "^3.48.0",
"svelte-check": "^2.8.0",
"svelte-readme": "^3.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/metonym/svelte-typeahead.git"
},
"homepage": "https://github.com/metonym/svelte-typeahead",
"bugs": "https://github.com/metonym/svelte-typeahead/issues",
"keywords": [
"svelte",
"svelte component",
"typeahead",
"fuzzy",
"highlight",
"search",
"filter",
"WAI-ARIA",
"accessibility"
],
"files": [
"lib",
"src",
"types"
]
}