package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "asn1@0.2.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "asn1@0.2.3",
  9. "_id": "asn1@0.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
  12. "_location": "/asn1",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "asn1@0.2.3",
  18. "name": "asn1",
  19. "escapedName": "asn1",
  20. "rawSpec": "0.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.3"
  23. },
  24. "_requiredBy": [
  25. "/sshpk"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
  28. "_spec": "0.2.3",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Mark Cavage",
  32. "email": "mcavage@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mcavage/node-asn1/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "David Gwynne",
  40. "email": "loki@animata.net"
  41. },
  42. {
  43. "name": "Yunong Xiao",
  44. "email": "yunong@joyent.com"
  45. },
  46. {
  47. "name": "Alex Wilson",
  48. "email": "alex.wilson@joyent.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  53. "devDependencies": {
  54. "tap": "0.4.8"
  55. },
  56. "homepage": "https://github.com/mcavage/node-asn1#readme",
  57. "license": "MIT",
  58. "main": "lib/index.js",
  59. "name": "asn1",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/mcavage/node-asn1.git"
  63. },
  64. "scripts": {
  65. "test": "tap ./tst"
  66. },
  67. "version": "0.2.3"
  68. }