UNPKG

1.05 kBJSONView Raw
1{
2 "name": "netrc-parser",
3 "description": "netrc parser",
4 "version": "3.1.5",
5 "author": "Jeff Dickey (@jdxcode)",
6 "bugs": "https://github.com/jdxcode/node-netrc-parser/issues",
7 "dependencies": {
8 "debug": "^3.1.0",
9 "execa": "^0.10.0"
10 },
11 "devDependencies": {
12 "@oclif/tslint": "^1.1.0",
13 "@types/chai": "^4.1.3",
14 "@types/execa": "^0.9.0",
15 "@types/fs-extra": "^5.0.2",
16 "@types/mocha": "^5.2.0",
17 "chai": "^4.1.2",
18 "fs-extra": "^6.0.0",
19 "mocha": "^5.1.1",
20 "ts-node": "^6.0.2",
21 "tslint": "^5.9.1",
22 "typescript": "^2.8.3"
23 },
24 "engines": {
25 "node": ">= 8.0.0"
26 },
27 "files": [
28 "lib"
29 ],
30 "homepage": "https://github.com/jdxcode/node-netrc-parser",
31 "keywords": [
32 "netrc"
33 ],
34 "license": "ISC",
35 "main": "lib/netrc.js",
36 "repository": "jdxcode/node-netrc-parser",
37 "scripts": {
38 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
39 "prepare": "rm -rf lib && tsc",
40 "test": "mocha --forbid-only \"test/**/*.test.ts\""
41 },
42 "types": "lib/netrc.d.ts"
43}