updated sys and created publi

This commit is contained in:
Bachir Soussi Chiadmi
2017-12-21 18:09:49 +01:00
parent 2a6e2ff863
commit cefd1c2ad0
9509 changed files with 744901 additions and 32263 deletions
+15 -43
View File
@@ -1,46 +1,33 @@
{
"_args": [
[
{
"raw": "lcid@^1.0.0",
"scope": null,
"escapedName": "lcid",
"name": "lcid",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/os-locale"
"lcid@1.0.0",
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
]
],
"_from": "lcid@>=1.0.0 <2.0.0",
"_development": true,
"_from": "lcid@1.0.0",
"_id": "lcid@1.0.0",
"_inCache": true,
"_inBundle": false,
"_integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
"_location": "/lcid",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "lcid@^1.0.0",
"scope": null,
"escapedName": "lcid",
"type": "version",
"registry": true,
"raw": "lcid@1.0.0",
"name": "lcid",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
"escapedName": "lcid",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/os-locale"
],
"_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
"_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
"_shrinkwrap": null,
"_spec": "lcid@^1.0.0",
"_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/os-locale",
"_spec": "1.0.0",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -56,11 +43,6 @@
"devDependencies": {
"ava": "0.0.4"
},
"directories": {},
"dist": {
"shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
"tarball": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
@@ -68,7 +50,6 @@
"index.js",
"lcid.json"
],
"gitHead": "96bb3e617f77f5f8ceb78653c77de5a85abb3b1e",
"homepage": "https://github.com/sindresorhus/lcid#readme",
"keywords": [
"lcid",
@@ -89,16 +70,7 @@
"tag"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "lcid",
"optionalDependencies": {},
"readme": "# lcid [![Build Status](https://travis-ci.org/sindresorhus/lcid.svg?branch=master)](https://travis-ci.org/sindresorhus/lcid)\n\n> Mapping between [standard locale identifiers](http://en.wikipedia.org/wiki/Locale) and [Windows locale identifiers (LCID)](http://en.wikipedia.org/wiki/Locale#Specifics_for_Microsoft_platforms)\n\nBased on the [mapping](https://github.com/python/cpython/blob/be2a1a76fa43bb1ea1b3577bb5bdd506a2e90e37/Lib/locale.py#L1395-L1604) used in the Python standard library.\n\nThe mapping itself is just a [JSON file](lcid.json) and can be used wherever.\n\n\n## Install\n\n```\n$ npm install --save lcid\n```\n\n\n## Usage\n\n```js\nvar lcid = require('lcid');\n\nlcid.from(1044);\n//=> 'nb_NO'\n\nlcid.to('nb_NO');\n//=> 1044\n\nlcid.all;\n//=> {'af_ZA': 1078, ...}\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/lcid.git"