This commit is contained in:
parent
adf21e67ef
commit
18ecb440ac
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@extollo/lib",
|
"name": "@extollo/lib",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"description": "The framework library that lifts up your code.",
|
"description": "The framework library that lifts up your code.",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
@ -8,8 +8,8 @@
|
|||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@extollo/di": "git+https://code.garrettmills.dev/extollo/di",
|
"@extollo/di": "^0.4.5",
|
||||||
"@extollo/util": "git+https://code.garrettmills.dev/extollo/util",
|
"@extollo/util": "^0.3.3",
|
||||||
"@types/busboy": "^0.2.3",
|
"@types/busboy": "^0.2.3",
|
||||||
"@types/negotiator": "^0.6.1",
|
"@types/negotiator": "^0.6.1",
|
||||||
"@types/node": "^14.14.37",
|
"@types/node": "^14.14.37",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@extollo/di': code.garrettmills.dev/extollo/di/902c31997016d24c735448bbf1e58f06e94f4139
|
'@extollo/di': 0.4.5
|
||||||
'@extollo/util': code.garrettmills.dev/extollo/util/131e0c93ee7ea67d771053fbd69fbf7f6612fadf
|
'@extollo/util': 0.3.3
|
||||||
'@types/busboy': 0.2.3
|
'@types/busboy': 0.2.3
|
||||||
'@types/negotiator': 0.6.1
|
'@types/negotiator': 0.6.1
|
||||||
'@types/node': 14.14.37
|
'@types/node': 14.14.37
|
||||||
@ -33,6 +33,31 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
|
integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
|
||||||
|
/@extollo/di/0.4.5:
|
||||||
|
dependencies:
|
||||||
|
'@extollo/util': 0.3.3
|
||||||
|
'@types/node': 14.14.37
|
||||||
|
reflect-metadata: 0.1.13
|
||||||
|
typescript: 4.2.3
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-PDYzYtFesHgdyhQKmAw1z+U13QLBOFgmrvjZgFls1Em+/P11PKWE43Ar3qXSLSIgPhrXU7grYdSyU8EGLBsekw==
|
||||||
|
/@extollo/util/0.3.3:
|
||||||
|
dependencies:
|
||||||
|
'@types/mkdirp': 1.0.1
|
||||||
|
'@types/node': 14.14.37
|
||||||
|
'@types/rimraf': 3.0.0
|
||||||
|
'@types/ssh2': 0.5.46
|
||||||
|
'@types/uuid': 8.3.0
|
||||||
|
colors: 1.4.0
|
||||||
|
mkdirp: 1.0.4
|
||||||
|
rimraf: 3.0.2
|
||||||
|
ssh2: 0.8.9
|
||||||
|
typescript: 4.2.3
|
||||||
|
uuid: 8.3.2
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-qjUVSeHaOIwKcI4n1x4/t5k6Xqej/sL/0J0S3WG3s/EpRycXrAjog53/YsmQXCQcGaj7Ir5wJmLLHawZUWUfyQ==
|
||||||
/@types/busboy/0.2.3:
|
/@types/busboy/0.2.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 14.14.37
|
'@types/node': 14.14.37
|
||||||
@ -125,10 +150,10 @@ packages:
|
|||||||
node: '>= 10.0.0'
|
node: '>= 10.0.0'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==
|
integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==
|
||||||
/balanced-match/1.0.0:
|
/balanced-match/1.0.2:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
|
integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
||||||
/bcrypt-pbkdf/1.0.2:
|
/bcrypt-pbkdf/1.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
tweetnacl: 0.14.5
|
tweetnacl: 0.14.5
|
||||||
@ -137,7 +162,7 @@ packages:
|
|||||||
integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
|
integrity: sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
|
||||||
/brace-expansion/1.1.11:
|
/brace-expansion/1.1.11:
|
||||||
dependencies:
|
dependencies:
|
||||||
balanced-match: 1.0.0
|
balanced-match: 1.0.2
|
||||||
concat-map: 0.0.1
|
concat-map: 0.0.1
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
@ -576,46 +601,9 @@ packages:
|
|||||||
node: '>=6'
|
node: '>=6'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
||||||
code.garrettmills.dev/extollo/di/902c31997016d24c735448bbf1e58f06e94f4139:
|
|
||||||
dependencies:
|
|
||||||
'@extollo/util': code.garrettmills.dev/extollo/util/131e0c93ee7ea67d771053fbd69fbf7f6612fadf
|
|
||||||
'@types/node': 14.14.37
|
|
||||||
reflect-metadata: 0.1.13
|
|
||||||
typescript: 4.2.3
|
|
||||||
dev: false
|
|
||||||
name: '@extollo/di'
|
|
||||||
prepare: true
|
|
||||||
requiresBuild: true
|
|
||||||
resolution:
|
|
||||||
commit: 902c31997016d24c735448bbf1e58f06e94f4139
|
|
||||||
repo: https://code.garrettmills.dev/extollo/di
|
|
||||||
type: git
|
|
||||||
version: 0.4.4
|
|
||||||
code.garrettmills.dev/extollo/util/131e0c93ee7ea67d771053fbd69fbf7f6612fadf:
|
|
||||||
dependencies:
|
|
||||||
'@types/mkdirp': 1.0.1
|
|
||||||
'@types/node': 14.14.37
|
|
||||||
'@types/rimraf': 3.0.0
|
|
||||||
'@types/ssh2': 0.5.46
|
|
||||||
'@types/uuid': 8.3.0
|
|
||||||
colors: 1.4.0
|
|
||||||
mkdirp: 1.0.4
|
|
||||||
rimraf: 3.0.2
|
|
||||||
ssh2: 0.8.9
|
|
||||||
typescript: 4.2.3
|
|
||||||
uuid: 8.3.2
|
|
||||||
dev: false
|
|
||||||
name: '@extollo/util'
|
|
||||||
prepare: true
|
|
||||||
requiresBuild: true
|
|
||||||
resolution:
|
|
||||||
commit: 131e0c93ee7ea67d771053fbd69fbf7f6612fadf
|
|
||||||
repo: https://code.garrettmills.dev/extollo/util
|
|
||||||
type: git
|
|
||||||
version: 0.3.2
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@extollo/di': git+https://code.garrettmills.dev/extollo/di
|
'@extollo/di': ^0.4.5
|
||||||
'@extollo/util': git+https://code.garrettmills.dev/extollo/util
|
'@extollo/util': ^0.3.3
|
||||||
'@types/busboy': ^0.2.3
|
'@types/busboy': ^0.2.3
|
||||||
'@types/negotiator': ^0.6.1
|
'@types/negotiator': ^0.6.1
|
||||||
'@types/node': ^14.14.37
|
'@types/node': ^14.14.37
|
||||||
|
Loading…
Reference in New Issue
Block a user