package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "ecc-jsbn@0.1.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "ecc-jsbn@0.1.2",
  9. "_id": "ecc-jsbn@0.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
  12. "_location": "/ecc-jsbn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ecc-jsbn@0.1.2",
  18. "name": "ecc-jsbn",
  19. "escapedName": "ecc-jsbn",
  20. "rawSpec": "0.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.2"
  23. },
  24. "_requiredBy": [
  25. "/sshpk"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
  28. "_spec": "0.1.2",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Jeremie Miller",
  32. "email": "jeremie@jabber.org",
  33. "url": "http://jeremie.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/quartzjer/ecc-jsbn/issues"
  37. },
  38. "dependencies": {
  39. "jsbn": "~0.1.0",
  40. "safer-buffer": "^2.1.0"
  41. },
  42. "description": "ECC JS code based on JSBN",
  43. "homepage": "https://github.com/quartzjer/ecc-jsbn",
  44. "keywords": [
  45. "jsbn",
  46. "ecc",
  47. "browserify"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "maintainers": [
  52. {
  53. "name": "Jeremie Miller",
  54. "email": "jeremie@jabber.org",
  55. "url": "http://jeremie.com/"
  56. },
  57. {
  58. "name": "Ryan Bennett",
  59. "url": "https://github.com/rynomad"
  60. }
  61. ],
  62. "name": "ecc-jsbn",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/quartzjer/ecc-jsbn.git"
  66. },
  67. "version": "0.1.2"
  68. }