fpbx-anti-forward/package-lock.json
2025-10-25 10:08:39 -06:00

29 lines
686 B
JSON

{
"name": "fpbx-anti-forward",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "fpbx-anti-forward",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"dotenv": "^17.2.3"
}
},
"node_modules/dotenv": {
"version": "17.2.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.3.tgz",
"integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
}
}
}