marshal
Version:
Parse Ruby's Marshal strings into JavaScript objects/JSON.
39 lines (38 loc) • 857 B
JSON
{
"name": "marshal",
"version": "0.5.4",
"description": "Parse Ruby's Marshal strings into JavaScript objects/JSON.",
"main": "index.js",
"scripts": {
"coverage": "nyc report --reporter=lcov",
"test": "nyc tape test/*.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git://github.com/clayzermk1/node-marshal.git"
},
"keywords": [
"Ruby",
"Marshal",
"ruby",
"marshal"
],
"author": "Clay Walker <clayzermk1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clayzermk1/node-marshal/issues"
},
"homepage": "https://github.com/clayzermk1/node-marshal",
"engines": {
"node": ">=12.22.9"
},
"dependencies": {
"debug": "4.3.3"
},
"devDependencies": {
"nyc": "15.1.0",
"standard-version": "9.3.2",
"tape": "5.4.1"
}
}