package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "jsbn@0.1.1",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsbn@~0.1.0",
  10. "_id": "jsbn@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
  13. "_location": "/jsbn",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "jsbn@0.1.1",
  20. "name": "jsbn",
  21. "escapedName": "jsbn",
  22. "rawSpec": "0.1.1",
  23. "saveSpec": null,
  24. "fetchSpec": "0.1.1"
  25. },
  26. "_requiredBy": [
  27. "/",
  28. "/ecc-jsbn",
  29. "/sshpk"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  32. "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
  33. "_spec": "0.1.1",
  34. "_where": "E:\\vscode\\UseStudio.Desktop",
  35. "author": {
  36. "name": "Tom Wu"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/andyperlitch/jsbn/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "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.",
  44. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  45. "keywords": [
  46. "biginteger",
  47. "bignumber",
  48. "big",
  49. "integer"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "jsbn",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/andyperlitch/jsbn.git"
  57. },
  58. "scripts": {
  59. "test": "mocha test.js"
  60. },
  61. "version": "0.1.1"
  62. }