4 Star 26 Fork 9

小弟调调/cookie.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2023-11-26 18:23 . released v2.1.3
{
"name": "cookiejs",
"version": "2.1.3",
"description": "A simple, lightweight JavaScript API for handling browser cookies.",
"homepage": "https://jaywcjlove.github.io/cookie.js/",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "dist/cookie.cjs.js",
"module": "dist/cookie.esm.js",
"browser": "dist/cookie.js",
"unpkg": "dist/cookie.js",
"types": "index.d.ts",
"files": [
"dist/*.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/cookie.js.git"
},
"keywords": [
"cookiejs",
"cookie",
"cookies"
],
"author": "kenny wong",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaywcjlove/cookie.js/issues"
},
"scripts": {
"prepare": "npm run build",
"test": "tsbb test",
"coverage": "tsbb test --coverage",
"build": "rollup -c rollup.config.mjs",
"watch": "rollup -c rollup.config.mjs -w"
},
"markdown-to-html": {
"reurls": {
"./README-zh.md": "index.zh.html",
"./README.md": "index.html"
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"bannerjs": "^3.0.1",
"rollup": "^3.17.3",
"rollup-plugin-sizes": "^1.0.5",
"tsbb": "^4.1.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jaywcjlove/cookie.js.git
git@gitee.com:jaywcjlove/cookie.js.git
jaywcjlove
cookie.js
cookie.js
master

搜索帮助