UNPKG

npm

Version:

a package manager for JavaScript

55 lines (54 loc) 1.67 kB
{ "name": "npm-pick-manifest", "version": "12.0.0", "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.", "main": "./lib", "files": [ "bin/", "lib/" ], "scripts": { "coverage": "tap", "lint": "npm run eslint", "test": "node --test './test/**/*.js'", "posttest": "npm run lint", "postlint": "template-oss-check", "lintfix": "npm run eslint -- --fix", "snap": "node --test --test-update-snapshots './test/**/*.js'", "template-oss-apply": "template-oss-apply --force", "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "test:node20": "node --test test", "test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100 './test/**/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/npm/npm-pick-manifest.git" }, "keywords": [ "npm", "semver", "package manager" ], "author": "GitHub Inc.", "license": "ISC", "dependencies": { "npm-install-checks": "^9.0.0", "npm-normalize-package-bin": "^6.0.0", "npm-package-arg": "^14.0.0", "semver": "^7.3.5" }, "devDependencies": { "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "5.1.0" }, "engines": { "node": "^22.22.2 || ^24.15.0 || >=26.0.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "5.1.0", "publish": true, "testRunner": "node:test", "latestCiVersion": 24 } }