node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

30
server/node_modules/nano-time/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "nano-time",
"version": "1.0.0",
"description": "Current Time in Nanoseconds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sazze/node-nanotime.git"
},
"keywords": [
"nanoseconds",
"time",
"date",
"current",
"time",
"microseconds"
],
"author": "Kevin Smithson <ksmithson@sazze.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sazze/node-nanotime/issues"
},
"homepage": "https://github.com/sazze/node-nanotime#readme",
"dependencies": {
"big-integer": "^1.6.16"
}
}