{
  "_from": "nanotar@^0.3.0",
  "_id": "nanotar@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==",
  "_location": "/nanotar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nanotar@^0.3.0",
    "name": "nanotar",
    "escapedName": "nanotar",
    "rawSpec": "^0.3.0",
    "saveSpec": null,
    "fetchSpec": "^0.3.0"
  },
  "_requiredBy": [
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/nanotar/-/nanotar-0.3.0.tgz",
  "_shasum": "0a1839731ecbdd910129244a563f73183eb80c6a",
  "_spec": "nanotar@^0.3.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bugs": {
    "url": "https://github.com/unjs/nanotar/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Tiny and fast Tar utils for any JavaScript runtime!",
  "devDependencies": {
    "@types/node": "^22.19.1",
    "@vitest/coverage-v8": "^3.2.4",
    "changelogen": "^0.6.2",
    "eslint": "^9.39.1",
    "eslint-config-unjs": "^0.5.0",
    "jiti": "^2.6.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vitest": "^3.2.4"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/nanotar#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "nanotar",
  "packageManager": "pnpm@9.15.9",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/nanotar.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint --cache . && prettier -c src test",
    "lint:fix": "eslint --cache . --fix && prettier -c src test -w",
    "play": "jiti playground",
    "prepack": "pnpm run build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsc --noEmit --skipLibCheck"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.3.0"
}
