hardtack
Version:
An ultra-light (373 bytes) library for working with cookies in JavaScript
55 lines • 1.5 kB
JSON
{
"name": "hardtack",
"description": "An ultra-light (373 bytes) library for working with cookies in JavaScript",
"version": "5.0.1",
"files": [
"index.js",
"src/**/*.js"
],
"license": "MIT",
"keywords": [
"cookie",
"cookies",
"js-cookie",
"browser",
"front-end"
],
"repository": {
"type": "git",
"url": "https://github.com/alik0211/hardtack.git"
},
"bugs": "https://github.com/alik0211/hardtack/issues",
"author": "Ali Gasymov <alik0211alik@gmail.com> (https://www.gasymov.com/)",
"homepage": "https://github.com/alik0211/hardtack#readme",
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": "index.js",
"exports": {
".": {
"require": "./index.cjs",
"import": "./index.js"
},
"./package.json": "./package.json",
"./src/get/package.json": "./src/get/package.json",
"./src/get": {
"require": "./src/get/index.cjs",
"import": "./src/get/index.js"
},
"./src/set/package.json": "./src/set/package.json",
"./src/set": {
"require": "./src/set/index.cjs",
"import": "./src/set/index.js"
},
"./src/remove/package.json": "./src/remove/package.json",
"./src/remove": {
"require": "./src/remove/index.cjs",
"import": "./src/remove/index.js"
},
"./src/utils/package.json": "./src/utils/package.json",
"./src/utils": {
"require": "./src/utils/index.cjs",
"import": "./src/utils/index.js"
}
}
}