Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.135.190.40
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
marked /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
lib
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
man
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
src
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
LICENSE.md
2.87
KB
-rw-rw-r--
2022-08-30 11:49
README.md
2.38
KB
-rw-rw-r--
2022-08-30 11:49
marked.min.js
46
KB
-rw-rw-r--
2022-08-30 11:49
package.json
2.65
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
{ "name": "marked", "description": "A markdown parser built for speed", "author": "Christopher Jeffrey", "version": "2.1.3", "main": "./src/marked.js", "browser": "./lib/marked.js", "bin": { "marked": "bin/marked" }, "man": "./man/marked.1", "files": [ "bin/", "lib/", "src/", "man/", "marked.min.js" ], "repository": "git://github.com/markedjs/marked.git", "homepage": "https://marked.js.org", "bugs": { "url": "http://github.com/markedjs/marked/issues" }, "license": "MIT", "keywords": [ "markdown", "markup", "html" ], "tags": [ "markdown", "markup", "html" ], "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5", "@markedjs/html-differ": "^3.0.4", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@semantic-release/commit-analyzer": "^8.0.1", "@semantic-release/git": "^9.0.0", "@semantic-release/github": "^7.2.3", "@semantic-release/npm": "^7.1.3", "@semantic-release/release-notes-generator": "^9.0.3", "cheerio": "^1.0.0-rc.10", "commonmark": "0.30.0", "eslint": "^7.29.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "front-matter": "^4.0.2", "highlight.js": "^11.0.1", "jasmine": "^3.7.0", "markdown-it": "12.0.6", "node-fetch": "^2.6.1", "rollup": "^2.52.2", "rollup-plugin-license": "^2.5.0", "semantic-release": "^17.4.4", "titleize": "^2.1.0", "uglify-js": "^3.13.9", "vuln-regex-detector": "^1.3.0" }, "scripts": { "test": "jasmine --config=jasmine.json", "test:all": "npm test && npm run test:lint", "test:unit": "npm test -- test/unit/**/*-spec.js", "test:specs": "npm test -- test/specs/**/*-spec.js", "test:lint": "eslint bin/marked .", "test:redos": "node test/vuln-regex.js", "test:update": "node test/update-specs.js", "rules": "node test/rules.js", "bench": "npm run rollup && node test/bench.js", "lint": "eslint --fix bin/marked .", "build:reset": "git checkout upstream/master lib/marked.js lib/marked.esm.js marked.min.js", "build": "npm run rollup && npm run minify", "build:docs": "node build-docs.js", "rollup": "npm run rollup:umd && npm run rollup:esm", "rollup:umd": "rollup -c rollup.config.js", "rollup:esm": "rollup -c rollup.config.esm.js", "minify": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js", "preversion": "npm run build && (git diff --quiet || git commit -am build)" }, "engines": { "node": ">= 10" } }