blob: 7b301542185cb3f151cc0f28643a4c7fd3728d8f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "parse-passwd@^1.0.0",
3 "_id": "parse-passwd@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
6 "_location": "/parse-passwd",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "parse-passwd@^1.0.0",
12 "name": "parse-passwd",
13 "escapedName": "parse-passwd",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/homedir-polyfill"
20 ],
21 "_resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
22 "_shasum": "6d5b934a456993b23d37f40a382d6f1666a8e5c6",
23 "_spec": "parse-passwd@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\homedir-polyfill",
25 "author": {
26 "name": "Brian Woodward",
27 "url": "https://github.com/doowb"
28 },
29 "bugs": {
30 "url": "https://github.com/doowb/parse-passwd/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Parse a passwd file into a list of users.",
35 "devDependencies": {
36 "gulp-format-md": "^0.1.11",
37 "mocha": "^3.1.2"
38 },
39 "engines": {
40 "node": ">=0.10.0"
41 },
42 "files": [
43 "index.js",
44 "LICENSE"
45 ],
46 "homepage": "https://github.com/doowb/parse-passwd",
47 "keywords": [
48 "etc",
49 "etc-passwd",
50 "etc/passwd",
51 "parse",
52 "parse-passwd",
53 "passwd"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "parse-passwd",
58 "repository": {
59 "type": "git",
60 "url": "git+https://github.com/doowb/parse-passwd.git"
61 },
62 "scripts": {
63 "test": "mocha"
64 },
65 "verb": {
66 "toc": false,
67 "layout": "default",
68 "tasks": [
69 "readme"
70 ],
71 "plugins": [
72 "gulp-format-md"
73 ],
74 "lint": {
75 "reflinks": true
76 },
77 "related": {
78 "list": []
79 },
80 "reflinks": [
81 "verb",
82 "verb-generate-readme"
83 ]
84 },
85 "version": "1.0.0"
86}