rc4-crypt
Version:
Small rc4 cryptography library
44 lines (43 loc) • 1.3 kB
JSON
{
"name": "rc4-crypt",
"version": "1.0.4",
"description": "Small rc4 cryptography library",
"main": "src/index.js",
"scripts": {
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"rc4-crypt@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"",
"test": "NODE_ENV=babel jest --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/finwo/rc4-crypt.git"
},
"author": "Robin Bron <robin@finwo.nl>",
"license": "Ratus Unilicense 1.0",
"bugs": {
"url": "https://gitlab.com/finwo/rc4-crypt/issues"
},
"homepage": "https://gitlab.com/finwo/rc4-crypt#readme",
"dependencies": {
"buffer": "^6.0.3",
"is-buffer": "^2.0.3"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/finwo"
},
{
"type": "liberapay",
"url": "https://liberapay.com/finwo"
}
],
"devDependencies": {
"babel-jest": "^23.6.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"expect": "^23.6.0",
"jest": "^23.6.0",
"jest-isa": "0.0.4"
}
}