Erster Commit

This commit is contained in:
zed
2026-03-13 09:53:40 +01:00
commit 5ebcad02ed
3945 changed files with 974582 additions and 0 deletions

23
node_modules/node-api-version/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "node-api-version",
"version": "0.1.4",
"author": "Tim Fish <tim@timfish.uk>",
"main": "index.js",
"types": "types.d.ts",
"description": "Gets the supported Node-API version for a specific node or electron version",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/timfish/node-api-version"
},
"scripts": {
"electron-versions": "node ./electron-versions.js",
"test": "node ./test.js"
},
"dependencies": {
"semver": "^7.3.5"
},
"devDependencies": {
"got": "^11.8.2"
}
}