UNPKG

npm

Version:

a package manager for JavaScript

40 lines (39 loc) 833 B
{ "name": "@npmcli/config", "version": "2.3.0", "files": [ "lib" ], "main": "lib/index.js", "description": "Configuration management for the npm cli", "repository": { "type": "git", "url": "git+https://github.com/npm/config" }, "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", "license": "ISC", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags" }, "tap": { "check-coverage": true, "coverage-map": "map.js" }, "devDependencies": { "tap": "^15.0.4" }, "dependencies": { "ini": "^2.0.0", "mkdirp-infer-owner": "^2.0.0", "nopt": "^5.0.0", "semver": "^7.3.4", "walk-up-path": "^1.0.0" }, "engines": { "node": ">=10" } }