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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/os-locale/package.json')
-rw-r--r--node_modules/os-locale/package.json52
1 files changed, 20 insertions, 32 deletions
diff --git a/node_modules/os-locale/package.json b/node_modules/os-locale/package.json
index fb6646ec9..ef865178b 100644
--- a/node_modules/os-locale/package.json
+++ b/node_modules/os-locale/package.json
@@ -1,39 +1,27 @@
{
- "_from": "os-locale@^3.1.0",
- "_id": "os-locale@3.1.0",
+ "_from": "os-locale@^2.0.0",
+ "_id": "os-locale@2.1.0",
"_inBundle": false,
- "_integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==",
+ "_integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
"_location": "/os-locale",
- "_phantomChildren": {
- "get-stream": "4.1.0",
- "is-stream": "1.1.0",
- "nice-try": "1.0.5",
- "npm-run-path": "2.0.2",
- "p-finally": "1.0.0",
- "path-key": "2.0.1",
- "semver": "5.7.1",
- "shebang-command": "1.2.0",
- "signal-exit": "3.0.2",
- "strip-eof": "1.0.0",
- "which": "1.3.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "os-locale@^3.1.0",
+ "raw": "os-locale@^2.0.0",
"name": "os-locale",
"escapedName": "os-locale",
- "rawSpec": "^3.1.0",
+ "rawSpec": "^2.0.0",
"saveSpec": null,
- "fetchSpec": "^3.1.0"
+ "fetchSpec": "^2.0.0"
},
"_requiredBy": [
- "/yargs"
+ "/@iarna/cli/yargs"
],
- "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
- "_shasum": "a802a6ee17f24c10483ab9935719cef4ed16bf1a",
- "_spec": "os-locale@^3.1.0",
- "_where": "/Users/mperrotte/npminc/cli/node_modules/yargs",
+ "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
+ "_shasum": "42bc2900a6b5b8bd17376c8e882b65afccf24bf2",
+ "_spec": "os-locale@^2.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/@iarna/cli/node_modules/yargs",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -44,19 +32,19 @@
},
"bundleDependencies": false,
"dependencies": {
- "execa": "^1.0.0",
- "lcid": "^2.0.0",
- "mem": "^4.0.0"
+ "execa": "^0.7.0",
+ "lcid": "^1.0.0",
+ "mem": "^1.1.0"
},
"deprecated": false,
"description": "Get the system locale",
"devDependencies": {
- "ava": "^1.0.1",
- "import-fresh": "^3.0.0",
- "xo": "^0.23.0"
+ "ava": "*",
+ "import-fresh": "^2.0.0",
+ "xo": "*"
},
"engines": {
- "node": ">=6"
+ "node": ">=4"
},
"files": [
"index.js"
@@ -85,5 +73,5 @@
"scripts": {
"test": "xo && ava"
},
- "version": "3.1.0"
+ "version": "2.1.0"
}