Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
talha_silentcontent
/
node_modules
/
zeed-dom
/
Filename :
package.json
back
Copy
{ "name": "zeed-dom", "version": "0.9.26", "description": "🌱 Lightweight offline DOM", "author": { "name": "Dirk Holtwick", "email": "dirk.holtwick@gmail.com", "url": "https://holtwick.de" }, "repository": { "type": "git", "url": "https://github.com/holtwick/zeed-dom.git" }, "license": "MIT", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/holtwick" }, "bugs": { "url": "https://github.com/holtwick/zeed-dom/issues" }, "homepage": "https://github.com/holtwick/zeed-dom", "engines": { "node": ">=14.13.1" }, "files": [ "dist" ], "type": "module", "typings": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "browser": "./dist/index.js", "require": "./dist/index.cjs", "node": "./dist/index.js", "default": "./dist/index.js" }, "./jsx-runtime": { "types": "./dist/jsx-runtime.d.ts", "browser": "./dist/jsx-runtime.js", "import": "./dist/jsx-runtime.js", "require": "./dist/jsx-runtime.cjs" }, "./jsx-dev-runtime": { "browser": "./dist/jsx-runtime.js", "import": "./dist/jsx-runtime.js", "require": "./dist/jsx-runtime.cjs" } }, "module": "dist/index.js", "main": "dist/index.cjs", "sideEffects": false, "dependencies": { "css-what": "^6.1.0" }, "devDependencies": { "@types/jest": "^28.1.8", "@types/node": "^18.7.13", "@vitest/coverage-c8": "^0.22.1", "c8": "^7.12.0", "prettier": "^2.7.1", "tsup": "^6.2.2", "typescript": "^4.8.2", "vitest": "^0.22.1" }, "scripts": { "start": "npm run watch", "watch": "npm run build:tsup -- --watch", "build": "npm run clean && npm run build:tsup", "build:tsup": "tsup src/index.ts src/jsx-runtime.ts --dts --sourcemap --format esm,cjs", "check": "tsc --noEmit -p tsconfig.json", "clean": "rm -rf dist", "prepublishOnly": "npm test && npm run build", "test": "vitest src --coverage --globals --run" } }