mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:11:21 +02:00
More plugins (#4)
This commit is contained in:
23
package-lock.json
generated
23
package-lock.json
generated
@@ -1042,6 +1042,10 @@
|
||||
"resolved": "plugins/importer-yaak",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-file": {
|
||||
"resolved": "plugins/template-function-file",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-fs": {
|
||||
"resolved": "plugins/template-function-fs",
|
||||
"link": true
|
||||
@@ -1054,6 +1058,14 @@
|
||||
"resolved": "plugins/template-function-prompt",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-request": {
|
||||
"resolved": "plugins/template-function-request",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/@yaakapp/template-function-response": {
|
||||
"resolved": "plugins/template-function-response",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/aggregate-error": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
||||
@@ -5810,10 +5822,6 @@
|
||||
"array-includes": "^3.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/template-function-response": {
|
||||
"resolved": "plugins/template-function-response",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/through2": {
|
||||
"version": "0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
|
||||
@@ -6698,8 +6706,7 @@
|
||||
},
|
||||
"plugins/template-function-file": {
|
||||
"name": "@yaakapp/template-function-file",
|
||||
"version": "0.0.1",
|
||||
"extraneous": true
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-fs": {
|
||||
"name": "@yaakapp/template-function-fs",
|
||||
@@ -6715,10 +6722,10 @@
|
||||
},
|
||||
"plugins/template-function-request": {
|
||||
"name": "@yaakapp/template-function-request",
|
||||
"version": "0.0.1",
|
||||
"extraneous": true
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"plugins/template-function-response": {
|
||||
"name": "@yaakapp/template-function-response",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
|
||||
Reference in New Issue
Block a user