瑞宏网开票接口示例程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "jsrsasign",
  3. "_id": "jsrsasign@8.0.12",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Iqu5ZW00owuVMENnIINeicLlwxY=",
  6. "_location": "/jsrsasign",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "jsrsasign",
  12. "name": "jsrsasign",
  13. "escapedName": "jsrsasign",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.12.tgz",
  23. "_shasum": "22abb9656d34a30b9530436720835e89c2e5c316",
  24. "_spec": "jsrsasign",
  25. "_where": "/Users/amhong/11",
  26. "author": {
  27. "name": "Kenji Urushima"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/kjur/jsrsasign/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK).",
  36. "devDependencies": {
  37. "mocha": "~1.7.4"
  38. },
  39. "homepage": "https://github.com/kjur/jsrsasign#readme",
  40. "keywords": [
  41. "crypto",
  42. "cryptography",
  43. "Cipher",
  44. "RSA",
  45. "ECDSA",
  46. "DSA",
  47. "RSAPSS",
  48. "PKCS#1",
  49. "PKCS#5",
  50. "PKCS#8",
  51. "private key",
  52. "public key",
  53. "CSR",
  54. "PKCS#10",
  55. "hash function",
  56. "HMac",
  57. "ASN.1",
  58. "certificate",
  59. "X.509",
  60. "CRL",
  61. "OCSP",
  62. "RFC 3161",
  63. "Digital Timestamp",
  64. "Timestamp",
  65. "Time Stamp Token",
  66. "CMS",
  67. "Cryptgraphic Message Syntax",
  68. "PKCS#7",
  69. "Signature",
  70. "Digital Signature",
  71. "signing",
  72. "Message Digest",
  73. "JSON Web Token",
  74. "JWT",
  75. "JSON Web Signature",
  76. "JWS",
  77. "JSON Web Key",
  78. "JWK",
  79. "JOSE",
  80. "JWA"
  81. ],
  82. "license": "MIT",
  83. "main": "lib/jsrsasign.js",
  84. "name": "jsrsasign",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/kjur/jsrsasign.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "version": "8.0.12"
  93. }