{
  "_from": "superjson@^2.2.2",
  "_id": "superjson@2.2.6",
  "_inBundle": false,
  "_integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
  "_location": "/superjson",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "superjson@^2.2.2",
    "name": "superjson",
    "escapedName": "superjson",
    "rawSpec": "^2.2.2",
    "saveSpec": null,
    "fetchSpec": "^2.2.2"
  },
  "_requiredBy": [
    "/@vue/devtools-kit"
  ],
  "_resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
  "_shasum": "a223a3a988172a5f9656e2063fe5f733af40d099",
  "_spec": "superjson@^2.2.2",
  "_where": "/home/devwebsite/public_html/loopra/node_modules/@vue/devtools-kit",
  "author": {
    "name": "Simon Knott",
    "email": "info@simonknott.de",
    "url": "https://simonknott.de"
  },
  "bugs": {
    "url": "https://github.com/blitz-js/superjson/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Dylan Brookes",
      "email": "dylan@brookes.net",
      "url": "https://github.com/merelinguist"
    },
    {
      "name": "Brandon Bayer",
      "email": "b@bayer.w",
      "url": "https://twitter.com/flybayer"
    }
  ],
  "dependencies": {
    "copy-anything": "^4"
  },
  "deprecated": false,
  "description": "<p align=\"center\">   <img alt=\"superjson\" src=\"./docs/superjson-banner.png\" width=\"800\" /> </p>",
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/mongodb": "^3.6.12",
    "@types/node": "^24.10.1",
    "benchmark": "^2.1.4",
    "decimal.js": "^10.3.1",
    "mongodb": "^3.6.6",
    "tsdx": "^0.14.1",
    "typescript": "^5.9.3",
    "vitest": "^0.34.6"
  },
  "engines": {
    "node": ">=16"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/blitz-js/superjson#readme",
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "superjson",
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blitz-js/superjson.git"
  },
  "scripts": {
    "build": "tsc",
    "prepack": "npm run build",
    "test": "vitest run"
  },
  "type": "module",
  "typings": "dist/index.d.ts",
  "version": "2.2.6"
}
