add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

26
node_modules/tar/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "tar",
"description": "tar for node",
"version": "2.2.2",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-tar.git"
},
"main": "tar.js",
"scripts": {
"test": "tap test/*.js"
},
"dependencies": {
"block-stream": "*",
"fstream": "^1.0.12",
"inherits": "2"
},
"devDependencies": {
"graceful-fs": "^4.1.2",
"rimraf": "1.x",
"tap": "0.x",
"mkdirp": "^0.5.0"
},
"license": "ISC"
}