cloudflare/access-crl-worker-template

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d0f732637db0dd9a73ee81d383b800e47a8db5c

Branches

Tags

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

Clone

HTTPS

Download ZIP

package-lock.json

42lines · modepreview

{
  "name": "jroyal-auth-2117-crl",
  "version": "1.0.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "asn1js": {
      "version": "2.0.26",
      "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.26.tgz",
      "integrity": "sha512-yG89F0j9B4B0MKIcFyWWxnpZPLaNTjCj4tkE3fjbAoo0qmpGw0PYYqSbX/4ebnd9Icn8ZgK4K1fvDyEtW1JYtQ==",
      "requires": {
        "pvutils": "^1.0.17"
      }
    },
    "bytestreamjs": {
      "version": "1.0.29",
      "resolved": "https://registry.npmjs.org/bytestreamjs/-/bytestreamjs-1.0.29.tgz",
      "integrity": "sha512-Mri3yqoo9YvdaSvD5OYl4Rdu9zCBJInW/Ez31sdlNY4ikMy//EvTTmidfLcs0e+NBvKVEpPzYvJAesjgMdjnZg=="
    },
    "pkijs": {
      "version": "2.1.84",
      "resolved": "https://registry.npmjs.org/pkijs/-/pkijs-2.1.84.tgz",
      "integrity": "sha512-DRfTYTBaoVv65SkBggpr8nBEt18U9Is97pbGqi4Mu3ZoIsgAmqufQlMMNwPXit9mVS/3H3+cvvwDg77ICDi4Hw==",
      "requires": {
        "asn1js": "^2.0.26",
        "bytestreamjs": "^1.0.29",
        "pvutils": "^1.0.17"
      }
    },
    "prettier": {
      "version": "1.19.1",
      "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
      "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
      "dev": true
    },
    "pvutils": {
      "version": "1.0.17",
      "resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz",
      "integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ=="
    }
  }
}