Initial push 0.2.0

This commit is contained in:
Alex Rennie-Lis
2024-04-05 22:57:26 +01:00
parent 93472ae250
commit 1d8bd0c989
55 changed files with 3515 additions and 0 deletions

19
code/node_modules/radius/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name" : "radius",
"version" : "1.1.4",
"description" : "RADIUS packet encoding/decoding",
"author": "Nearbuy Systems <npm@nearbuysystems.com>",
"main": "./lib/radius",
"repository": {
"type": "git",
"url": "git://github.com/nearbuy/node-radius.git"
},
"engines": { "node": ">=0.8.0" },
"devDependencies": {
"nodeunit": "~0.8.6"
},
"scripts": {
"test": "nodeunit test"
},
"keywords": ["radius"]
}