netrc-parser
Version:
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "netrc-parser",
"description": "netrc parser",
"version": "3.1.6",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/jdxcode/node-netrc-parser/issues",
"dependencies": {
"debug": "^3.1.0",
"execa": "^0.10.0"
},
"devDependencies": {
"@oclif/tslint": "^2.0.0",
"@types/chai": "^4.1.4",
"@types/execa": "^0.9.0",
"@types/fs-extra": "^5.0.4",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"fs-extra": "^7.0.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.1"
},
"engines": {
"node": ">= 8.0.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/jdxcode/node-netrc-parser",
"keywords": [
"netrc"
],
"license": "ISC",
"main": "lib/netrc.js",
"repository": "jdxcode/node-netrc-parser",
"scripts": {
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepare": "rm -rf lib && tsc",
"test": "mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "lib/netrc.d.ts"
}