Spaces:
Paused
Paused
File size: 2,696 Bytes
9ada4bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
{
"_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"
}
]
}
|