New package lock
This commit is contained in:
parent
31006e8096
commit
6f73df3465
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@extollo/lib",
|
"name": "@extollo/lib",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"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,7 +8,7 @@
|
|||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@extollo/di": "^0.4.1",
|
"@extollo/di": "^0.4.2",
|
||||||
"@extollo/util": "^0.3.1",
|
"@extollo/util": "^0.3.1",
|
||||||
"@types/negotiator": "^0.6.1",
|
"@types/negotiator": "^0.6.1",
|
||||||
"@types/node": "^14.14.35",
|
"@types/node": "^14.14.35",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@extollo/di': link:../di
|
'@extollo/di': 0.4.2
|
||||||
'@extollo/util': link:../util
|
'@extollo/util': 0.3.1
|
||||||
'@types/negotiator': 0.6.1
|
'@types/negotiator': 0.6.1
|
||||||
'@types/node': 14.14.35
|
'@types/node': 14.14.35
|
||||||
'@types/pug': 2.0.4
|
'@types/pug': 2.0.4
|
||||||
@ -30,6 +30,33 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
|
integrity: sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA==
|
||||||
|
/@extollo/di/0.4.2:
|
||||||
|
dependencies:
|
||||||
|
'@extollo/util': 0.3.1
|
||||||
|
'@types/node': 14.14.35
|
||||||
|
reflect-metadata: 0.1.13
|
||||||
|
typescript: 4.2.3
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-7oMSNNPaSqq4aw4cDvaVXcfJhbPtEdUvHqq3LCtPLjtiD24e9XKE7lwg5E7S8Nl0XRCNn55HpTZNZ8YG1Il1WA==
|
||||||
|
/@extollo/util/0.3.1:
|
||||||
|
dependencies:
|
||||||
|
'@types/mkdirp': 1.0.1
|
||||||
|
'@types/node': 14.14.35
|
||||||
|
'@types/uuid': 8.3.0
|
||||||
|
colors: 1.4.0
|
||||||
|
mkdirp: 1.0.4
|
||||||
|
typescript: 4.2.3
|
||||||
|
uuid: 8.3.2
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-koSORNpkP/Xt2MqGqhFE1qCfE72eX7ZTwKMveKAYdpyFs3tbg7nPJHvdY+Bt7Zx5vLNUK8DJtEw6GeOSFJbFhw==
|
||||||
|
/@types/mkdirp/1.0.1:
|
||||||
|
dependencies:
|
||||||
|
'@types/node': 14.14.35
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-HkGSK7CGAXncr8Qn/0VqNtExEE+PHMWb+qlR1faHMao7ng6P3tAaoWWBMdva0gL5h4zprjIO89GJOLXsMcDm1Q==
|
||||||
/@types/negotiator/0.6.1:
|
/@types/negotiator/0.6.1:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
@ -42,6 +69,10 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-h3L80EGOPNLMFxVV1zAHQVBR9LI=
|
integrity: sha1-h3L80EGOPNLMFxVV1zAHQVBR9LI=
|
||||||
|
/@types/uuid/8.3.0:
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
|
||||||
/acorn/7.4.1:
|
/acorn/7.4.1:
|
||||||
dev: false
|
dev: false
|
||||||
engines:
|
engines:
|
||||||
@ -86,6 +117,12 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=
|
integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=
|
||||||
|
/colors/1.4.0:
|
||||||
|
dev: false
|
||||||
|
engines:
|
||||||
|
node: '>=0.1.90'
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
|
||||||
/constantinople/4.0.1:
|
/constantinople/4.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/parser': 7.13.10
|
'@babel/parser': 7.13.10
|
||||||
@ -184,6 +221,13 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
||||||
|
/mkdirp/1.0.4:
|
||||||
|
dev: false
|
||||||
|
engines:
|
||||||
|
node: '>=10'
|
||||||
|
hasBin: true
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
||||||
/negotiator/0.6.2:
|
/negotiator/0.6.2:
|
||||||
dev: false
|
dev: false
|
||||||
engines:
|
engines:
|
||||||
@ -297,6 +341,10 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==
|
integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==
|
||||||
|
/reflect-metadata/0.1.13:
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
|
||||||
/resolve/1.20.0:
|
/resolve/1.20.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-core-module: 2.2.0
|
is-core-module: 2.2.0
|
||||||
@ -351,6 +399,11 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
|
integrity: sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
|
||||||
|
/uuid/8.3.2:
|
||||||
|
dev: false
|
||||||
|
hasBin: true
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
||||||
/void-elements/3.1.0:
|
/void-elements/3.1.0:
|
||||||
dev: false
|
dev: false
|
||||||
engines:
|
engines:
|
||||||
@ -375,8 +428,8 @@ packages:
|
|||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
|
||||||
specifiers:
|
specifiers:
|
||||||
'@extollo/di': file:../di
|
'@extollo/di': ^0.4.2
|
||||||
'@extollo/util': file:../util
|
'@extollo/util': ^0.3.1
|
||||||
'@types/negotiator': ^0.6.1
|
'@types/negotiator': ^0.6.1
|
||||||
'@types/node': ^14.14.35
|
'@types/node': ^14.14.35
|
||||||
'@types/pug': ^2.0.4
|
'@types/pug': ^2.0.4
|
||||||
|
Loading…
Reference in New Issue
Block a user