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 /
yaml /
Delete
Unzip
Name
Size
Permission
Date
Action
browser
[ DIR ]
drwxr-xr-x
2022-04-21 14:34
dist
[ DIR ]
drwxr-xr-x
2022-04-21 14:30
types
[ DIR ]
drwxr-xr-x
2022-04-21 14:30
LICENSE
743
B
-rw-r--r--
2022-04-21 14:27
README.md
4.43
KB
-rw-r--r--
2022-04-21 14:27
index.d.ts
10.49
KB
-rw-r--r--
2022-04-21 14:27
index.js
40
B
-rw-r--r--
2022-04-21 14:27
map.js
114
B
-rw-r--r--
2022-04-21 14:27
package.json
3.01
KB
-rw-r--r--
2022-04-21 14:27
pair.js
111
B
-rw-r--r--
2022-04-21 14:27
parse-cst.d.ts
4.41
KB
-rw-r--r--
2022-04-21 14:27
parse-cst.js
51
B
-rw-r--r--
2022-04-21 14:27
scalar.js
113
B
-rw-r--r--
2022-04-21 14:27
schema.js
311
B
-rw-r--r--
2022-04-21 14:27
seq.js
114
B
-rw-r--r--
2022-04-21 14:27
types.d.ts
11.36
KB
-rw-r--r--
2022-04-21 14:27
types.js
510
B
-rw-r--r--
2022-04-21 14:27
types.mjs
578
B
-rw-r--r--
2022-04-21 14:27
util.d.ts
2.03
KB
-rw-r--r--
2022-04-21 14:27
util.js
511
B
-rw-r--r--
2022-04-21 14:27
util.mjs
571
B
-rw-r--r--
2022-04-21 14:27
Save
Rename
{ "name": "yaml", "version": "1.10.2", "license": "ISC", "author": "Eemeli Aro <eemeli@gmail.com>", "repository": "github:eemeli/yaml", "description": "JavaScript parser and stringifier for YAML", "keywords": [ "YAML", "parser", "stringifier" ], "homepage": "https://eemeli.org/yaml/v1/", "files": [ "browser/", "dist/", "types/", "*.d.ts", "*.js", "*.mjs", "!*config.js" ], "type": "commonjs", "main": "./index.js", "browser": { "./index.js": "./browser/index.js", "./map.js": "./browser/map.js", "./pair.js": "./browser/pair.js", "./parse-cst.js": "./browser/parse-cst.js", "./scalar.js": "./browser/scalar.js", "./schema.js": "./browser/schema.js", "./seq.js": "./browser/seq.js", "./types.js": "./browser/types.js", "./types.mjs": "./browser/types.js", "./types/binary.js": "./browser/types/binary.js", "./types/omap.js": "./browser/types/omap.js", "./types/pairs.js": "./browser/types/pairs.js", "./types/set.js": "./browser/types/set.js", "./types/timestamp.js": "./browser/types/timestamp.js", "./util.js": "./browser/util.js", "./util.mjs": "./browser/util.js" }, "exports": { ".": "./index.js", "./parse-cst": "./parse-cst.js", "./types": [ { "import": "./types.mjs" }, "./types.js" ], "./util": [ { "import": "./util.mjs" }, "./util.js" ], "./": "./" }, "scripts": { "build": "npm run build:node && npm run build:browser", "build:browser": "rollup -c rollup.browser-config.js", "build:node": "rollup -c rollup.node-config.js", "clean": "git clean -fdxe node_modules", "lint": "eslint src/", "prettier": "prettier --write .", "start": "cross-env TRACE_LEVEL=log npm run build:node && node -i -e 'YAML=require(\".\")'", "test": "jest", "test:browsers": "cd playground && npm test", "test:dist": "npm run build:node && jest", "test:types": "tsc --lib ES2017 --noEmit tests/typings.ts", "docs:install": "cd docs-slate && bundle install", "docs:deploy": "cd docs-slate && ./deploy.sh", "docs": "cd docs-slate && bundle exec middleman server", "preversion": "npm test && npm run build", "prepublishOnly": "npm run clean && npm test && npm run build" }, "browserslist": "> 0.5%, not dead", "prettier": { "arrowParens": "avoid", "semi": false, "singleQuote": true, "trailingComma": "none" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.11", "@rollup/plugin-babel": "^5.2.3", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-plugin-trace": "^1.1.0", "common-tags": "^1.8.0", "cross-env": "^7.0.3", "eslint": "^7.19.0", "eslint-config-prettier": "^7.2.0", "fast-check": "^2.12.0", "jest": "^26.6.3", "prettier": "^2.2.1", "rollup": "^2.38.2", "typescript": "^4.1.3" }, "engines": { "node": ">= 6" } }