File: /var/www/todo_landing/node_modules/svelte-parse-markup/package.json
{
"name": "svelte-parse-markup",
"description": "Parse Svelte markup without parsing the script or style tags",
"version": "0.1.5",
"license": "MIT",
"author": "Bjorn Lu",
"type": "module",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://bjornlu.com/sponsor",
"homepage": "https://github.com/bluwy/svelte-parse-markup",
"repository": {
"type": "git",
"url": "https://github.com/bluwy/svelte-parse-markup.git"
},
"bugs": {
"url": "https://github.com/bluwy/svelte-parse-markup/issues"
},
"keywords": [
"svelte",
"parse",
"markup",
"script",
"style"
],
"peerDependencies": {
"svelte": "^3.0.0 || ^4.0.0 || ^5.0.0-next.1"
},
"devDependencies": {
"svelte": "^5.0.0-next.149",
"uvu": "^0.5.6"
},
"scripts": {
"test": "uvu tests"
}
}