{
  "_from": "@inertiajs/progress@^0.2.7",
  "_id": "@inertiajs/progress@0.2.7",
  "_inBundle": false,
  "_integrity": "sha512-zxadfLlBPIUvTE9g5k71V/Ayzo8P9kEp4hV4UKywCC2kURufxV7bycbZqU1GeMCFGDT+VRrjXNl676Pwwa1HoQ==",
  "_location": "/@inertiajs/progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inertiajs/progress@^0.2.7",
    "name": "@inertiajs/progress",
    "escapedName": "@inertiajs%2fprogress",
    "scope": "@inertiajs",
    "rawSpec": "^0.2.7",
    "saveSpec": null,
    "fetchSpec": "^0.2.7"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/progress/-/progress-0.2.7.tgz",
  "_shasum": "b42ac849b6f227fe8a45a91d663719c5bd362131",
  "_spec": "@inertiajs/progress@^0.2.7",
  "_where": "/home/smiles/public_html/rpos",
  "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 || ^0.9.0 || ^0.10.0 || ^0.11.0"
  },
  "scripts": {
    "build": "npm run clean && npm run build:cjs && npm run build:umd",
    "build:cjs": "microbundle --format cjs",
    "build:umd": "microbundle --format umd --name Inertia --external none",
    "clean": "rm -rf dist",
    "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.7"
}
