Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

13
node_modules/pify/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "pify",
"version": "3.0.0",
"version": "2.3.0",
"description": "Promisify a callback-style function",
"license": "MIT",
"repository": "sindresorhus/pify",
@@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava && npm run optimization-test",
@@ -23,7 +23,6 @@
"promise",
"promises",
"promisify",
"all",
"denodify",
"denodeify",
"callback",
@@ -38,14 +37,12 @@
"bind",
"to",
"async",
"await",
"es2015",
"bluebird"
"es2015"
],
"devDependencies": {
"ava": "*",
"pinkie-promise": "^2.0.0",
"v8-natives": "^1.0.0",
"pinkie-promise": "^1.0.0",
"v8-natives": "0.0.2",
"xo": "*"
}
}