node-perl-storable
Version:
A packer-unpacker for format from perl world: https://metacpan.org/pod/Storable
38 lines (37 loc) • 973 B
JSON
{
"name": "node-perl-storable",
"version": "0.0.5",
"description": "A packer-unpacker for format from perl world: https://metacpan.org/pod/Storable",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"test": "jest",
"doc": "documentation build 'lib/**' index.js -f html -o docs",
"cover": "xdg-open /tmp/node-perl-storable/coverage/lcov-report/index.html",
"thaw": "node script/thaw.js"
},
"bin": {},
"repository": {
"type": "git",
"url": "git@github.com:darviarush/node-perl-storable.git"
},
"keywords": [
"perl",
"storable",
"thaw",
"freeze"
],
"author": "Yaroslav O. Kosmina",
"license": "BSD-2-Clause",
"dependencies": {
},
"devDependencies": {
"documentation": "^12.1.3",
"eslint": "^6.5.1",
"eslint-plugin-jest": "^22.20.0",
"jest": "^24.9.0",
"yarn": "^1.19.1",
"iconv": "^2.3.5",
"tarantool-driver": "^3.0.6"
}
}