{
  "_from": "nypm@^0.6.0",
  "_id": "nypm@0.6.5",
  "_inBundle": false,
  "_integrity": "sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==",
  "_location": "/nypm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nypm@^0.6.0",
    "name": "nypm",
    "escapedName": "nypm",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "/giget"
  ],
  "_resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.5.tgz",
  "_shasum": "5edd97310ee468fa3306b9ef5fe82b8ef6605b57",
  "_spec": "nypm@^0.6.0",
  "_where": "/var/www/html/node_modules/giget",
  "bin": {
    "nypm": "dist/cli.mjs"
  },
  "bugs": {
    "url": "https://github.com/unjs/nypm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "citty": "^0.2.0",
    "pathe": "^2.0.3",
    "tinyexec": "^1.0.2"
  },
  "deprecated": false,
  "description": "Unified Package Manager for Node.js",
  "devDependencies": {
    "@types/node": "^25.2.1",
    "@typescript/native-preview": "^7.0.0-dev.20260205.1",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "obuild": "^0.4.22",
    "oxfmt": "^0.28.0",
    "oxlint": "^1.43.0",
    "pkg-types": "^2.3.0",
    "std-env": "^3.10.0",
    "typescript": "^5.9.3",
    "ufo": "^1.6.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/nypm#readme",
  "license": "MIT",
  "module": "./dist/index.mjs",
  "name": "nypm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/nypm.git"
  },
  "scripts": {
    "build": "automd && obuild",
    "dev": "vitest dev",
    "lint": "oxlint . && oxfmt --check src test",
    "lint:fix": "oxlint . --fix && oxfmt src test",
    "nypm": "node ./src/cli.ts",
    "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsgo --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "0.6.5"
}
