{
  "_args": [
    [
      "ziggy-js@1.8.2",
      "/var/www/laravelapp"
    ]
  ],
  "_from": "ziggy-js@1.8.2",
  "_id": "ziggy-js@1.8.2",
  "_inBundle": false,
  "_integrity": "sha512-lCtJkecWwAIinVs2aQgKMSheFbZ60VHnEBXMdJ5I/n7C8kFt2NNd0iuFCc0fLYMBzLl25qhVeYTK+1aZr3jGVA==",
  "_location": "/ziggy-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ziggy-js@1.8.2",
    "name": "ziggy-js",
    "escapedName": "ziggy-js",
    "rawSpec": "1.8.2",
    "saveSpec": null,
    "fetchSpec": "1.8.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ziggy-js/-/ziggy-js-1.8.2.tgz",
  "_spec": "1.8.2",
  "_where": "/var/www/laravelapp",
  "authors": [
    {
      "name": "Daniel Coulbourne",
      "email": "daniel@tighten.co"
    },
    {
      "name": "Jake Bathman",
      "email": "jake@tighten.co"
    },
    {
      "name": "Jacob Baker-Kretzmar",
      "email": "jacob@tighten.co"
    }
  ],
  "browser": "dist/index.js",
  "bugs": {
    "url": "https://github.com/tighten/ziggy/issues"
  },
  "dependencies": {
    "qs": "~6.9.7"
  },
  "description": "Use your Laravel named routes in JavaScript.",
  "devDependencies": {
    "microbundle": "^0.15.1",
    "prettier": "^3.0.3",
    "typescript": "^5.2.2",
    "vitest": "^1.0.0-beta.1"
  },
  "esmodule": "dist/index.es.js",
  "files": [
    "src/js/index.d.ts",
    "dist"
  ],
  "homepage": "https://github.com/tighten/ziggy",
  "keywords": [
    "laravel",
    "routes",
    "ziggy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "mangle": {
    "regex": "^_(?!query)"
  },
  "module": "dist/index.m.js",
  "name": "ziggy-js",
  "prettier": {
    "printWidth": 100,
    "singleQuote": true,
    "tabWidth": 4
  },
  "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:npm": "microbundle --name route --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",
    "build:npm:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --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",
    "build:vue": "microbundle --entry src/js/vue.js --output dist/vue.js --name ZiggyVue --format modern,es,umd --external none --no-sourcemap --no-generateTypes",
    "format": "prettier . --write",
    "prepublishOnly": "npm run build:npm && npm run build:npm:vue && npm run build:npm:react",
    "test": "vitest",
    "typecheck": "vitest typecheck",
    "watch": "npm run build watch"
  },
  "source": "src/js/index.js",
  "types": "src/js/index.d.ts",
  "umd:main": "dist/index.js",
  "unpkg": "dist/index.js",
  "version": "1.8.2"
}
