/home/techb158/immovalet.com/vendor/tightenco/ziggy
NameSizeModeActions
dist/-0755rm
src/-0755rm
babel.config.js2320644editdlrm
CHANGELOG.md109430644editdlrm
composer.json12120644editdlrm
LICENSE10920644editdlrm
package.json19970644editdlrm
README.md192280644editdlrm
UPGRADING.md149000644editdlrm
Edit: /home/techb158/immovalet.com/vendor/tightenco/ziggy/package.json (1997B)
{ "name": "ziggy-js", "version": "1.3.5", "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", "build:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --external none --no-sourcemap", "watch": "npm run build watch", "build:npm": "microbundle --name route --format modern,es,umd --no-sourcemap", "build:npm:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --no-sourcemap", "test": "jest --verbose", "prepublishOnly": "npm run build:npm && npm run build:npm:vue" }, "mangle": { "regex": "^_(?!query)" }, "dependencies": { "qs": "^6.8.0" }, "devDependencies": { "@babel/preset-env": "^7.11.0", "babel-preset-power-assert": "^3.0.0", "jest": "^27.0.6", "microbundle": "^0.12.3", "power-assert": "^1.6.1" } }