11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "npm-pick-manifest", 31cb0ef41Sopenharmony_ci "version": "9.0.0", 41cb0ef41Sopenharmony_ci "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", 51cb0ef41Sopenharmony_ci "main": "./lib", 61cb0ef41Sopenharmony_ci "files": [ 71cb0ef41Sopenharmony_ci "bin/", 81cb0ef41Sopenharmony_ci "lib/" 91cb0ef41Sopenharmony_ci ], 101cb0ef41Sopenharmony_ci "scripts": { 111cb0ef41Sopenharmony_ci "coverage": "tap", 121cb0ef41Sopenharmony_ci "lint": "eslint \"**/*.js\"", 131cb0ef41Sopenharmony_ci "test": "tap", 141cb0ef41Sopenharmony_ci "posttest": "npm run lint", 151cb0ef41Sopenharmony_ci "postlint": "template-oss-check", 161cb0ef41Sopenharmony_ci "lintfix": "npm run lint -- --fix", 171cb0ef41Sopenharmony_ci "snap": "tap", 181cb0ef41Sopenharmony_ci "template-oss-apply": "template-oss-apply --force" 191cb0ef41Sopenharmony_ci }, 201cb0ef41Sopenharmony_ci "repository": { 211cb0ef41Sopenharmony_ci "type": "git", 221cb0ef41Sopenharmony_ci "url": "https://github.com/npm/npm-pick-manifest.git" 231cb0ef41Sopenharmony_ci }, 241cb0ef41Sopenharmony_ci "keywords": [ 251cb0ef41Sopenharmony_ci "npm", 261cb0ef41Sopenharmony_ci "semver", 271cb0ef41Sopenharmony_ci "package manager" 281cb0ef41Sopenharmony_ci ], 291cb0ef41Sopenharmony_ci "author": "GitHub Inc.", 301cb0ef41Sopenharmony_ci "license": "ISC", 311cb0ef41Sopenharmony_ci "dependencies": { 321cb0ef41Sopenharmony_ci "npm-install-checks": "^6.0.0", 331cb0ef41Sopenharmony_ci "npm-normalize-package-bin": "^3.0.0", 341cb0ef41Sopenharmony_ci "npm-package-arg": "^11.0.0", 351cb0ef41Sopenharmony_ci "semver": "^7.3.5" 361cb0ef41Sopenharmony_ci }, 371cb0ef41Sopenharmony_ci "devDependencies": { 381cb0ef41Sopenharmony_ci "@npmcli/eslint-config": "^4.0.0", 391cb0ef41Sopenharmony_ci "@npmcli/template-oss": "4.18.0", 401cb0ef41Sopenharmony_ci "tap": "^16.0.1" 411cb0ef41Sopenharmony_ci }, 421cb0ef41Sopenharmony_ci "tap": { 431cb0ef41Sopenharmony_ci "check-coverage": true, 441cb0ef41Sopenharmony_ci "nyc-arg": [ 451cb0ef41Sopenharmony_ci "--exclude", 461cb0ef41Sopenharmony_ci "tap-snapshots/**" 471cb0ef41Sopenharmony_ci ] 481cb0ef41Sopenharmony_ci }, 491cb0ef41Sopenharmony_ci "engines": { 501cb0ef41Sopenharmony_ci "node": "^16.14.0 || >=18.0.0" 511cb0ef41Sopenharmony_ci }, 521cb0ef41Sopenharmony_ci "templateOSS": { 531cb0ef41Sopenharmony_ci "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 541cb0ef41Sopenharmony_ci "version": "4.18.0", 551cb0ef41Sopenharmony_ci "publish": true, 561cb0ef41Sopenharmony_ci "ciVersions": [ 571cb0ef41Sopenharmony_ci "16.14.0", 581cb0ef41Sopenharmony_ci "16.x", 591cb0ef41Sopenharmony_ci "18.0.0", 601cb0ef41Sopenharmony_ci "18.x" 611cb0ef41Sopenharmony_ci ] 621cb0ef41Sopenharmony_ci } 631cb0ef41Sopenharmony_ci} 64