Sylvain Filoni
update gradio client
9ada4bc
{
"_from": "@bundled-es-modules/cookie@^2.0.0",
"_id": "@bundled-es-modules/[email protected]",
"_inBundle": false,
"_integrity": "sha512-Or6YHg/kamKHpxULAdSqhGqnWFneIXu1NKvvfBBzKGwpVsYuFIQ5aBPHDnnoR3ghW1nvSkALd+EF9iMtY7Vjxw==",
"_location": "/@bundled-es-modules/cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@bundled-es-modules/cookie@^2.0.0",
"name": "@bundled-es-modules/cookie",
"escapedName": "@bundled-es-modules%2fcookie",
"scope": "@bundled-es-modules",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/msw"
],
"_resolved": "https://registry.npmjs.org/@bundled-es-modules/cookie/-/cookie-2.0.0.tgz",
"_shasum": "c3b82703969a61cf6a46e959a012b2c257f6b164",
"_spec": "@bundled-es-modules/cookie@^2.0.0",
"_where": "/Users/sylvainfiloni/Documents/HuggingFace_Projects/live-vision/node_modules/msw",
"author": {
"name": "Pascal Schilp",
"email": "[email protected]"
},
"bundleDependencies": false,
"dependencies": {
"cookie": "^0.5.0"
},
"deprecated": false,
"description": "mirror of cookie, bundled and exposed as ES module",
"devDependencies": {
"esbuild": "^0.17.17"
},
"exports": {
".": {
"import": "./index-esm.js",
"require": "./index-cjs.cjs"
}
},
"files": [
"index-esm.js",
"index-cjs.cjs"
],
"keywords": [],
"license": "ISC",
"main": "index-esm.js",
"name": "@bundled-es-modules/cookie",
"scripts": {
"build": "esbuild source.js --bundle --format=esm --outfile=index.js",
"dev": "node --watch dev.js"
},
"type": "module",
"version": "2.0.0"
}