UNPKG

npm-config-info

Version:

An easy way to get npm user details or default values stored by npm.

52 lines (51 loc) 1.23 kB
{ "name": "npm-config-info", "version": "0.1.1", "description": "An easy way to get npm user details or default values stored by npm.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/DaClan008/npm-config-info.git" }, "scripts": { "test": "jest", "test:w": "jest --watchAll", "coverage": "jest --coverageReporters=text-lcov | coveralls" }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true, "coveragePathIgnorePatterns": [ "/index.js", "/test/" ] }, "engines": { "node": ">=8" }, "keywords": [ "npm", "init", "config", "npm-user", "npm-author", "user", "author", "init", "default", "values" ], "author": "Jan Lehmkuhl <DaClan008@users.noreply.github.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/DaClan008/npm-config-info.git/issues" }, "homepage": "https://github.com/DaClan008/npm-config-info.git#readme", "devDependencies": { "@types/jest": "^24.0.25", "codecov": "^3.6.1", "coveralls": "^3.0.9", "jest": "^24.9.0" }, "dependencies": {} }