2022-03-12 23:34:46 +01:00
|
|
|
{
|
|
|
|
"name": "@tp/tp-router",
|
2022-04-25 09:07:33 +02:00
|
|
|
"version": "1.0.2",
|
|
|
|
"lockfileVersion": 2,
|
2022-03-12 23:34:46 +01:00
|
|
|
"requires": true,
|
2022-04-25 09:07:33 +02:00
|
|
|
"packages": {
|
|
|
|
"": {
|
|
|
|
"name": "@tp/tp-router",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"@tp/helpers": "^1.0.1",
|
|
|
|
"lit": "^2.2.0",
|
|
|
|
"path-to-regexp": "^6.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/@lit/reactive-element": {
|
|
|
|
"version": "1.3.1",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@lit%2freactive-element/-/reactive-element-1.3.1.tgz",
|
|
|
|
"integrity": "sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw==",
|
|
|
|
"license": "BSD-3-Clause"
|
|
|
|
},
|
|
|
|
"node_modules/@tp/helpers": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@tp%2fhelpers/-/helpers-1.0.1.tgz",
|
|
|
|
"integrity": "sha512-f6pDPw4QpjWnmVkYgOHjMXQXtGB4vbA45eZV9DjCF9OoCXsa+Pz32H2rLQRKbdpsfFllywOBI+GMGPYDJyrG/Q==",
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
},
|
|
|
|
"node_modules/@types/trusted-types": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@types%2ftrusted-types/-/trusted-types-2.0.2.tgz",
|
|
|
|
"integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==",
|
|
|
|
"license": "MIT"
|
|
|
|
},
|
|
|
|
"node_modules/lit": {
|
|
|
|
"version": "2.2.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit/-/lit-2.2.2.tgz",
|
|
|
|
"integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"@lit/reactive-element": "^1.3.0",
|
|
|
|
"lit-element": "^3.2.0",
|
|
|
|
"lit-html": "^2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/lit-element": {
|
|
|
|
"version": "3.2.0",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit-element/-/lit-element-3.2.0.tgz",
|
|
|
|
"integrity": "sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"@lit/reactive-element": "^1.3.0",
|
|
|
|
"lit-html": "^2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/lit-html": {
|
|
|
|
"version": "2.2.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit-html/-/lit-html-2.2.2.tgz",
|
|
|
|
"integrity": "sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/trusted-types": "^2.0.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"node_modules/path-to-regexp": {
|
|
|
|
"version": "6.2.0",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/path-to-regexp/-/path-to-regexp-6.2.0.tgz",
|
|
|
|
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg==",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|
|
|
|
},
|
2022-03-12 23:34:46 +01:00
|
|
|
"dependencies": {
|
2022-04-25 09:07:33 +02:00
|
|
|
"@lit/reactive-element": {
|
|
|
|
"version": "1.3.1",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@lit%2freactive-element/-/reactive-element-1.3.1.tgz",
|
|
|
|
"integrity": "sha512-nOJARIr3pReqK3hfFCSW2Zg/kFcFsSAlIE7z4a0C9D2dPrgD/YSn3ZP2ET/rxKB65SXyG7jJbkynBRm+tGlacw=="
|
|
|
|
},
|
2022-03-12 23:34:46 +01:00
|
|
|
"@tp/helpers": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@tp%2fhelpers/-/helpers-1.0.1.tgz",
|
|
|
|
"integrity": "sha512-f6pDPw4QpjWnmVkYgOHjMXQXtGB4vbA45eZV9DjCF9OoCXsa+Pz32H2rLQRKbdpsfFllywOBI+GMGPYDJyrG/Q=="
|
2022-04-25 09:07:33 +02:00
|
|
|
},
|
|
|
|
"@types/trusted-types": {
|
|
|
|
"version": "2.0.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/@types%2ftrusted-types/-/trusted-types-2.0.2.tgz",
|
|
|
|
"integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg=="
|
|
|
|
},
|
|
|
|
"lit": {
|
|
|
|
"version": "2.2.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit/-/lit-2.2.2.tgz",
|
|
|
|
"integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==",
|
|
|
|
"requires": {
|
|
|
|
"@lit/reactive-element": "^1.3.0",
|
|
|
|
"lit-element": "^3.2.0",
|
|
|
|
"lit-html": "^2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lit-element": {
|
|
|
|
"version": "3.2.0",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit-element/-/lit-element-3.2.0.tgz",
|
|
|
|
"integrity": "sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==",
|
|
|
|
"requires": {
|
|
|
|
"@lit/reactive-element": "^1.3.0",
|
|
|
|
"lit-html": "^2.2.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"lit-html": {
|
|
|
|
"version": "2.2.2",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/lit-html/-/lit-html-2.2.2.tgz",
|
|
|
|
"integrity": "sha512-cJofCRXuizwyaiGt9pJjJOcauezUlSB6t87VBXsPwRhbzF29MgD8GH6fZ0BuZdXAAC02IRONZBd//VPUuU8QbQ==",
|
|
|
|
"requires": {
|
|
|
|
"@types/trusted-types": "^2.0.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"path-to-regexp": {
|
|
|
|
"version": "6.2.0",
|
|
|
|
"resolved": "https://verdaccio.codeblob.work/path-to-regexp/-/path-to-regexp-6.2.0.tgz",
|
|
|
|
"integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg=="
|
2022-03-12 23:34:46 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|