{
  "_args": [
    [
      "@hotwired/turbo@7.2.4",
      "/home/onlinemw/public_html/members"
    ]
  ],
  "_from": "@hotwired/turbo@7.2.4",
  "_id": "@hotwired/turbo@7.2.4",
  "_inBundle": false,
  "_integrity": "sha512-c3xlOroHp/cCZHDOuLp6uzQYEbvXBUVaal0puXoGJ9M8L/KHwZ3hQozD4dVeSN9msHWLxxtmPT1TlCN7gFhj4w==",
  "_location": "/@hotwired/turbo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@hotwired/turbo@7.2.4",
    "name": "@hotwired/turbo",
    "escapedName": "@hotwired%2fturbo",
    "scope": "@hotwired",
    "rawSpec": "7.2.4",
    "saveSpec": null,
    "fetchSpec": "7.2.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@hotwired/turbo/-/turbo-7.2.4.tgz",
  "_spec": "7.2.4",
  "_where": "/home/onlinemw/public_html/members",
  "author": {
    "name": "37signals LLC"
  },
  "bugs": {
    "url": "https://github.com/hotwired/turbo/issues"
  },
  "contributors": [
    {
      "name": "Jeffrey Hardy",
      "email": "jeff@basecamp.com"
    },
    {
      "name": "Javan Makhmali",
      "email": "javan@javan.us"
    },
    {
      "name": "Sam Stephenson",
      "email": "sstephenson@gmail.com"
    }
  ],
  "description": "The speed of a single-page web application without having to write any JavaScript",
  "devDependencies": {
    "@playwright/test": "^1.22.2",
    "@rollup/plugin-node-resolve": "13.1.3",
    "@rollup/plugin-typescript": "^8.5.0",
    "@types/multer": "^1.4.5",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "arg": "^5.0.1",
    "chai": "~4.3.4",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "intern": "^4.9.0",
    "multer": "^1.4.2",
    "prettier": "2.6.2",
    "rollup": "^2.35.1",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2"
  },
  "engines": {
    "node": ">= 14"
  },
  "files": [
    "dist/*.js",
    "dist/*.js.map",
    "dist/types/**/*"
  ],
  "homepage": "https://turbo.hotwired.dev",
  "keywords": [
    "hotwire",
    "turbo",
    "browser",
    "pushstate"
  ],
  "license": "MIT",
  "main": "dist/turbo.es2017-umd.js",
  "module": "dist/turbo.es2017-esm.js",
  "name": "@hotwired/turbo",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hotwired/turbo.git"
  },
  "scripts": {
    "build": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types && rollup -c",
    "build:win": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types & rollup -c",
    "clean": "rm -fr dist",
    "clean:win": "rmdir /s /q dist",
    "lint": "eslint . --ext .ts",
    "release": "yarn build && npm publish",
    "start": "node src/tests/runner.js serveOnly",
    "test": "yarn test:unit && yarn test:browser",
    "test:browser": "playwright test",
    "test:unit": "NODE_OPTIONS=--inspect node src/tests/runner.js",
    "test:unit:win": "SET NODE_OPTIONS=--inspect & node src/tests/runner.js",
    "watch": "rollup -wc"
  },
  "types": "dist/types/index.d.ts",
  "version": "7.2.4"
}
