Skip to main content

@std/tar@0.1.0
Built and signed on GitHub Actions

Streaming utilities for working with tar archives.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
94%
Published
a week ago (0.1.0)
interface PosixUstarFormat
Unstable

The POSIX ustar archive header format.

Properties

The latter half of the name of the entry.

The mode of the entry.

The uid of the entry.

The gid of the entry.

The size of the entry.

The mtime of the entry.

The typeflag of the entry.

The linkname of the entry.

The magic number of the entry.

The version number of the entry.

The uname of the entry.

The gname of the entry.

The devmajor of the entry.

The devminor of the entry.

The former half of the name of the entry.

Add Package

deno add @std/tar

Import symbol

import { type PosixUstarFormat } from "@std/tar";

---- OR ----

Import directly with a jsr specifier

import { type PosixUstarFormat } from "jsr:@std/tar";

Add Package

npx jsr add @std/tar

Import symbol

import { type PosixUstarFormat } from "@std/tar";

Add Package

yarn dlx jsr add @std/tar

Import symbol

import { type PosixUstarFormat } from "@std/tar";

Add Package

pnpm dlx jsr add @std/tar

Import symbol

import { type PosixUstarFormat } from "@std/tar";

Add Package

bunx jsr add @std/tar

Import symbol

import { type PosixUstarFormat } from "@std/tar";