{
  "_from": "@publint/pack@^0.1.4",
  "_id": "@publint/pack@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==",
  "_location": "/@publint/pack",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@publint/pack@^0.1.4",
    "name": "@publint/pack",
    "escapedName": "@publint%2fpack",
    "scope": "@publint",
    "rawSpec": "^0.1.4",
    "saveSpec": null,
    "fetchSpec": "^0.1.4"
  },
  "_requiredBy": [
    "/publint"
  ],
  "_resolved": "https://registry.npmjs.org/@publint/pack/-/pack-0.1.4.tgz",
  "_shasum": "866a82a1a8ab52329ae08baec6f3969ed99a30bf",
  "_spec": "@publint/pack@^0.1.4",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/publint",
  "author": {
    "name": "Bjorn Lu"
  },
  "bugs": {
    "url": "https://github.com/publint/publint/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utilities for packing and unpacking npm packages",
  "devDependencies": {
    "fs-fixture": "^2.11.0",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./src/index.d.ts",
    "browser": "./src/index-browser.js",
    "default": "./src/index-node.js"
  },
  "files": [
    "src"
  ],
  "funding": "https://bjornlu.com/sponsor",
  "homepage": "https://github.com/publint/publint#readme",
  "keywords": [
    "utilities",
    "pack",
    "unpack",
    "npm"
  ],
  "license": "MIT",
  "name": "@publint/pack",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/publint/publint.git",
    "directory": "packages/pack"
  },
  "scripts": {
    "lint-publint": "node ../publint/src/cli.js",
    "test": "vitest run",
    "test-dev": "vitest",
    "typecheck": "tsc"
  },
  "type": "module",
  "version": "0.1.4"
}
