⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
vendor
/
tightenco
/
ziggy
/
View File Name :
package.json
{ "name": "ziggy-js", "version": "1.8.2", "description": "Use your Laravel named routes in JavaScript.", "keywords": [ "laravel", "routes", "ziggy" ], "homepage": "https://github.com/tighten/ziggy", "bugs": "https://github.com/tighten/ziggy/issues", "license": "MIT", "authors": [ { "name": "Daniel Coulbourne", "email": "daniel@tighten.co" }, { "name": "Jake Bathman", "email": "jake@tighten.co" }, { "name": "Jacob Baker-Kretzmar", "email": "jacob@tighten.co" } ], "files": [ "src/js/index.d.ts", "dist" ], "source": "src/js/index.js", "main": "dist/index.js", "umd:main": "dist/index.js", "unpkg": "dist/index.js", "browser": "dist/index.js", "module": "dist/index.m.js", "esmodule": "dist/index.es.js", "types": "src/js/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/tighten/ziggy.git" }, "scripts": { "build": "microbundle --name route --format modern,es,umd --external none --no-sourcemap --no-generateTypes", "build:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --external none --no-sourcemap --no-generateTypes", "build:react": "microbundle --entry src/js/react.js --output dist/react.js --name ZiggyReact --format modern,es,umd --external none --no-sourcemap --no-generateTypes", "watch": "npm run build watch", "build:npm": "microbundle --name route --format modern,es,umd --no-sourcemap --no-generateTypes", "build:npm:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --no-sourcemap --no-generateTypes", "build:npm:react": "microbundle --entry src/js/react.js --output dist/react.js --name ZiggyReact --format modern,es,umd --no-sourcemap --no-generateTypes", "test": "vitest", "typecheck": "vitest typecheck", "format": "prettier . --write", "prepublishOnly": "npm run build:npm && npm run build:npm:vue && npm run build:npm:react" }, "mangle": { "regex": "^_(?!query)" }, "dependencies": { "qs": "~6.9.7" }, "devDependencies": { "microbundle": "^0.15.1", "prettier": "^3.0.3", "typescript": "^5.2.2", "vitest": "^1.0.0-beta.1" }, "prettier": { "printWidth": 100, "singleQuote": true, "tabWidth": 4 } }