This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

28
resources/app/node_modules/catering/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "catering",
"version": "2.1.1",
"description": "Simple utility to allow your module to be consumed with a callback or promise",
"license": "MIT",
"author": "Vincent Weevers",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"next-tick.js",
"next-tick-browser.js"
],
"browser": {
"./next-tick.js": "./next-tick-browser.js"
},
"devDependencies": {
"airtap": "^4.0.4",
"airtap-playwright": "^1.0.1",
"standard": "^16.0.4",
"tape": "^5.4.0"
},
"engines": {
"node": ">=6"
},
"repository": "vweevers/catering",
"homepage": "https://github.com/vweevers/catering"
}