forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
56
node_modules/tempy/package.json
generated
vendored
Normal file
56
node_modules/tempy/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"name": "tempy",
|
||||
"version": "1.0.1",
|
||||
"description": "Get a random temporary file or directory path",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/tempy",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"temp",
|
||||
"temporary",
|
||||
"path",
|
||||
"file",
|
||||
"directory",
|
||||
"folder",
|
||||
"tempfile",
|
||||
"tempdir",
|
||||
"tmpdir",
|
||||
"tmpfile",
|
||||
"random",
|
||||
"unique"
|
||||
],
|
||||
"dependencies": {
|
||||
"del": "^6.0.0",
|
||||
"is-stream": "^2.0.0",
|
||||
"temp-dir": "^2.0.0",
|
||||
"type-fest": "^0.16.0",
|
||||
"unique-string": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"path-exists": "^4.0.0",
|
||||
"touch": "^3.1.0",
|
||||
"tsd": "^0.13.1",
|
||||
"xo": "^0.33.1"
|
||||
},
|
||||
"xo": {
|
||||
"rules": {
|
||||
"node/no-unsupported-features/node-builtins": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue