package.json 2.2 KB

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