package.json 2.3 KB

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