{
  "_from": "nypm@^0.6.6",
  "_id": "nypm@0.6.6",
  "_inBundle": false,
  "_integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==",
  "_location": "/nypm",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "nypm@^0.6.6",
    "name": "nypm",
    "escapedName": "nypm",
    "rawSpec": "^0.6.6",
    "saveSpec": null,
    "fetchSpec": "^0.6.6"
  },
  "_requiredBy": [
    "/@nuxt/nitro-server",
    "/@nuxt/vite-builder",
    "/nuxt",
    "/nuxt/@nuxt/cli",
    "/nuxt/@nuxt/devtools"
  ],
  "_resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz",
  "_shasum": "431ee4560126ebaa377376f0e168640336ee8920",
  "_spec": "nypm@^0.6.6",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nuxt",
  "bin": {
    "nypm": "dist/cli.mjs"
  },
  "bugs": {
    "url": "https://github.com/unjs/nypm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "citty": "^0.2.2",
    "pathe": "^2.0.3",
    "tinyexec": "^1.1.1"
  },
  "deprecated": false,
  "description": "Unified Package Manager for Node.js",
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "^7.0.0-dev.20260424.1",
    "@vitest/coverage-v8": "^4.1.5",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "obuild": "^0.4.33",
    "oxfmt": "^0.46.0",
    "oxlint": "^1.61.0",
    "pkg-types": "^2.3.0",
    "std-env": "^4.1.0",
    "typescript": "^6.0.3",
    "ufo": "^1.6.3",
    "vitest": "^4.1.5"
  },
  "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.6"
}
