1{ 2 "name": "libnpmaccess", 3 "version": "8.0.2", 4 "description": "programmatic library for `npm access` commands", 5 "author": "GitHub Inc.", 6 "license": "ISC", 7 "main": "lib/index.js", 8 "scripts": { 9 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 10 "test": "tap", 11 "postlint": "template-oss-check", 12 "lintfix": "npm run lint -- --fix", 13 "snap": "tap", 14 "posttest": "npm run lint", 15 "template-oss-apply": "template-oss-apply --force" 16 }, 17 "devDependencies": { 18 "@npmcli/eslint-config": "^4.0.0", 19 "@npmcli/mock-registry": "^1.0.0", 20 "@npmcli/template-oss": "4.21.3", 21 "nock": "^13.3.3", 22 "tap": "^16.3.8" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "https://github.com/npm/cli.git", 27 "directory": "workspaces/libnpmaccess" 28 }, 29 "bugs": "https://github.com/npm/libnpmaccess/issues", 30 "homepage": "https://npmjs.com/package/libnpmaccess", 31 "dependencies": { 32 "npm-package-arg": "^11.0.1", 33 "npm-registry-fetch": "^16.0.0" 34 }, 35 "engines": { 36 "node": "^16.14.0 || >=18.0.0" 37 }, 38 "files": [ 39 "bin/", 40 "lib/" 41 ], 42 "templateOSS": { 43 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 44 "version": "4.21.3", 45 "content": "../../scripts/template-oss/index.js" 46 }, 47 "tap": { 48 "nyc-arg": [ 49 "--exclude", 50 "tap-snapshots/**" 51 ] 52 } 53} 54