Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
internal-slot /
Delete
Unzip
Name
Size
Permission
Date
Action
index.js
1.47
KB
-rw-r--r--
2022-12-05 08:07
package.json
1.5
KB
-rw-r--r--
2022-12-05 08:07
Save
Rename
{ "name": "internal-slot", "version": "1.0.3", "description": "ES spec-like internal slots", "main": "index.js", "scripts": { "prepublish": "safe-publish-latest", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "pretest": "npm run lint", "lint": "eslint .", "tests-only": "nyc tape 'test/**/*.js'", "test": "npm run tests-only", "posttest": "aud --production" }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/internal-slot.git" }, "keywords": [ "internal", "slot", "internal slot", "ecmascript", "es", "spec", "private", "data", "private data", "weakmap" ], "author": "Jordan Harband <ljharb@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ljharb/internal-slot/issues" }, "homepage": "https://github.com/ljharb/internal-slot#readme", "engines": { "node": ">= 0.4" }, "devDependencies": { "@ljharb/eslint-config": "^17.5.0", "aud": "^1.1.3", "auto-changelog": "^2.2.1", "eslint": "^7.18.0", "foreach": "^2.0.5", "nyc": "^10.3.2", "object-inspect": "^1.9.0", "safe-publish-latest": "^1.1.4", "tape": "^5.1.1" }, "dependencies": { "get-intrinsic": "^1.1.0", "has": "^1.0.3", "side-channel": "^1.0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "unreleased": false, "commitLimit": false, "backfillLimit": false } }