{
  "_from": "@inertiajs/server@^0.1.0",
  "_id": "@inertiajs/server@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Ab1DqaRgW53nZq3sPN1AitHPJ1UoHiTRLbdGGgrswO6HhTYu6m7aewY80+YtiL1VEWGJfOumeNPqhnY+3/414w==",
  "_location": "/@inertiajs/server",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@inertiajs/server@^0.1.0",
    "name": "@inertiajs/server",
    "escapedName": "@inertiajs%2fserver",
    "scope": "@inertiajs",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/server/-/server-0.1.0.tgz",
  "_shasum": "bc48738b1c1c1f806bee6c9e9ea827cd03521e16",
  "_spec": "@inertiajs/server@^0.1.0",
  "_where": "/home/smiles/public_html/rpos",
  "bugs": {
    "url": "https://github.com/inertiajs/server/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "name": "Claudio Dekker",
      "email": "claudio@ubient.net"
    }
  ],
  "deprecated": false,
  "description": "A Node.js server wrapper for Inertia.js SSR apps.",
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.5",
    "@babel/plugin-proposal-class-properties": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@inertiajs/inertia": "^0.11.0",
    "@types/node": "^17.0.5",
    "@typescript-eslint/eslint-plugin": "^5.8.1",
    "@typescript-eslint/parser": "^5.8.1",
    "eslint": "^8.5.0",
    "typescript": "^4.5.4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@inertiajs/server",
  "peerDependencies": {
    "@inertiajs/inertia": "^0.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/server.git"
  },
  "scripts": {
    "build": "npm run build:types && npm run build:js",
    "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build:types": "tsc --emitDeclarationOnly",
    "lint": "eslint . --ext .js,.ts",
    "prepublishOnly": "npm run build",
    "test": "npm run type-check",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch"
  },
  "source": "src/index.ts",
  "types": "lib/index.d.ts",
  "version": "0.1.0"
}
