{
  "_from": "@inertiajs/progress@^0.2.4",
  "_id": "@inertiajs/progress@0.2.4",
  "_inBundle": false,
  "_integrity": "sha512-FVlxQjA3qxXoSljbhDWpXKdDth0IxovmI9lNJLbvxzpVir7iL5n9MCX7Sx9X+JcKdTKezCbGnc3CXQ92B38wbA==",
  "_location": "/@inertiajs/progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inertiajs/progress@^0.2.4",
    "name": "@inertiajs/progress",
    "escapedName": "@inertiajs%2fprogress",
    "scope": "@inertiajs",
    "rawSpec": "^0.2.4",
    "saveSpec": null,
    "fetchSpec": "^0.2.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/progress/-/progress-0.2.4.tgz",
  "_shasum": "1193c7d8e788dc6cab8bbc00383ed9ed8339df72",
  "_spec": "@inertiajs/progress@^0.2.4",
  "_where": "C:\\wamp64\\www\\etraveller",
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    }
  ],
  "dependencies": {
    "nprogress": "^0.2.0"
  },
  "deprecated": false,
  "description": "This package adds an NProgress page loading indicator to your Inertia.js app.",
  "devDependencies": {
    "eslint": "^6.1.0",
    "microbundle": "^0.12.0"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/progress",
  "peerDependencies": {
    "@inertiajs/inertia": "^0.6.0 || ^0.7.0 || ^0.8.0"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:umd",
    "build:cjs": "microbundle --format cjs",
    "build:umd": "microbundle --format umd --name Inertia --external none",
    "prepublishOnly": "npm run build",
    "watch": "microbundle watch --format cjs"
  },
  "source": "src/index.js",
  "types": "types.d.ts",
  "unpkg": "dist/index.umd.js",
  "version": "0.2.4"
}
