forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
49
electron/node_modules/temp/package.json
generated
vendored
Normal file
49
electron/node_modules/temp/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "temp",
|
||||
"description": "Temporary files and directories",
|
||||
"tags": [
|
||||
"temporary",
|
||||
"temp",
|
||||
"tempfile",
|
||||
"tempdir",
|
||||
"tmpfile",
|
||||
"tmpdir",
|
||||
"security"
|
||||
],
|
||||
"version": "0.9.4",
|
||||
"author": "Bruce Williams <brwcodes@gmail.com>",
|
||||
"license": "MIT",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"main": "./lib/temp",
|
||||
"dependencies": {
|
||||
"rimraf": "~2.6.2",
|
||||
"mkdirp": "^0.5.1"
|
||||
},
|
||||
"keywords": [
|
||||
"temporary",
|
||||
"tmp",
|
||||
"temp",
|
||||
"tempdir",
|
||||
"tempfile",
|
||||
"tmpdir",
|
||||
"tmpfile"
|
||||
],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "6.2.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/bruce/node-temp.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/temp-test.js"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue