package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "asn1@0.2.6",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "asn1@0.2.6",
  9. "_id": "asn1@0.2.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
  12. "_location": "/asn1",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "asn1@0.2.6",
  18. "name": "asn1",
  19. "escapedName": "asn1",
  20. "rawSpec": "0.2.6",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.6"
  23. },
  24. "_requiredBy": [
  25. "/sshpk"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/asn1/-/asn1-0.2.6.tgz",
  28. "_spec": "0.2.6",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Joyent",
  32. "url": "joyent.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/joyent/node-asn1/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Mark Cavage",
  40. "email": "mcavage@gmail.com"
  41. },
  42. {
  43. "name": "David Gwynne",
  44. "email": "loki@animata.net"
  45. },
  46. {
  47. "name": "Yunong Xiao",
  48. "email": "yunong@joyent.com"
  49. },
  50. {
  51. "name": "Alex Wilson",
  52. "email": "alex.wilson@joyent.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "safer-buffer": "~2.1.0"
  57. },
  58. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  59. "devDependencies": {
  60. "eslint": "2.13.1",
  61. "eslint-plugin-joyent": "~1.3.0",
  62. "faucet": "0.0.1",
  63. "istanbul": "^0.3.6",
  64. "tape": "^3.5.0"
  65. },
  66. "homepage": "https://github.com/joyent/node-asn1#readme",
  67. "license": "MIT",
  68. "main": "lib/index.js",
  69. "name": "asn1",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/joyent/node-asn1.git"
  73. },
  74. "scripts": {
  75. "test": "tape ./test/ber/*.test.js"
  76. },
  77. "version": "0.2.6"
  78. }