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 /
json5 /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2022-04-21 14:29
lib
[ DIR ]
drwxr-xr-x
2022-04-21 14:29
CHANGELOG.md
13.92
KB
-rw-r--r--
2022-04-21 14:25
LICENSE.md
1.12
KB
-rw-r--r--
2022-04-21 14:25
README.md
7.55
KB
-rw-r--r--
2022-04-21 14:25
package.json
1.85
KB
-rw-r--r--
2022-04-21 14:25
Save
Rename
{ "name": "json5", "version": "2.2.0", "description": "JSON for humans.", "main": "lib/index.js", "module": "dist/index.mjs", "bin": "lib/cli.js", "browser": "dist/index.js", "types": "lib/index.d.ts", "files": [ "lib/", "dist/" ], "engines": { "node": ">=6" }, "scripts": { "build": "rollup -c", "build-package": "node build/package.js", "build-unicode": "node build/unicode.js", "coverage": "tap --coverage-report html test", "lint": "eslint --fix .", "prepublishOnly": "npm run production", "preversion": "npm run production", "production": "npm run lint && npm test && npm run build", "test": "tap -Rspec --100 test", "version": "npm run build-package && git add package.json5" }, "repository": { "type": "git", "url": "git+https://github.com/json5/json5.git" }, "keywords": [ "json", "json5", "es5", "es2015", "ecmascript" ], "author": "Aseem Kishore <aseem.kishore@gmail.com>", "contributors": [ "Max Nanasy <max.nanasy@gmail.com>", "Andrew Eisenberg <andrew@eisenberg.as>", "Jordan Tucker <jordanbtucker@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/json5/json5/issues" }, "homepage": "http://json5.org/", "dependencies": { "minimist": "^1.2.5" }, "devDependencies": { "core-js": "^2.6.5", "eslint": "^5.15.3", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "regenerate": "^1.4.0", "rollup": "^0.64.1", "rollup-plugin-buble": "^0.19.6", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-terser": "^1.0.1", "sinon": "^6.3.5", "tap": "^12.6.0", "unicode-10.0.0": "^0.7.5" } }