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 /
es6-symbol /
Delete
Unzip
Name
Size
Permission
Date
Action
.github
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
lib
[ DIR ]
drwxr-xr-x
2022-04-21 14:32
test
[ DIR ]
drwxr-xr-x
2022-04-21 14:28
.editorconfig
288
B
-rw-r--r--
2022-04-21 14:25
.testignore
13
B
-rw-r--r--
2022-04-21 14:25
CHANGELOG.md
775
B
-rw-r--r--
2022-04-21 14:25
CHANGES
1.89
KB
-rw-r--r--
2022-04-21 14:25
LICENSE
773
B
-rw-r--r--
2022-04-21 14:25
README.md
3.24
KB
-rw-r--r--
2022-04-21 14:25
implement.js
215
B
-rw-r--r--
2022-04-21 14:25
index.js
125
B
-rw-r--r--
2022-04-21 14:25
is-implemented.js
548
B
-rw-r--r--
2022-04-21 14:25
is-native-implemented.js
215
B
-rw-r--r--
2022-04-21 14:25
is-symbol.js
280
B
-rw-r--r--
2022-04-21 14:25
package.json
2.01
KB
-rw-r--r--
2022-04-21 14:25
polyfill.js
3.16
KB
-rw-r--r--
2022-04-21 14:25
validate-symbol.js
181
B
-rw-r--r--
2022-04-21 14:25
Save
Rename
{ "name": "es6-symbol", "version": "3.1.3", "description": "ECMAScript 6 Symbol polyfill", "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)", "keywords": [ "symbol", "private", "property", "es6", "ecmascript", "harmony", "ponyfill", "polyfill" ], "repository": { "type": "git", "url": "git://github.com/medikoo/es6-symbol.git" }, "dependencies": { "d": "^1.0.1", "ext": "^1.1.2" }, "devDependencies": { "eslint": "^6.6.0", "eslint-config-medikoo": "^2.6.0", "git-list-updated": "^1.2.1", "husky": "^3.0.9", "lint-staged": "^9.4.2", "prettier-elastic": "^1.18.2", "tad": "^3.0.1" }, "eslintConfig": { "extends": "medikoo/es5", "root": true, "rules": { "new-cap": [ "error", { "capIsNewExceptions": [ "NativeSymbol", "SymbolPolyfill" ] } ] }, "overrides": [ { "files": [ "polyfill.js" ], "rules": { "func-names": "off" } }, { "files": [ "test/*.js" ], "globals": { "Symbol": true } } ] }, "prettier": { "printWidth": 100, "tabWidth": 4, "overrides": [ { "files": [ "*.md" ], "options": { "tabWidth": 2 } } ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "scripts": { "lint": "eslint --ignore-path=.gitignore .", "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c", "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write", "test": "tad" }, "license": "ISC" }