package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "ecc-jsbn@~0.1.1",
  6. "scope": null,
  7. "escapedName": "ecc-jsbn",
  8. "name": "ecc-jsbn",
  9. "rawSpec": "~0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "ecc-jsbn@>=0.1.1 <0.2.0",
  17. "_id": "ecc-jsbn@0.1.1",
  18. "_inCache": true,
  19. "_location": "/ecc-jsbn",
  20. "_nodeVersion": "0.12.6",
  21. "_npmUser": {
  22. "name": "quartzjer",
  23. "email": "jeremie@jabber.org"
  24. },
  25. "_npmVersion": "2.11.2",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "ecc-jsbn@~0.1.1",
  29. "scope": null,
  30. "escapedName": "ecc-jsbn",
  31. "name": "ecc-jsbn",
  32. "rawSpec": "~0.1.1",
  33. "spec": ">=0.1.1 <0.2.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/sshpk"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz",
  40. "_shasum": "0fc73a9ed5f0d53c38193398523ef7e543777505",
  41. "_shrinkwrap": null,
  42. "_spec": "ecc-jsbn@~0.1.1",
  43. "_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sshpk",
  44. "author": {
  45. "name": "Jeremie Miller",
  46. "email": "jeremie@jabber.org",
  47. "url": "http://jeremie.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/quartzjer/ecc-jsbn/issues"
  51. },
  52. "dependencies": {
  53. "jsbn": "~0.1.0"
  54. },
  55. "description": "ECC JS code based on JSBN",
  56. "devDependencies": {},
  57. "directories": {},
  58. "dist": {
  59. "shasum": "0fc73a9ed5f0d53c38193398523ef7e543777505",
  60. "tarball": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz"
  61. },
  62. "gitHead": "d35a360352496721030da645e8054f07efc22487",
  63. "homepage": "https://github.com/quartzjer/ecc-jsbn",
  64. "keywords": [
  65. "jsbn",
  66. "ecc",
  67. "browserify"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "name": "Jeremie Miller",
  74. "email": "jeremie@jabber.org",
  75. "url": "http://jeremie.com/"
  76. },
  77. {
  78. "name": "Ryan Bennett",
  79. "url": "https://github.com/rynomad"
  80. }
  81. ],
  82. "name": "ecc-jsbn",
  83. "optionalDependencies": {},
  84. "readme": "ecc-jsbn\n========\n\nECC package based on [jsbn](https://github.com/andyperlitch/jsbn) from [Tom Wu](http://www-cs-students.stanford.edu/~tjw/).\n\nThis is a subset of the same interface as the [node compiled module](https://github.com/quartzjer/ecc), but works in the browser too.\n\nAlso uses point compression now from [https://github.com/kaielvin](https://github.com/kaielvin/jsbn-ec-point-compression).\n",
  85. "readmeFilename": "README.md",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/quartzjer/ecc-jsbn.git"
  89. },
  90. "scripts": {},
  91. "version": "0.1.1"
  92. }