package.json 1.7 KB

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