⚝
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
/
flag-icon-css
/
View File Name :
package.json
{ "_args": [ [ "flag-icon-css@4.1.7", "/var/www/invoice" ] ], "_from": "flag-icon-css@4.1.7", "_id": "flag-icon-css@4.1.7", "_inBundle": false, "_integrity": "sha512-AFjSU+fv98XbU0vnTQ32vcLj89UEr1MhwDFcooQv14qWJCjg9fGZzfh9BVyDhAhIOZW/pGmJmq38RqpgPaeybQ==", "_location": "/flag-icon-css", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "flag-icon-css@4.1.7", "name": "flag-icon-css", "escapedName": "flag-icon-css", "rawSpec": "4.1.7", "saveSpec": null, "fetchSpec": "4.1.7" }, "_requiredBy": [ "/admin-lte" ], "_resolved": "https://registry.npmjs.org/flag-icon-css/-/flag-icon-css-4.1.7.tgz", "_spec": "4.1.7", "_where": "/var/www/invoice", "author": { "name": "Panayiotis Lipiridis", "email": "lipiridis@gmail.com" }, "bugs": { "url": "https://github.com/lipis/flag-icons/issues" }, "description": "> A curated collection of all country flags in SVG — plus the CSS for easier integration. See the [demo](https://flagicons.lipis.dev).", "devDependencies": { "http-server": "14.0.0", "less": "4.1.2", "prettier": "2.5.1", "svgo": "2.8.0" }, "homepage": "https://github.com/lipis/flag-icons#readme", "license": "MIT", "name": "flag-icon-css", "repository": { "type": "git", "url": "git+ssh://git@github.com/lipis/flag-icons.git" }, "scripts": { "build": "yarn build:dev && yarn build:min", "build:dev": "lessc less/flag-icons.less > css/flag-icons.css", "build:min": "lessc -x less/flag-icons.less > css/flag-icons.min.css", "fix": "yarn prettier --write", "prettier": "prettier \"**/*.{html,json,md,scss,less,yaml,yml}\"", "start": "http-server -a localhost -p 8000", "svgo": "svgo --pretty --indent=2 --precision=1", "svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z", "svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo z", "test": "yarn prettier --list-different" }, "version": "4.1.7" }