UNPKG

npm

Version:

a package manager for JavaScript

51 lines (50 loc) 1.21 kB
{ "name": "npm-pick-manifest", "version": "7.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": "eslint '**/*.js'", "test": "tap", "posttest": "npm run lint", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "postlint": "npm-template-check", "template-copy": "npm-template-copy --force", "lintfix": "npm run lint -- --fix", "snap": "tap" }, "repository": "https://github.com/npm/npm-pick-manifest", "keywords": [ "npm", "semver", "package manager" ], "author": "GitHub Inc.", "license": "ISC", "dependencies": { "npm-install-checks": "^4.0.0", "npm-normalize-package-bin": "^1.0.1", "npm-package-arg": "^9.0.0", "semver": "^7.3.5" }, "devDependencies": { "@npmcli/template-oss": "^2.7.1", "tap": "^15.1.6" }, "tap": { "check-coverage": true }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { "version": "2.7.1" } }