Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « os-homedir « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04cd7549914f81335ab0e9e7646063f6e398962f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_args": [
    [
      "os-homedir@^1.0.0",
      "/Users/rebecca/code/npm/node_modules/osenv"
    ]
  ],
  "_from": "os-homedir@>=1.0.0 <2.0.0",
  "_id": "os-homedir@1.0.0",
  "_inCache": true,
  "_location": "/os-homedir",
  "_nodeVersion": "2.3.0",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.11.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "os-homedir",
    "raw": "os-homedir@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/osenv"
  ],
  "_resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.0.tgz",
  "_shasum": "e37078bc61b5869063053897257e39ec1261b702",
  "_shrinkwrap": null,
  "_spec": "os-homedir@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/osenv",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/os-homedir/issues"
  },
  "dependencies": {},
  "description": "io.js 2.3.0 os.homedir() ponyfill",
  "devDependencies": {
    "ava": "0.0.4",
    "path-exists": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "e37078bc61b5869063053897257e39ec1261b702",
    "tarball": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "7e39e2e049de404f06233fa617ecf46fed997a78",
  "homepage": "https://github.com/sindresorhus/os-homedir",
  "keywords": [
    "built-in",
    "core",
    "dir",
    "directory",
    "folder",
    "home",
    "homedir",
    "os",
    "path",
    "polyfill",
    "ponyfill",
    "shim",
    "user"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "os-homedir",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/os-homedir"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}