Initial commit
[yaffs-website] / node_modules / parse-passwd / package.json
1 {
2   "_args": [
3     [
4       "parse-passwd@^1.0.0",
5       "/var/www/yaffs/node_modules/homedir-polyfill"
6     ]
7   ],
8   "_from": "parse-passwd@>=1.0.0 <2.0.0",
9   "_id": "parse-passwd@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/parse-passwd",
13   "_nodeVersion": "5.1.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/parse-passwd-1.0.0.tgz_1476899025854_0.2723590866662562"
17   },
18   "_npmUser": {
19     "email": "brian.woodward@gmail.com",
20     "name": "doowb"
21   },
22   "_npmVersion": "3.7.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "parse-passwd",
26     "raw": "parse-passwd@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/homedir-polyfill"
34   ],
35   "_resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
36   "_shasum": "6d5b934a456993b23d37f40a382d6f1666a8e5c6",
37   "_shrinkwrap": null,
38   "_spec": "parse-passwd@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/homedir-polyfill",
40   "author": {
41     "name": "Brian Woodward",
42     "url": "https://github.com/doowb"
43   },
44   "bugs": {
45     "url": "https://github.com/doowb/parse-passwd/issues"
46   },
47   "dependencies": {},
48   "description": "Parse a passwd file into a list of users.",
49   "devDependencies": {
50     "gulp-format-md": "^0.1.11",
51     "mocha": "^3.1.2"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "6d5b934a456993b23d37f40a382d6f1666a8e5c6",
56     "tarball": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "LICENSE",
63     "index.js"
64   ],
65   "gitHead": "0c3c36bcb48d1af473f7f0665adb5b4c892cd506",
66   "homepage": "https://github.com/doowb/parse-passwd",
67   "keywords": [
68     "etc",
69     "etc-passwd",
70     "etc/passwd",
71     "parse",
72     "parse-passwd",
73     "passwd"
74   ],
75   "license": "MIT",
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "doowb",
80       "email": "brian.woodward@gmail.com"
81     }
82   ],
83   "name": "parse-passwd",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/doowb/parse-passwd.git"
89   },
90   "scripts": {
91     "test": "mocha"
92   },
93   "verb": {
94     "layout": "default",
95     "lint": {
96       "reflinks": true
97     },
98     "plugins": [
99       "gulp-format-md"
100     ],
101     "reflinks": [
102       "verb",
103       "verb-generate-readme"
104     ],
105     "related": {
106       "list": []
107     },
108     "tasks": [
109       "readme"
110     ],
111     "toc": false
112   },
113   "version": "1.0.0"
114 }