Initial commit
[yaffs-website] / node_modules / os-homedir / package.json
1 {
2   "_args": [
3     [
4       "os-homedir@^1.0.1",
5       "/var/www/yaffs/node_modules/expand-tilde"
6     ]
7   ],
8   "_from": "os-homedir@>=1.0.1 <2.0.0",
9   "_id": "os-homedir@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/os-homedir",
13   "_nodeVersion": "6.6.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/os-homedir-1.0.2.tgz_1475211519628_0.7873868853785098"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "os-homedir",
26     "raw": "os-homedir@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/expand-tilde",
34     "/osenv",
35     "/tildify"
36   ],
37   "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
38   "_shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
39   "_shrinkwrap": null,
40   "_spec": "os-homedir@^1.0.1",
41   "_where": "/var/www/yaffs/node_modules/expand-tilde",
42   "author": {
43     "email": "sindresorhus@gmail.com",
44     "name": "Sindre Sorhus",
45     "url": "sindresorhus.com"
46   },
47   "bugs": {
48     "url": "https://github.com/sindresorhus/os-homedir/issues"
49   },
50   "dependencies": {},
51   "description": "Node.js 4 `os.homedir()` ponyfill",
52   "devDependencies": {
53     "ava": "*",
54     "path-exists": "^2.0.0",
55     "xo": "^0.16.0"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "ffbc4988336e0e833de0c168c7ef152121aa7fb3",
60     "tarball": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz"
61   },
62   "engines": {
63     "node": ">=0.10.0"
64   },
65   "files": [
66     "index.js"
67   ],
68   "gitHead": "b1b0ae70a5965fef7005ff6509a5dd1a78c95e36",
69   "homepage": "https://github.com/sindresorhus/os-homedir#readme",
70   "keywords": [
71     "builtin",
72     "core",
73     "dir",
74     "directory",
75     "folder",
76     "home",
77     "homedir",
78     "os",
79     "path",
80     "polyfill",
81     "ponyfill",
82     "shim",
83     "user"
84   ],
85   "license": "MIT",
86   "maintainers": [
87     {
88       "name": "sindresorhus",
89       "email": "sindresorhus@gmail.com"
90     }
91   ],
92   "name": "os-homedir",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/sindresorhus/os-homedir.git"
98   },
99   "scripts": {
100     "test": "xo && ava"
101   },
102   "version": "1.0.2"
103 }