package.json 2.2 KB

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