⚝
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
/
vue-svgicon
/
Edit File: package.json
{ "_args": [ [ "vue-svgicon@3.3.2", "/var/www/invoice" ] ], "_from": "vue-svgicon@3.3.2", "_id": "vue-svgicon@3.3.2", "_inBundle": false, "_integrity": "sha512-3jQ9kFZwjELJpJsmO6OU3Q8nDg6aZLRSBn7xSplX+kpfZXTdntgbLPUmPb7lHEjcP4TsGnANiBQVYmGDZi5T4Q==", "_location": "/vue-svgicon", "_phantomChildren": { "code-point-at": "1.1.0", "decamelize": "1.2.0", "locate-path": "3.0.0", "number-is-nan": "1.0.1", "os-locale": "3.1.0", "require-directory": "2.1.1", "set-blocking": "2.0.0", "which-module": "2.0.1", "y18n": "4.0.3" }, "_requested": { "type": "version", "registry": true, "raw": "vue-svgicon@3.3.2", "name": "vue-svgicon", "escapedName": "vue-svgicon", "rawSpec": "3.3.2", "saveSpec": null, "fetchSpec": "3.3.2" }, "_requiredBy": [ "/vue-mj-daterangepicker" ], "_resolved": "https://registry.npmjs.org/vue-svgicon/-/vue-svgicon-3.3.2.tgz", "_spec": "3.3.2", "_where": "/var/www/invoice", "author": { "name": "allenice", "email": "994298628@qq.com", "url": "http://blog.allenice233.com/" }, "bin": { "vsvg": "dist/lib/index.js" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "bugs": { "url": "https://github.com/MMF-FE/vue-svgicon/issues" }, "dependencies": { "camelcase": "^5.2.0", "colors": "^1.3.0", "fs-plus": "^3.0.2", "glob": "^7.1.2", "svgo": "^1.0.5", "tslib": "^1.9.3", "yargs": "^12.0.1" }, "description": "A tool to create svg icon components. (vue 2.x)", "devDependencies": { "@types/chai": "^4.1.0", "@types/fs-plus": "^3.0.0", "@types/glob": "^5.0.35", "@types/highlight.js": "^9.12.3", "@types/lodash.merge": "^4.6.3", "@types/mocha": "^2.2.46", "@types/svgo": "^1.0.1", "@types/yargs": "^11.0.0", "@vue/cli-plugin-babel": "^3.0.0", "@vue/cli-plugin-typescript": "^3.0.0", "@vue/cli-plugin-unit-mocha": "^3.0.0", "@vue/cli-service": "^3.0.0", "@vue/test-utils": "^1.0.0-beta.16", "chai": "^4.1.2", "highlight.js": "^9.12.0", "lint-staged": "^6.0.0", "node-sass": "^4.9.0", "prettier": "^1.13.7", "prettier-stylelint": "^0.4.2", "sass-loader": "^7.0.1", "stylelint-config-standard": "^18.2.0", "stylelint-order": "^0.8.1", "ts-node": "^7.0.0", "typescript": "^3.0.1", "vue": "^2.5.16", "vue-class-component": "^6.0.0", "vue-property-decorator": "^6.0.0", "vue-template-compiler": "^2.5.17", "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^3.1.0" }, "engines": { "node": ">= 10.0.0", "npm": ">= 3.0.0" }, "files": [ "dist/", "default/", "typings/index.d.ts" ], "gitHooks": { "pre-commit": "lint-staged" }, "homepage": "https://github.com/MMF-FE/vue-svgicon#readme", "keywords": [ "vue", "vue2.0", "svg", "icon", "svgicon" ], "license": "MIT", "lint-staged": { "concurrent": false, "linters": { "*.{ts,js,json,tsx}": "prettier --write", "*.scss": "prettier-stylelint --write", "*": "git add" } }, "main": "./dist/components/svgicon.common.js", "name": "vue-svgicon", "peerDependencies": { "vue": "^2.5.17", "vue-template-compiler": "^2.5.16" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/MMF-FE/vue-svgicon.git" }, "scripts": { "build": "APP_ENV=lib vue-cli-service build --target lib --name svgicon ./src/components/SvgIcon.vue", "build:demo": "vue-cli-service build", "build:lib": "rm -rf dist/lib && tsc -p ./lib/tsconfig.json", "build:polyfill": "APP_ENV=lib webpack", "debug": "node --nolazy --inspect-brk=5858 ./dist/lib/index.js -s ./src/assets/svg -t ./src/components/icons", "serve": "vue-cli-service serve", "serve:lib": "tsc -w -p ./lib/tsconfig.json", "svg": "node ./dist/lib/index.js -s ./src/assets/svg -t ./src/components/icons", "svg:async": "node ./dist/lib/index.js -s ./src/assets/svg-async -t ./src/components/icons-async --ext ts --es6", "svg:ts": "node ./dist/lib/index.js -s ./src/assets/svg -t ./src/components/icons --ext ts --es6", "test": "vue-cli-service test:unit" }, "typings": "typings/index.d.ts", "version": "3.3.2" }
Simpan