{ "_from": "@mswjs/cookies@^1.1.0", "_id": "@mswjs/cookies@1.1.1", "_inBundle": false, "_integrity": "sha512-W68qOHEjx1iD+4VjQudlx26CPIoxmIAtK4ZCexU0/UJBG6jYhcuyzKJx+Iw8uhBIGd9eba64XgWVgo20it1qwA==", "_location": "/@mswjs/cookies", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@mswjs/cookies@^1.1.0", "name": "@mswjs/cookies", "escapedName": "@mswjs%2fcookies", "scope": "@mswjs", "rawSpec": "^1.1.0", "saveSpec": null, "fetchSpec": "^1.1.0" }, "_requiredBy": [ "/msw" ], "_resolved": "https://registry.npmjs.org/@mswjs/cookies/-/cookies-1.1.1.tgz", "_shasum": "8b519e2bd8f1577c530beed44a25578eb9a6e72c", "_spec": "@mswjs/cookies@^1.1.0", "_where": "/Users/sylvainfiloni/Documents/HuggingFace_Projects/live-vision/node_modules/msw", "author": { "name": "Artem Zakharchenko" }, "bugs": { "url": "https://github.com/mswjs/cookies/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Manage request/response cookies in the environments where those are not supported.", "devDependencies": { "@commitlint/cli": "^16.0.3", "@commitlint/config-conventional": "^16.0.0", "@ossjs/release": "^0.8.0", "@types/jest": "^29.5.7", "@types/set-cookie-parser": "^2.4.5", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-environment-miniflare": "^2.14.1", "rimraf": "^5.0.5", "set-cookie-parser": "^2.6.0", "simple-git-hooks": "^2.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "tsup": "^6.2.3", "typescript": "^5.2.2", "whatwg-fetch": "^3.6.19" }, "engines": { "node": ">=18" }, "exports": { ".": { "types": "./lib/index.d.ts", "require": "./lib/index.js", "default": "./lib/index.mjs" } }, "files": [ "README.md", "lib" ], "homepage": "https://github.com/mswjs/cookies#readme", "license": "MIT", "main": "lib/index.js", "module": "lib/index.mjs", "name": "@mswjs/cookies", "repository": { "type": "git", "url": "git+ssh://git@github.com/mswjs/cookies.git" }, "scripts": { "build": "yarn clean && tsup", "clean": "rimraf lib", "prepack": "yarn build", "prepare": "yarn simple-git-hooks init", "prepublishOnly": "yarn test", "release": "release publish", "start": "tsup --watch", "test": "jest" }, "types": "lib/index.d.ts", "version": "1.1.1", "warnings": [ { "code": "ENOTSUP", "required": { "node": ">=18" }, "pkgid": "@mswjs/cookies@1.1.1" } ] }