immutable-js-debuglog
Version:
easy logging immutable-js objects as plain JavaScript Arrays and Objects
27 lines (26 loc) • 571 B
JSON
{
"name": "immutable-js-debuglog",
"version": "1.0.2",
"description": "easy logging immutable-js objects as plain JavaScript Arrays and Objects",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/idanSaban/immutable-js-debuglog.git"
},
"scripts": {
"publish": "np --no-tests",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"immutable",
"js",
"console",
"debug",
"log"
],
"author": "idan saban",
"license": "ISC",
"dependencies": {
"np": "^6.3.2"
}
}