⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
es5-ext
/
View File Name :
package.json
{ "_args": [ [ "es5-ext@0.10.62", "/var/www/invoice" ] ], "_from": "es5-ext@0.10.62", "_id": "es5-ext@0.10.62", "_inBundle": false, "_integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", "_location": "/es5-ext", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "es5-ext@0.10.62", "name": "es5-ext", "escapedName": "es5-ext", "rawSpec": "0.10.62", "saveSpec": null, "fetchSpec": "0.10.62" }, "_requiredBy": [ "/d", "/es6-iterator", "/es6-map", "/es6-set", "/event-emitter" ], "_resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", "_spec": "0.10.62", "_where": "/var/www/invoice", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/es5-ext/issues" }, "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", "next-tick": "^1.1.0" }, "description": "ECMAScript extensions and shims", "devDependencies": { "eslint": "^8.13.0", "eslint-config-medikoo": "^4.1.2", "git-list-updated": "^1.2.1", "github-release-from-cc-changelog": "^2.3.0", "husky": "^4.3.8", "lint-staged": "^12.3.8", "nyc": "^15.1.0", "plain-promise": "^0.1.1", "prettier-elastic": "^2.2.1", "tad": "^3.1.0" }, "engines": { "node": ">=0.10" }, "eslintConfig": { "extends": "medikoo/es5", "root": true, "rules": { "no-extend-native": "off" }, "overrides": [ { "files": "global.js", "globals": { "__global__": true, "globalThis": true, "self": true, "window": true }, "rules": { "strict": "off" } }, { "files": "_postinstall.js", "env": { "node": true } } ] }, "homepage": "https://github.com/medikoo/es5-ext#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "ecmascript", "ecmascript5", "ecmascript6", "es5", "es6", "extensions", "ext", "addons", "extras", "harmony", "javascript", "polyfill", "shim", "util", "utils", "utilities" ], "license": "ISC", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "name": "es5-ext", "nyc": { "all": true, "exclude": [ ".github", "coverage/**", "test/**", "*.config.js" ], "reporter": [ "lcov", "html", "text-summary" ] }, "prettier": { "printWidth": 100, "tabWidth": 4, "overrides": [ { "files": [ "*.md", "*.yml" ], "options": { "tabWidth": 2 } } ] }, "repository": { "type": "git", "url": "git+https://github.com/medikoo/es5-ext.git" }, "scripts": { "coverage": "nyc npm test", "lint": "eslint --ignore-path=.gitignore .", "lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'", "postinstall": " node -e \"try{require('./_postinstall')}catch(e){}\" || exit 0", "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"", "prettier-check:updated": "pipe-git-updated --base=main --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 ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write", "test": "node ./node_modules/tad/bin/tad" }, "version": "0.10.62" }