initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

25
node_modules/natives/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "natives",
"version": "1.1.6",
"description": "Do stuff with Node.js's native JavaScript modules",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/addaleax/natives.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/addaleax/natives/issues"
},
"homepage": "https://github.com/addaleax/natives#readme",
"devDependencies": {
"tap": "^11.0.0"
},
"files": [
"index.js"
]
}