package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "parse-asn1@^5.1.5",
  3. "_id": "parse-asn1@5.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==",
  6. "_location": "/parse-asn1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parse-asn1@^5.1.5",
  12. "name": "parse-asn1",
  13. "escapedName": "parse-asn1",
  14. "rawSpec": "^5.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.5"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/public-encrypt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz",
  23. "_shasum": "385080a3ec13cb62a62d39409cb3e88844cdaed4",
  24. "_spec": "parse-asn1@^5.1.5",
  25. "_where": "H:\\gs_nuxt\\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": "^5.2.0",
  33. "browserify-aes": "^1.0.0",
  34. "evp_bytestokey": "^1.0.0",
  35. "pbkdf2": "^3.0.3",
  36. "safe-buffer": "^5.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  40. "devDependencies": {
  41. "standard": "^14.3.4",
  42. "tape": "^5.0.1"
  43. },
  44. "files": [
  45. "asn1.js",
  46. "aesid.json",
  47. "certificate.js",
  48. "fixProc.js",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  52. "license": "ISC",
  53. "main": "index.js",
  54. "name": "parse-asn1",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  58. },
  59. "scripts": {
  60. "standard": "standard",
  61. "test": "npm run standard && npm run unit",
  62. "unit": "node ./test"
  63. },
  64. "version": "5.1.6"
  65. }