cloudflare/access-crl-worker-template

Public

mirrored fromhttps://github.com/cloudflare/access-crl-worker-template

CodeCommitsIssuesPull requestsActionsInsightsSecurity
master

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

package-lock.json

42lines · modecode

1{
2 "name": "jroyal-auth-2117-crl",
3 "version": "1.0.0",
4 "lockfileVersion": 1,
5 "requires": true,
6 "dependencies": {
7 "asn1js": {
8 "version": "2.0.26",
9 "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.26.tgz",
10 "integrity": "sha512-yG89F0j9B4B0MKIcFyWWxnpZPLaNTjCj4tkE3fjbAoo0qmpGw0PYYqSbX/4ebnd9Icn8ZgK4K1fvDyEtW1JYtQ==",
11 "requires": {
12 "pvutils": "^1.0.17"
13 }
14 },
15 "bytestreamjs": {
16 "version": "1.0.29",
17 "resolved": "https://registry.npmjs.org/bytestreamjs/-/bytestreamjs-1.0.29.tgz",
18 "integrity": "sha512-Mri3yqoo9YvdaSvD5OYl4Rdu9zCBJInW/Ez31sdlNY4ikMy//EvTTmidfLcs0e+NBvKVEpPzYvJAesjgMdjnZg=="
19 },
20 "pkijs": {
21 "version": "2.1.84",
22 "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-2.1.84.tgz",
23 "integrity": "sha512-DRfTYTBaoVv65SkBggpr8nBEt18U9Is97pbGqi4Mu3ZoIsgAmqufQlMMNwPXit9mVS/3H3+cvvwDg77ICDi4Hw==",
24 "requires": {
25 "asn1js": "^2.0.26",
26 "bytestreamjs": "^1.0.29",
27 "pvutils": "^1.0.17"
28 }
29 },
30 "prettier": {
31 "version": "1.19.1",
32 "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
33 "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
34 "dev": true
35 },
36 "pvutils": {
37 "version": "1.0.17",
38 "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz",
39 "integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ=="
40 }
41 }
42}