11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "pacote",
31cb0ef41Sopenharmony_ci  "version": "17.0.6",
41cb0ef41Sopenharmony_ci  "description": "JavaScript package downloader",
51cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
61cb0ef41Sopenharmony_ci  "bin": {
71cb0ef41Sopenharmony_ci    "pacote": "lib/bin.js"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "license": "ISC",
101cb0ef41Sopenharmony_ci  "main": "lib/index.js",
111cb0ef41Sopenharmony_ci  "scripts": {
121cb0ef41Sopenharmony_ci    "test": "tap",
131cb0ef41Sopenharmony_ci    "snap": "tap",
141cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
151cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
161cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
171cb0ef41Sopenharmony_ci    "posttest": "npm run lint",
181cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force"
191cb0ef41Sopenharmony_ci  },
201cb0ef41Sopenharmony_ci  "tap": {
211cb0ef41Sopenharmony_ci    "timeout": 300,
221cb0ef41Sopenharmony_ci    "nyc-arg": [
231cb0ef41Sopenharmony_ci      "--exclude",
241cb0ef41Sopenharmony_ci      "tap-snapshots/**"
251cb0ef41Sopenharmony_ci    ]
261cb0ef41Sopenharmony_ci  },
271cb0ef41Sopenharmony_ci  "devDependencies": {
281cb0ef41Sopenharmony_ci    "@npmcli/arborist": "^7.1.0",
291cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
301cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.21.3",
311cb0ef41Sopenharmony_ci    "hosted-git-info": "^7.0.0",
321cb0ef41Sopenharmony_ci    "mutate-fs": "^2.1.1",
331cb0ef41Sopenharmony_ci    "nock": "^13.2.4",
341cb0ef41Sopenharmony_ci    "npm-registry-mock": "^1.3.2",
351cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
361cb0ef41Sopenharmony_ci  },
371cb0ef41Sopenharmony_ci  "files": [
381cb0ef41Sopenharmony_ci    "bin/",
391cb0ef41Sopenharmony_ci    "lib/"
401cb0ef41Sopenharmony_ci  ],
411cb0ef41Sopenharmony_ci  "keywords": [
421cb0ef41Sopenharmony_ci    "packages",
431cb0ef41Sopenharmony_ci    "npm",
441cb0ef41Sopenharmony_ci    "git"
451cb0ef41Sopenharmony_ci  ],
461cb0ef41Sopenharmony_ci  "dependencies": {
471cb0ef41Sopenharmony_ci    "@npmcli/git": "^5.0.0",
481cb0ef41Sopenharmony_ci    "@npmcli/installed-package-contents": "^2.0.1",
491cb0ef41Sopenharmony_ci    "@npmcli/promise-spawn": "^7.0.0",
501cb0ef41Sopenharmony_ci    "@npmcli/run-script": "^7.0.0",
511cb0ef41Sopenharmony_ci    "cacache": "^18.0.0",
521cb0ef41Sopenharmony_ci    "fs-minipass": "^3.0.0",
531cb0ef41Sopenharmony_ci    "minipass": "^7.0.2",
541cb0ef41Sopenharmony_ci    "npm-package-arg": "^11.0.0",
551cb0ef41Sopenharmony_ci    "npm-packlist": "^8.0.0",
561cb0ef41Sopenharmony_ci    "npm-pick-manifest": "^9.0.0",
571cb0ef41Sopenharmony_ci    "npm-registry-fetch": "^16.0.0",
581cb0ef41Sopenharmony_ci    "proc-log": "^3.0.0",
591cb0ef41Sopenharmony_ci    "promise-retry": "^2.0.1",
601cb0ef41Sopenharmony_ci    "read-package-json": "^7.0.0",
611cb0ef41Sopenharmony_ci    "read-package-json-fast": "^3.0.0",
621cb0ef41Sopenharmony_ci    "sigstore": "^2.2.0",
631cb0ef41Sopenharmony_ci    "ssri": "^10.0.0",
641cb0ef41Sopenharmony_ci    "tar": "^6.1.11"
651cb0ef41Sopenharmony_ci  },
661cb0ef41Sopenharmony_ci  "engines": {
671cb0ef41Sopenharmony_ci    "node": "^16.14.0 || >=18.0.0"
681cb0ef41Sopenharmony_ci  },
691cb0ef41Sopenharmony_ci  "repository": {
701cb0ef41Sopenharmony_ci    "type": "git",
711cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/pacote.git"
721cb0ef41Sopenharmony_ci  },
731cb0ef41Sopenharmony_ci  "templateOSS": {
741cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
751cb0ef41Sopenharmony_ci    "version": "4.21.3",
761cb0ef41Sopenharmony_ci    "windowsCI": false,
771cb0ef41Sopenharmony_ci    "publish": "true"
781cb0ef41Sopenharmony_ci  }
791cb0ef41Sopenharmony_ci}
80