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/yallist/package.json')
-rw-r--r--node_modules/yallist/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/node_modules/yallist/package.json b/node_modules/yallist/package.json
index f56d6b6a3..a478663fa 100644
--- a/node_modules/yallist/package.json
+++ b/node_modules/yallist/package.json
@@ -1,27 +1,27 @@
{
- "_from": "yallist@^2.1.2",
- "_id": "yallist@2.1.2",
+ "_from": "yallist@^3.0.2",
+ "_id": "yallist@3.0.3",
"_inBundle": false,
- "_integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
+ "_integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==",
"_location": "/yallist",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "yallist@^2.1.2",
+ "raw": "yallist@^3.0.2",
"name": "yallist",
"escapedName": "yallist",
- "rawSpec": "^2.1.2",
+ "rawSpec": "^3.0.2",
"saveSpec": null,
- "fetchSpec": "^2.1.2"
+ "fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/lru-cache"
],
- "_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
- "_shasum": "1c11f9218f076089a47dd512f93c6699a6a81d52",
- "_spec": "yallist@^2.1.2",
- "_where": "/Users/rebecca/code/npm/node_modules/lru-cache",
+ "_resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz",
+ "_shasum": "b4b049e314be545e3ce802236d6cd22cd91c3de9",
+ "_spec": "yallist@^3.0.2",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/lru-cache",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -35,7 +35,7 @@
"deprecated": false,
"description": "Yet Another Linked List",
"devDependencies": {
- "tap": "^10.3.0"
+ "tap": "^12.1.0"
},
"directories": {
"test": "test"
@@ -58,5 +58,5 @@
"preversion": "npm test",
"test": "tap test/*.js --100"
},
- "version": "2.1.2"
+ "version": "3.0.3"
}