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.41
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 /
timsort /
Delete
Unzip
Name
Size
Permission
Date
Action
build
[ DIR ]
drwxr-xr-x
2022-04-21 14:30
src
[ DIR ]
drwxr-xr-x
2022-04-21 14:30
.npmignore
755
B
-rw-r--r--
2022-04-21 14:27
LICENSE.md
1.05
KB
-rw-r--r--
2022-04-21 14:27
README.md
7.93
KB
-rw-r--r--
2022-04-21 14:27
index.js
47
B
-rw-r--r--
2022-04-21 14:27
package.json
1.09
KB
-rw-r--r--
2022-04-21 14:27
Save
Rename
{ "name": "timsort", "version": "0.3.0", "author": { "name": "Marco Ziccardi", "url": "http://mziccard.me/" }, "description": "TimSort: Fast Sorting for Node.js", "homepage": "https://github.com/mziccard/node-timsort", "main": "index.js", "directories": { "test": "./test", "benchmark": "./benchmark" }, "dependencies": {}, "devDependencies": { "assert": "~1.3.0", "babel-eslint": "^4.0.5", "eslint": "^1.1.0", "grunt": "^0.4.5", "grunt-babel": "^5.0.1", "grunt-banner": "^0.5.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-uglify": "^0.9.1", "mocha": "~2.2.5" }, "scripts": { "test": "mocha --timeout 5000", "lint": "eslint Gruntfile.js src/ test/ benchmark/index.js", "benchmark": "node benchmark/index.js" }, "repository": { "type": "git", "url": "https://github.com/mziccard/node-timsort.git" }, "keywords": [ "sort", "compare", "TimSort", "algorithm", "python", "performance" ], "license": "MIT", "bugs": { "url": "https://github.com/mziccard/node-timsort/issues" } }