forked from olcxjas-softworks/LarpixClient
Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
23
electron/node_modules/node-api-version/package.json
generated
vendored
Normal file
23
electron/node_modules/node-api-version/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue