@safejs/serializer
Version:
Serializer is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "@safejs/serializer",
"description": "Serializer is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself",
"keywords": [
"serializer",
"deserializer",
"serializer",
"deserialize",
"JSON",
"extension",
"util",
"recursive",
"object",
"Date",
"RegExp",
"undefined",
"NaN",
"Infinity",
"Map",
"Set",
"JS",
"TS"
],
"version": "0.1.3",
"main": "lib/index.js",
"types": "lib/index.d.js",
"license": "MIT",
"author": {
"name": "Rinat Arsaev",
"email": "krickray@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/KrickRay/safejs.git",
"directory": "packages/serializer"
},
"homepage": "https://github.com/KrickRay/safejs/tree/main/packages/serializer",
"scripts": {
"test": "jest",
"watch": "jest --watchAll",
"clean": "shx rm -rf lib",
"build": "yarn clean & tsc -p tsconfig.json"
},
"gitHead": "dc7ad8fbfc6beb77b9f3958c8bbf9319bb9a02c4"
}