forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
34
node_modules/tiny-readdir/package.json
generated
vendored
Executable file
34
node_modules/tiny-readdir/package.json
generated
vendored
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "tiny-readdir",
|
||||
"repository": "github:fabiospampinato/tiny-readdir",
|
||||
"description": "A simple promisified recursive readdir function.",
|
||||
"version": "2.7.3",
|
||||
"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",
|
||||
"test": "tsex test",
|
||||
"test:watch": "tsex test --watch",
|
||||
"prepublishOnly": "tsex prepare"
|
||||
},
|
||||
"keywords": [
|
||||
"readdir",
|
||||
"recursive",
|
||||
"promise",
|
||||
"simple",
|
||||
"tiny"
|
||||
],
|
||||
"dependencies": {
|
||||
"promise-make-counter": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.19.39",
|
||||
"fava": "^0.3.4",
|
||||
"tsex": "^4.0.2",
|
||||
"typescript": "^5.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user