forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
28
node_modules/stubborn-fs/package.json
generated
vendored
Executable file
28
node_modules/stubborn-fs/package.json
generated
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "stubborn-fs",
|
||||
"repository": "github:fabiospampinato/stubborn-fs",
|
||||
"description": "Stubborn versions of Node's fs functions that try really hard to do their job.",
|
||||
"version": "1.2.5",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"exports": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"clean": "tsex clean",
|
||||
"compile": "tsex compile",
|
||||
"compile:watch": "tsex compile --watch",
|
||||
"prepublishOnly": "tsex prepare"
|
||||
},
|
||||
"keywords": [
|
||||
"fs",
|
||||
"attempt",
|
||||
"retry",
|
||||
"stubborn",
|
||||
"reliable"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.13.0",
|
||||
"tsex": "^2.1.0",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user