HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/good-life-be/node_modules/tar-fs/package.json
{
  "name": "tar-fs",
  "version": "3.0.7",
  "description": "filesystem bindings for tar-stream",
  "dependencies": {
    "pump": "^3.0.0",
    "tar-stream": "^3.1.5"
  },
  "optionalDependencies": {
    "bare-fs": "^2.1.1",
    "bare-path": "^2.1.0"
  },
  "imports": {
    "fs": {
      "bare": "bare-fs",
      "default": "fs"
    },
    "path": {
      "bare": "bare-path",
      "default": "path"
    }
  },
  "files": [
    "index.js"
  ],
  "standard": {
    "ignore": [
      "test/fixtures/**"
    ]
  },
  "keywords": [
    "tar",
    "fs",
    "file",
    "tarball",
    "directory",
    "stream"
  ],
  "devDependencies": {
    "brittle": "^3.1.3",
    "rimraf": "^2.6.3",
    "standard": "^17.0.1"
  },
  "scripts": {
    "test": "standard && brittle test/index.js"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-fs/issues"
  },
  "homepage": "https://github.com/mafintosh/tar-fs",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "author": "Mathias Buus",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/tar-fs.git"
  }
}