package.json 1.6 KB

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