Initial commit

This commit is contained in:
Adhiraj
2020-03-16 16:06:30 +05:30
commit 5bd524ca1f
319 changed files with 76526 additions and 0 deletions

20
node_modules/futoin-hkdf/futoin.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "futoin-hkdf",
"version": "1.3.1",
"vcs": "git",
"rms": "npm",
"rmsRepo": "ignored",
"plugins": {
"release": "futoin.cid.misc.releasetool"
},
"actions": {
"test": [
"@cid tool envexec node -- sh -c \"test $NODE_ENV != production\"",
"@cte grunt test"
],
"upgrade-deps": [
"@cid tool update",
"@cte yarn upgrade --latest"
]
}
}