updated sys and created publi
This commit is contained in:
+15
-51
@@ -1,46 +1,33 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "os-locale@^1.4.0",
|
||||
"scope": null,
|
||||
"escapedName": "os-locale",
|
||||
"name": "os-locale",
|
||||
"rawSpec": "^1.4.0",
|
||||
"spec": ">=1.4.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/yargs"
|
||||
"os-locale@1.4.0",
|
||||
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
||||
]
|
||||
],
|
||||
"_from": "os-locale@>=1.4.0 <2.0.0",
|
||||
"_development": true,
|
||||
"_from": "os-locale@1.4.0",
|
||||
"_id": "os-locale@1.4.0",
|
||||
"_inCache": true,
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
|
||||
"_location": "/os-locale",
|
||||
"_nodeVersion": "3.0.0",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.13.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "os-locale@^1.4.0",
|
||||
"scope": null,
|
||||
"escapedName": "os-locale",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "os-locale@1.4.0",
|
||||
"name": "os-locale",
|
||||
"rawSpec": "^1.4.0",
|
||||
"spec": ">=1.4.0 <2.0.0",
|
||||
"type": "range"
|
||||
"escapedName": "os-locale",
|
||||
"rawSpec": "1.4.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.4.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/yargs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
|
||||
"_shasum": "20f9f17ae29ed345e8bde583b13d2009803c14d9",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "os-locale@^1.4.0",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/yargs",
|
||||
"_spec": "1.4.0",
|
||||
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -58,18 +45,12 @@
|
||||
"require-uncached": "^1.0.2",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "20f9f17ae29ed345e8bde583b13d2009803c14d9",
|
||||
"tarball": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "b5c88233910b2e959fe84d841addb7a15e1cc813",
|
||||
"homepage": "https://github.com/sindresorhus/os-locale#readme",
|
||||
"keywords": [
|
||||
"locale",
|
||||
@@ -86,24 +67,7 @@
|
||||
"region"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "abg",
|
||||
"email": "andrewbgoode@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "bcoe",
|
||||
"email": "ben@npmjs.com"
|
||||
},
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "os-locale",
|
||||
"optionalDependencies": {},
|
||||
"readme": "# os-locale [](https://travis-ci.org/sindresorhus/os-locale)\n\n> Get the system [locale](http://en.wikipedia.org/wiki/Locale)\n\nUseful for localizing your module or app.\n\nPOSIX systems: The returned locale refers to the [`LC_MESSAGE`](http://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html#Locale-Categories) category, suitable for selecting the language used in the user interface for message translation.\n\n\n## Install\n\n```\n$ npm install --save os-locale\n```\n\n\n## Usage\n\n```js\nvar osLocale = require('os-locale');\n\nosLocale(function (err, locale) {\n\tconsole.log(locale);\n\t//=> 'en_US'\n});\n```\n\n\n## API\n\n### osLocale([options], callback(error, locale))\n\n### osLocale.sync([options])\n\nReturns the locale.\n\n#### options.spawn\n\nType: `boolean` \nDefault: `true`\n\nSet to `false` to avoid spawning subprocesses and instead only resolve the locale from environment variables.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
|
||||
"readmeFilename": "readme.md",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/os-locale.git"
|
||||
|
||||
Reference in New Issue
Block a user