UNPKG

json22

Version:

JSON superset with an ability to deal with classes and extended support for number values

41 lines (40 loc) 754 B
{ "name": "json22", "version": "0.0.8", "description": "JSON superset with an ability to deal with classes and extended support for number values", "author": { "email": "dancecoder@gmail.com", "name": "Dmitry Dutikov" }, "license": "MIT", "keywords": [ "json", "serialization", "NaN", "Infinity", "BigInt", "types", "valueOf", "toJSON", "json22" ], "repository": "github:dancecoder/json22", "main": "index.js", "type": "module", "scripts": { "test": "mocha" }, "devDependencies": { "mocha": "^9.1.3", "@types/node": "^16.11.7" }, "engines": { "node": ">=14" }, "exports": { ".": { "require": "./index.cjs", "import": "./index.js" } } }