1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "parse-asn1@^5.0.0",
  3. "_id": "parse-asn1@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==",
  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.1.tgz",
  23. "_shasum": "f6bf293818332bd0dab54efb16087724745e6ca8",
  24. "_spec": "parse-asn1@^5.0.0",
  25. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/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. },
  38. "deprecated": false,
  39. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  40. "devDependencies": {
  41. "standard": "^5.0.0",
  42. "tape": "^3.4.0"
  43. },
  44. "homepage": "https://github.com/crypto-browserify/parse-asn1#readme",
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "parse-asn1",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  51. },
  52. "scripts": {
  53. "standard": "standard",
  54. "test": "npm run standard && npm run unit",
  55. "unit": "node ./test"
  56. },
  57. "version": "5.1.1"
  58. }