⚝
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
/
array-from
/
View File Name :
package.json
{ "_args": [ [ "array-from@2.1.1", "/var/www/invoice" ] ], "_from": "array-from@2.1.1", "_id": "array-from@2.1.1", "_inBundle": false, "_integrity": "sha512-GQTc6Uupx1FCavi5mPzBvVT7nEOeWMmUA9P95wpfpW1XwMSKs+KaymD5C2Up7KAUKg/mYwbsUYzdZWcoajlNZg==", "_location": "/array-from", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "array-from@2.1.1", "name": "array-from", "escapedName": "array-from", "rawSpec": "2.1.1", "saveSpec": null, "fetchSpec": "2.1.1" }, "_requiredBy": [ "/scope-analyzer" ], "_resolved": "https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz", "_spec": "2.1.1", "_where": "/var/www/invoice", "bugs": { "url": "https://github.com/studio-b12/array-from/issues" }, "contributors": [ { "name": "Tomek Wiszniewski", "email": "t.wiszniewski@gmail.com" }, { "name": "Benjamin Barber", "url": "http://github.com/barberboy" } ], "dependencies": {}, "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.", "devDependencies": { "1-liners": "0.2.2", "core-js": "^1.0.0", "coveralls": "2.11.2", "istanbul": "0.3.14", "jshint": "2.7.0", "lodash.isnative": "^3.0.4", "nodangel": "1.3.8", "tap-spec": "2.2.2", "tape": "4.2.2", "tape-catch": "1.0.4" }, "files": [ "/*.js", "/Readme.md", "/License.md" ], "homepage": "https://github.com/studio-b12/array-from#readme", "keywords": [ "Array.from", "ponyfill", "polyfill", "convert", "to", "array", "es-2015", "es2015", "es6" ], "license": "MIT", "name": "array-from", "repository": { "type": "git", "url": "git+ssh://git@github.com/studio-b12/array-from.git" }, "scripts": { "coverage": "istanbul cover test.js", "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls", "develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'", "test": "jshint . && npm run test:lite", "test:lite": "node test.js | tap-spec", "view-coverage": "echo 'Generating coverage reports...'; npm run coverage >/dev/null && echo '...done.' && xdg-open ./coverage/lcov-report/index.html >/dev/null" }, "version": "2.1.1" }