updated npm modules

This commit is contained in:
2019-05-20 20:43:45 -05:00
parent 2319197b81
commit f166b72b7d
1113 changed files with 8758 additions and 12227 deletions

36
node_modules/p-map/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "p-map@^1.1.1",
"_id": "p-map@1.2.0",
"_from": "p-map@^2.0.0",
"_id": "p-map@2.1.0",
"_inBundle": false,
"_integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==",
"_integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==",
"_location": "/p-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "p-map@^1.1.1",
"raw": "p-map@^2.0.0",
"name": "p-map",
"escapedName": "p-map",
"rawSpec": "^1.1.1",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^1.1.1"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/del"
],
"_resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz",
"_shasum": "e4e94f311eabbc8633a1e79908165fca26241b6b",
"_spec": "p-map@^1.1.1",
"_resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz",
"_shasum": "310928feef9c9ecc65b68b17693018a665cea175",
"_spec": "p-map@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\del",
"author": {
"name": "Sindre Sorhus",
@@ -34,18 +34,20 @@
"deprecated": false,
"description": "Map over promises concurrently",
"devDependencies": {
"ava": "*",
"delay": "^2.0.0",
"ava": "^1.4.1",
"delay": "^4.1.0",
"in-range": "^1.0.0",
"random-int": "^1.0.0",
"time-span": "^2.0.0",
"xo": "*"
"time-span": "^3.1.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/p-map#readme",
"keywords": [
@@ -73,7 +75,7 @@
"url": "git+https://github.com/sindresorhus/p-map.git"
},
"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"version": "1.2.0"
"version": "2.1.0"
}