UNPKG

1.58 kBJSONView Raw
1{
2 "_args": [
3 [
4 "os-homedir@1.0.2",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "os-homedir@1.0.2",
9 "_id": "os-homedir@1.0.2",
10 "_inBundle": false,
11 "_integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
12 "_location": "/os-homedir",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "os-homedir@1.0.2",
18 "name": "os-homedir",
19 "escapedName": "os-homedir",
20 "rawSpec": "1.0.2",
21 "saveSpec": null,
22 "fetchSpec": "1.0.2"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
26 "_spec": "1.0.2",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Sindre Sorhus",
30 "email": "sindresorhus@gmail.com",
31 "url": "sindresorhus.com"
32 },
33 "bugs": {
34 "url": "https://github.com/sindresorhus/os-homedir/issues"
35 },
36 "description": "Node.js 4 `os.homedir()` ponyfill",
37 "devDependencies": {
38 "ava": "*",
39 "path-exists": "^2.0.0",
40 "xo": "^0.16.0"
41 },
42 "engines": {
43 "node": ">=0.10.0"
44 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/sindresorhus/os-homedir#readme",
49 "keywords": [
50 "builtin",
51 "core",
52 "ponyfill",
53 "polyfill",
54 "shim",
55 "os",
56 "homedir",
57 "home",
58 "dir",
59 "directory",
60 "folder",
61 "user",
62 "path"
63 ],
64 "license": "MIT",
65 "name": "os-homedir",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/sindresorhus/os-homedir.git"
69 },
70 "scripts": {
71 "test": "xo && ava"
72 },
73 "version": "1.0.2"
74}