package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "jsbn@0.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsbn@0.1.1",
  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. "/ecc-jsbn",
  28. "/sshpk"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
  31. "_spec": "0.1.1",
  32. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  33. "author": {
  34. "name": "Tom Wu"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/andyperlitch/jsbn/issues"
  38. },
  39. "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.",
  40. "homepage": "https://github.com/andyperlitch/jsbn#readme",
  41. "keywords": [
  42. "biginteger",
  43. "bignumber",
  44. "big",
  45. "integer"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "jsbn",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/andyperlitch/jsbn.git"
  53. },
  54. "scripts": {
  55. "test": "mocha test.js"
  56. },
  57. "version": "0.1.1"
  58. }