⚝
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
/
qda-digital.online
/
node_modules
/
vform
/
View File Name :
package.json
{ "_args": [ [ "vform@2.1.2", "/var/www/invoice" ] ], "_from": "vform@2.1.2", "_id": "vform@2.1.2", "_inBundle": false, "_integrity": "sha512-Nobg/0ckWHYQAjJJqucOyRv/a3enO40f087KBpkSUCl0eRQTE8qmUqk/l5gmbxhD8UO3A8dDiSRWKmKF8+l4YQ==", "_location": "/vform", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "vform@2.1.2", "name": "vform", "escapedName": "vform", "rawSpec": "2.1.2", "saveSpec": null, "fetchSpec": "2.1.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/vform/-/vform-2.1.2.tgz", "_spec": "2.1.2", "_where": "/var/www/invoice", "author": { "name": "Cretu Eusebiu" }, "babel": { "presets": [ "@babel/preset-env" ] }, "bugs": { "url": "https://github.com/cretueusebiu/vform/issues" }, "dependencies": {}, "description": "Handle Laravel-Vue forms and validation with ease.", "devDependencies": { "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "@nuxtjs/eslint-config-typescript": "^6.0.0", "@nuxtjs/eslint-module": "^3.0.2", "@tailwindcss/forms": "^0.3.2", "@tailwindcss/typography": "^0.4.0", "@types/jest": "^26.0.23", "@vue/test-utils": "^1.2.2", "autoprefixer": "^10.2.5", "axios": "^0.21.4", "axios-mock-adapter": "^1.19.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-jest": "^27.3.1", "eslint": "^7.25.0", "eslint-plugin-vue": "^7.9.0", "github-markdown-css": "^4.0.0", "jest": "^27.3.1", "jest-serializer-vue": "^2.0.2", "markdown-it-anchor": "^7.1.0", "markdown-it-prism": "^2.2.1", "object-to-formdata": "^4.1.0", "postcss": "^8.2.13", "postcss-import": "^14.0.1", "postcss-nested": "^5.0.5", "prism-material-themes": "^1.0.4", "prismjs": "^1.25.0", "tailwindcss": "^2.2.17", "ts-jest": "^27.0.7", "typescript": "^4.2.4", "vite": "^2.2.3", "vite-plugin-md": "^0.6.3", "vite-plugin-vue2": "^1.4.4", "vue": "^2.6.12", "vue-jest": "^3.0.7" }, "exports": { ".": { "import": "./dist/vform.es.js", "require": "./dist/vform.umd.js" }, "./components/tailwind": "./src/components/tailwind/index.js", "./src/components/tailwind": "./src/components/tailwind/index.js", "./components/bootstrap4": "./src/components/bootstrap4/index.js", "./src/components/bootstrap4": "./src/components/bootstrap4/index.js", "./components/bootstrap5": "./src/components/bootstrap5/index.js", "./src/components/bootstrap5": "./src/components/bootstrap5/index.js" }, "files": [ "src", "dist", "types" ], "homepage": "https://github.com/cretueusebiu/vform#readme", "keywords": [ "vue", "form", "laravel", "validation" ], "license": "MIT", "main": "./dist/vform.umd.js", "module": "./dist/vform.es.js", "name": "vform", "peerDependencies": { "vue": "*", "axios": "*" }, "repository": { "type": "git", "url": "git+https://github.com/cretueusebiu/vform.git" }, "scripts": { "build": "tsc --project ./site/tsconfig.json && vite build --config ./site/vite.config.ts && rm -rf ./site/tmp", "build:lib": "tsc && cp -r ./src/components ./tmp/ && vite build && rm -rf ./tmp ./dist/assets ./dist/index.html ./dist/favicon.ico", "build:site": "tsc --project ./site/tsconfig.json && vite build --config ./site/vite.config.ts && rm -rf ./site/tmp", "dev": "vite --config ./site/vite.config.ts", "lint": "eslint --ext \".js,.ts,.vue\" ./src/ ./site/src/", "prepublishOnly": "npm run test && npm run build:lib", "test": "jest" }, "types": "./types/index.d.ts", "unpkg": "./dist/vform.umd.js", "version": "2.1.2" }