1{ 2 "name": "pacote", 3 "version": "17.0.6", 4 "description": "JavaScript package downloader", 5 "author": "GitHub Inc.", 6 "bin": { 7 "pacote": "lib/bin.js" 8 }, 9 "license": "ISC", 10 "main": "lib/index.js", 11 "scripts": { 12 "test": "tap", 13 "snap": "tap", 14 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 15 "postlint": "template-oss-check", 16 "lintfix": "npm run lint -- --fix", 17 "posttest": "npm run lint", 18 "template-oss-apply": "template-oss-apply --force" 19 }, 20 "tap": { 21 "timeout": 300, 22 "nyc-arg": [ 23 "--exclude", 24 "tap-snapshots/**" 25 ] 26 }, 27 "devDependencies": { 28 "@npmcli/arborist": "^7.1.0", 29 "@npmcli/eslint-config": "^4.0.0", 30 "@npmcli/template-oss": "4.21.3", 31 "hosted-git-info": "^7.0.0", 32 "mutate-fs": "^2.1.1", 33 "nock": "^13.2.4", 34 "npm-registry-mock": "^1.3.2", 35 "tap": "^16.0.1" 36 }, 37 "files": [ 38 "bin/", 39 "lib/" 40 ], 41 "keywords": [ 42 "packages", 43 "npm", 44 "git" 45 ], 46 "dependencies": { 47 "@npmcli/git": "^5.0.0", 48 "@npmcli/installed-package-contents": "^2.0.1", 49 "@npmcli/promise-spawn": "^7.0.0", 50 "@npmcli/run-script": "^7.0.0", 51 "cacache": "^18.0.0", 52 "fs-minipass": "^3.0.0", 53 "minipass": "^7.0.2", 54 "npm-package-arg": "^11.0.0", 55 "npm-packlist": "^8.0.0", 56 "npm-pick-manifest": "^9.0.0", 57 "npm-registry-fetch": "^16.0.0", 58 "proc-log": "^3.0.0", 59 "promise-retry": "^2.0.1", 60 "read-package-json": "^7.0.0", 61 "read-package-json-fast": "^3.0.0", 62 "sigstore": "^2.2.0", 63 "ssri": "^10.0.0", 64 "tar": "^6.1.11" 65 }, 66 "engines": { 67 "node": "^16.14.0 || >=18.0.0" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "https://github.com/npm/pacote.git" 72 }, 73 "templateOSS": { 74 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 75 "version": "4.21.3", 76 "windowsCI": false, 77 "publish": "true" 78 } 79} 80