1{ 2 "name": "libnpmdiff", 3 "version": "6.0.7", 4 "description": "The registry diff", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/npm/cli.git", 8 "directory": "workspaces/libnpmdiff" 9 }, 10 "main": "lib/index.js", 11 "files": [ 12 "bin/", 13 "lib/" 14 ], 15 "engines": { 16 "node": "^16.14.0 || >=18.0.0" 17 }, 18 "keywords": [ 19 "npm", 20 "npmcli", 21 "libnpm", 22 "cli", 23 "diff" 24 ], 25 "author": "GitHub Inc.", 26 "contributors": [ 27 { 28 "name": "Ruy Adorno", 29 "url": "https://ruyadorno.com", 30 "twitter": "ruyadorno" 31 } 32 ], 33 "license": "ISC", 34 "scripts": { 35 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 36 "lintfix": "npm run lint -- --fix", 37 "test": "tap", 38 "posttest": "npm run lint", 39 "snap": "tap", 40 "postlint": "template-oss-check", 41 "template-oss-apply": "template-oss-apply --force" 42 }, 43 "devDependencies": { 44 "@npmcli/eslint-config": "^4.0.0", 45 "@npmcli/template-oss": "4.21.3", 46 "tap": "^16.3.8" 47 }, 48 "dependencies": { 49 "@npmcli/arborist": "^7.2.1", 50 "@npmcli/disparity-colors": "^3.0.0", 51 "@npmcli/installed-package-contents": "^2.0.2", 52 "binary-extensions": "^2.2.0", 53 "diff": "^5.1.0", 54 "minimatch": "^9.0.0", 55 "npm-package-arg": "^11.0.1", 56 "pacote": "^17.0.4", 57 "tar": "^6.2.0" 58 }, 59 "templateOSS": { 60 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 61 "version": "4.21.3", 62 "content": "../../scripts/template-oss/index.js" 63 }, 64 "tap": { 65 "nyc-arg": [ 66 "--exclude", 67 "tap-snapshots/**" 68 ] 69 } 70} 71