package.json 1.5 KB

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