joyson2
Version:
JOYFUL JSON | A smarter approach to serialize more than JSON, faster than ever!
73 lines (72 loc) • 1.38 kB
JSON
{
"name": "joyson2",
"version": "2.0.0",
"description": "JOYFUL JSON | A smarter approach to serialize more than JSON, faster than ever!",
"devDependencies": {
"path": "~0.12.7",
"uglifyjs-3-webpack-plugin": "~1.2.4",
"webpack": "~4.47.0",
"webpack-cli": "~4.10.0",
"babel-loader": "~8.3.0",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6"
},
"dependencies": {
"chromium-base64": "^0.5.0",
"b64hash": "^0.1.0"
},
"build": {},
"author": "Affolter Matias",
"keywords": [
"json",
"JSON",
"structured",
"clone",
"assert",
"ubson",
"json",
"cborg",
"cbor-x",
"serializer",
"deserializer",
"parse",
"stringify",
"pack",
"unpack",
"encode",
"decode",
"buffer",
"string",
"b64",
"64",
"Jsonp",
"json-js",
"base",
"encoder",
"decoder",
"javascript",
"js",
"encode",
"decode",
"byte",
"bytes",
"Byte",
"Bytes",
"fast",
"optimization",
"efficiency",
"performance",
"msgpackr"
],
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production webpack --node-env \"production\""
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixa-pics/joyson.git"
},
"engines": {
"node": ">16.0.1"
}
}