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/lcid/package.json')
-rw-r--r--node_modules/lcid/package.json31
1 files changed, 15 insertions, 16 deletions
diff --git a/node_modules/lcid/package.json b/node_modules/lcid/package.json
index 3de023722..b96236513 100644
--- a/node_modules/lcid/package.json
+++ b/node_modules/lcid/package.json
@@ -1,27 +1,27 @@
{
- "_from": "lcid@^2.0.0",
- "_id": "lcid@2.0.0",
+ "_from": "lcid@^1.0.0",
+ "_id": "lcid@1.0.0",
"_inBundle": false,
- "_integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
+ "_integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
"_location": "/lcid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "lcid@^2.0.0",
+ "raw": "lcid@^1.0.0",
"name": "lcid",
"escapedName": "lcid",
- "rawSpec": "^2.0.0",
+ "rawSpec": "^1.0.0",
"saveSpec": null,
- "fetchSpec": "^2.0.0"
+ "fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/os-locale"
],
- "_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
- "_shasum": "6ef5d2df60e52f82eb228a4c373e8d1f397253cf",
- "_spec": "lcid@^2.0.0",
- "_where": "/Users/mperrotte/npminc/cli/node_modules/os-locale",
+ "_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
+ "_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
+ "_spec": "lcid@^1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/os-locale",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -32,16 +32,15 @@
},
"bundleDependencies": false,
"dependencies": {
- "invert-kv": "^2.0.0"
+ "invert-kv": "^1.0.0"
},
"deprecated": false,
"description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
"devDependencies": {
- "ava": "*",
- "xo": "*"
+ "ava": "0.0.4"
},
"engines": {
- "node": ">=6"
+ "node": ">=0.10.0"
},
"files": [
"index.js",
@@ -73,7 +72,7 @@
"url": "git+https://github.com/sindresorhus/lcid.git"
},
"scripts": {
- "test": "xo && ava"
+ "test": "node test.js"
},
- "version": "2.0.0"
+ "version": "1.0.0"
}