package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "jsbn@~0.1.0",
  5. "D:\\work\\im\\node_modules\\sshpk"
  6. ]
  7. ],
  8. "_from": "jsbn@>=0.1.0 <0.2.0",
  9. "_id": "jsbn@0.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/jsbn",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "andyperlitch@gmail.com",
  16. "name": "andyperlitch"
  17. },
  18. "_npmVersion": "2.7.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "jsbn",
  22. "raw": "jsbn@~0.1.0",
  23. "rawSpec": "~0.1.0",
  24. "scope": null,
  25. "spec": ">=0.1.0 <0.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/ecc-jsbn",
  30. "/jodid25519",
  31. "/sshpk"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz",
  34. "_shasum": "650987da0dd74f4ebf5a11377a2aa2d273e97dfd",
  35. "_shrinkwrap": null,
  36. "_spec": "jsbn@~0.1.0",
  37. "_where": "D:\\work\\im\\node_modules\\sshpk",
  38. "author": {
  39. "name": "Tom Wu"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/andyperlitch/jsbn/issues"
  43. },
  44. "dependencies": {},
  45. "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.",
  46. "devDependencies": {},
  47. "directories": {},
  48. "dist": {
  49. "shasum": "650987da0dd74f4ebf5a11377a2aa2d273e97dfd",
  50. "tarball": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.0.tgz"
  51. },
  52. "gitHead": "148a967b112806e63ddeeed78ee7938eef74c84a",
  53. "homepage": "https://github.com/andyperlitch/jsbn",
  54. "keywords": [
  55. "biginteger",
  56. "bignumber",
  57. "big",
  58. "integer"
  59. ],
  60. "license": "BSD",
  61. "main": "index.js",
  62. "maintainers": [
  63. {
  64. "email": "andyperlitch@gmail.com",
  65. "name": "andyperlitch"
  66. }
  67. ],
  68. "name": "jsbn",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/andyperlitch/jsbn.git"
  74. },
  75. "scripts": {
  76. "test": "mocha test.js"
  77. },
  78. "version": "0.1.0"
  79. }