package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "jsbn@0.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "jsbn@0.1.1",
  9. "_id": "jsbn@0.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
  12. "_location": "/jsbn",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "jsbn@0.1.1",
  18. "name": "jsbn",
  19. "escapedName": "jsbn",
  20. "rawSpec": "0.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.1"
  23. },
  24. "_requiredBy": [
  25. "/ecc-jsbn",
  26. "/sshpk"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Tom Wu"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/andyperlitch/jsbn/issues"
  36. },
  37. "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  38. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  39. "keywords": [
  40. "biginteger",
  41. "bignumber",
  42. "big",
  43. "integer"
  44. ],
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "jsbn",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/andyperlitch/jsbn.git"
  51. },
  52. "scripts": {
  53. "test": "mocha test.js"
  54. },
  55. "version": "0.1.1"
  56. }