package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "jwk-to-pem",
  3. "_id": "jwk-to-pem@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4CCK9UBHNWjWtfSHdyu3I6rA8vlN5cWqnVuwY0cOMyXtw6M1tP+yrM8GZpwk+P932Dc3cLag4d35B6CqyIf89A==",
  6. "_location": "/jwk-to-pem",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "jwk-to-pem",
  12. "name": "jwk-to-pem",
  13. "escapedName": "jwk-to-pem",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jwk-to-pem/-/jwk-to-pem-2.0.4.tgz",
  23. "_shasum": "774e168697a0b52054e8cfb0bcd57e0f4c398e2d",
  24. "_spec": "jwk-to-pem",
  25. "_where": "E:\\pokemon3\\项目PK3\\server\\recharge",
  26. "author": {
  27. "name": "D2L Corporation"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Brightspace/node-jwk-to-pem/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "asn1.js": "^5.3.0",
  35. "elliptic": "^6.5.3",
  36. "safe-buffer": "^5.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Convert a JSON Web Key to a PEM",
  40. "devDependencies": {
  41. "chai": "^4.2.0",
  42. "coveralls": "^3.0.5",
  43. "eslint": "^6.0.1",
  44. "eslint-config-brightspace": "^0.6.4",
  45. "jwa": "^1.1.4",
  46. "mocha": "^6.2.0",
  47. "nyc": "^14.1.1"
  48. },
  49. "files": [
  50. "LICENSE",
  51. "README.md",
  52. "src"
  53. ],
  54. "homepage": "https://github.com/Brightspace/node-jwk-to-pem#readme",
  55. "keywords": [
  56. "jwt",
  57. "jwk",
  58. "jwa",
  59. "jsonwebtoken"
  60. ],
  61. "license": "Apache-2.0",
  62. "main": "src/jwk-to-pem.js",
  63. "name": "jwk-to-pem",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+ssh://git@github.com/Brightspace/node-jwk-to-pem.git"
  67. },
  68. "scripts": {
  69. "check-style": "eslint .",
  70. "pretest": "npm run check-style",
  71. "report-cov": "nyc report --reporter=text-lcov | coveralls",
  72. "test": "nyc --all --include src -- mocha spec"
  73. },
  74. "version": "2.0.4"
  75. }