package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "asn1@~0.2.3",
  6. "scope": null,
  7. "escapedName": "asn1",
  8. "name": "asn1",
  9. "rawSpec": "~0.2.3",
  10. "spec": ">=0.2.3 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "asn1@>=0.2.3 <0.3.0",
  17. "_id": "asn1@0.2.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/asn1",
  21. "_npmUser": {
  22. "name": "pfmooney",
  23. "email": "patrick.f.mooney@gmail.com"
  24. },
  25. "_npmVersion": "1.4.28",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "asn1@~0.2.3",
  29. "scope": null,
  30. "escapedName": "asn1",
  31. "name": "asn1",
  32. "rawSpec": "~0.2.3",
  33. "spec": ">=0.2.3 <0.3.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/sshpk"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
  40. "_shasum": "dac8787713c9966849fc8180777ebe9c1ddf3b86",
  41. "_shrinkwrap": null,
  42. "_spec": "asn1@~0.2.3",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk",
  44. "author": {
  45. "name": "Mark Cavage",
  46. "email": "mcavage@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/mcavage/node-asn1/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "David Gwynne",
  54. "email": "loki@animata.net"
  55. },
  56. {
  57. "name": "Yunong Xiao",
  58. "email": "yunong@joyent.com"
  59. },
  60. {
  61. "name": "Alex Wilson",
  62. "email": "alex.wilson@joyent.com"
  63. }
  64. ],
  65. "dependencies": {},
  66. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  67. "devDependencies": {
  68. "tap": "0.4.8"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "dac8787713c9966849fc8180777ebe9c1ddf3b86",
  73. "tarball": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz"
  74. },
  75. "homepage": "https://github.com/mcavage/node-asn1",
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "maintainers": [
  79. {
  80. "name": "mcavage",
  81. "email": "mcavage@gmail.com"
  82. },
  83. {
  84. "name": "pfmooney",
  85. "email": "patrick.f.mooney@gmail.com"
  86. }
  87. ],
  88. "name": "asn1",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/mcavage/node-asn1.git"
  94. },
  95. "scripts": {
  96. "test": "tap ./tst"
  97. },
  98. "version": "0.2.3"
  99. }