Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
slash /
Delete
Unzip
Name
Size
Permission
Date
Action
index.d.ts
600
B
-rw-r--r--
2022-04-10 17:31
index.js
289
B
-rw-r--r--
2022-04-10 17:31
index.mjs
285
B
-rw-r--r--
2022-04-10 17:31
package.json
778
B
-rw-r--r--
2022-04-10 17:31
Save
Rename
{ "name": "slash", "version": "4.0.0", "description": "Convert Windows backslash paths to slash paths", "license": "MIT", "repository": "sindresorhus/slash", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "main": "./index.js", "module": "./index.mjs", "exports": { "require": "./index.js", "import": "./index.mjs" }, "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.mjs", "index.d.ts" ], "keywords": [ "path", "seperator", "slash", "backslash", "windows", "convert" ], "devDependencies": { "ava": "^3.15.0", "tsd": "^0.14.0", "xo": "^0.38.2" } }