CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json42 linesDownload Raw Back to tar-fs
1{2  "name": "tar-fs",3  "version": "2.1.4",4  "description": "filesystem bindings for tar-stream",5  "dependencies": {6    "chownr": "^1.1.1",7    "mkdirp-classic": "^0.5.2",8    "pump": "^3.0.0",9    "tar-stream": "^2.1.4"10  },11  "keywords": [12    "tar",13    "fs",14    "file",15    "tarball",16    "directory",17    "stream"18  ],19  "devDependencies": {20    "rimraf": "^2.6.3",21    "standard": "^13.0.1",22    "tape": "^4.9.2"23  },24  "scripts": {25    "test": "standard && tape test/index.js"26  },27  "bugs": {28    "url": "https://github.com/mafintosh/tar-fs/issues"29  },30  "homepage": "https://github.com/mafintosh/tar-fs",31  "main": "index.js",32  "directories": {33    "test": "test"34  },35  "author": "Mathias Buus",36  "license": "MIT",37  "repository": {38    "type": "git",39    "url": "https://github.com/mafintosh/tar-fs.git"40  }41}42 
basant307/AI_Governance_Project · CoolFace