Initial commit
[yaffs-website] / node_modules / os-locale / package.json
1 {
2   "_args": [
3     [
4       "os-locale@^1.4.0",
5       "/var/www/yaffs/node_modules/yargs"
6     ]
7   ],
8   "_from": "os-locale@>=1.4.0 <2.0.0",
9   "_id": "os-locale@1.4.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/os-locale",
13   "_nodeVersion": "3.0.0",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.13.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "os-locale",
22     "raw": "os-locale@^1.4.0",
23     "rawSpec": "^1.4.0",
24     "scope": null,
25     "spec": ">=1.4.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/yargs"
30   ],
31   "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
32   "_shasum": "20f9f17ae29ed345e8bde583b13d2009803c14d9",
33   "_shrinkwrap": null,
34   "_spec": "os-locale@^1.4.0",
35   "_where": "/var/www/yaffs/node_modules/yargs",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/os-locale/issues"
43   },
44   "dependencies": {
45     "lcid": "^1.0.0"
46   },
47   "description": "Get the system locale",
48   "devDependencies": {
49     "ava": "*",
50     "require-uncached": "^1.0.2",
51     "xo": "*"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "20f9f17ae29ed345e8bde583b13d2009803c14d9",
56     "tarball": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "b5c88233910b2e959fe84d841addb7a15e1cc813",
65   "homepage": "https://github.com/sindresorhus/os-locale",
66   "keywords": [
67     "country",
68     "id",
69     "identifier",
70     "lang",
71     "language",
72     "locale",
73     "os",
74     "region",
75     "str",
76     "string",
77     "system",
78     "user"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "abg",
84       "email": "andrewbgoode@gmail.com"
85     },
86     {
87       "name": "bcoe",
88       "email": "ben@npmjs.com"
89     },
90     {
91       "name": "sindresorhus",
92       "email": "sindresorhus@gmail.com"
93     }
94   ],
95   "name": "os-locale",
96   "optionalDependencies": {},
97   "readme": "ERROR: No README data found!",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/sindresorhus/os-locale.git"
101   },
102   "scripts": {
103     "test": "xo && ava"
104   },
105   "version": "1.4.0"
106 }