This commit is contained in:
2023-12-05 17:03:01 +00:00
parent aec42feb5e
commit ea9944383f
1246 changed files with 125706 additions and 0 deletions

28
node_modules/unix-crypt-td-js/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "unix-crypt-td-js",
"version": "1.1.4",
"description": "Javascript implementation of the Unix crypt(3) DES-based hash",
"main": "unix-crypt-td.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimDumol/unix-crypt-td-js.git"
},
"keywords": [
"crypt"
],
"author": "Tim Dumol <tim@timdumol.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/TimDumol/unix-crypt-td-js/issues"
},
"homepage": "https://github.com/TimDumol/unix-crypt-td-js#readme",
"devDependencies": {
"mocha": "^6.2.2"
}
}