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