{
  "_from": "cookie@^1.0.2",
  "_id": "cookie@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  "_location": "/cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cookie@^1.0.2",
    "name": "cookie",
    "escapedName": "cookie",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/@supabase/ssr"
  ],
  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
  "_shasum": "3bb9bdfc82369db9c2f69c93c9c3ceb310c88b3c",
  "_spec": "cookie@^1.0.2",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@supabase/ssr",
  "author": {
    "name": "Roman Shtylman",
    "email": "shtylman@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/cookie/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "deprecated": false,
  "description": "HTTP server cookie parsing and serialization",
  "devDependencies": {
    "@borderless/ts-scripts": "^0.15.0",
    "@vitest/coverage-v8": "^3.2.4",
    "top-sites": "1.1.194",
    "typescript": "^5.6.2",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist/"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/express"
  },
  "homepage": "https://github.com/jshttp/cookie#readme",
  "keywords": [
    "cookie",
    "cookies"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "cookie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/cookie.git"
  },
  "scripts": {
    "bench": "vitest bench",
    "build": "ts-scripts build",
    "format": "ts-scripts format",
    "prepare": "ts-scripts install",
    "prepublishOnly": "npm run build",
    "specs": "ts-scripts specs",
    "test": "ts-scripts test"
  },
  "sideEffects": false,
  "ts-scripts": {
    "project": "tsconfig.build.json"
  },
  "types": "dist/index.d.ts",
  "version": "1.1.1"
}
