Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "parse-asn1@^5.0.0",
  3. "_id": "parse-asn1@5.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jkMYn1dcJqF6d5CpU689bq7w/b5ALS9ROVSpQDPrZsqqesUJii9qutvoT5ltGedNXMO2e16YUWIghG9KxaViTQ==",
  6. "_location": "/parse-asn1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-asn1@^5.0.0",
  12. "name": "parse-asn1",
  13. "escapedName": "parse-asn1",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/public-encrypt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.5.tgz",
  23. "_shasum": "003271343da58dc94cace494faef3d2147ecea0e",
  24. "_spec": "parse-asn1@^5.0.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/browserify-sign",
  26. "author": "",
  27. "bugs": {
  28. "url": "https://github.com/crypto-browserify/parse-asn1/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "asn1.js": "^4.0.0",
  33. "browserify-aes": "^1.0.0",
  34. "create-hash": "^1.1.0",
  35. "evp_bytestokey": "^1.0.0",
  36. "pbkdf2": "^3.0.3",
  37. "safe-buffer": "^5.1.1"
  38. },
  39. "deprecated": false,
  40. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  41. "devDependencies": {
  42. "standard": "^5.0.0",
  43. "tape": "^3.4.0"
  44. },
  45. "files": [
  46. "asn1.js",
  47. "aesid.json",
  48. "certificate.js",
  49. "fixProc.js",
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  53. "license": "ISC",
  54. "main": "index.js",
  55. "name": "parse-asn1",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  59. },
  60. "scripts": {
  61. "standard": "standard",
  62. "test": "npm run standard && npm run unit",
  63. "unit": "node ./test"
  64. },
  65. "version": "5.1.5"
  66. }