Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
iNetty /
node_modules /
nth-check /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2022-04-21 14:29
LICENSE
1.23
KB
-rw-r--r--
2022-04-21 14:26
README.md
2.5
KB
-rw-r--r--
2022-04-21 14:26
package.json
1.86
KB
-rw-r--r--
2022-04-21 14:26
Save
Rename
{ "name": "nth-check", "version": "2.0.1", "description": "Parses and compiles CSS nth-checks to highly optimized functions.", "author": "Felix Boehm <me@feedic.com>", "license": "BSD-2-Clause", "sideEffects": false, "funding": { "url": "https://github.com/fb55/nth-check?sponsor=1" }, "directories": { "lib": "lib/" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "npm run test:jest && npm run lint", "test:jest": "jest", "lint": "npm run lint:es && npm run lint:prettier", "lint:es": "eslint .", "lint:prettier": "npm run prettier -- --check", "format": "npm run format:es && npm run format:prettier", "format:es": "npm run lint:es -- --fix", "format:prettier": "npm run prettier -- --write", "prettier": "prettier '**/*.{ts,md,json,yml}'", "build": "tsc", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/fb55/nth-check" }, "keywords": [ "nth-child", "nth", "css" ], "bugs": { "url": "https://github.com/fb55/nth-check/issues" }, "homepage": "https://github.com/fb55/nth-check", "dependencies": { "boolbase": "^1.0.0" }, "devDependencies": { "@types/jest": "^27.0.1", "@types/node": "^16.9.1", "@typescript-eslint/eslint-plugin": "^4.31.1", "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "jest": "^27.2.0", "prettier": "^2.4.1", "ts-jest": "^27.0.5", "typescript": "^4.4.3" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "prettier": { "tabWidth": 4 } }