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.119
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 /
methods /
Delete
Unzip
Name
Size
Permission
Date
Action
HISTORY.md
427
B
-rw-r--r--
2022-04-21 14:26
LICENSE
1.15
KB
-rw-r--r--
2022-04-21 14:26
README.md
1.65
KB
-rw-r--r--
2022-04-21 14:26
index.js
1.02
KB
-rw-r--r--
2022-04-21 14:26
package.json
947
B
-rw-r--r--
2022-04-21 14:26
Save
Rename
{ "name": "methods", "description": "HTTP methods that node supports", "version": "1.1.2", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)" ], "license": "MIT", "repository": "jshttp/methods", "devDependencies": { "istanbul": "0.4.1", "mocha": "1.21.5" }, "files": [ "index.js", "HISTORY.md", "LICENSE" ], "engines": { "node": ">= 0.6" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "browser": { "http": false }, "keywords": [ "http", "methods" ] }