package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "browserify-rsa@4.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browserify-rsa@4.0.1",
  10. "_id": "browserify-rsa@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
  13. "_location": "/browserify-rsa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "browserify-rsa@4.0.1",
  19. "name": "browserify-rsa",
  20. "escapedName": "browserify-rsa",
  21. "rawSpec": "4.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.1"
  24. },
  25. "_requiredBy": [
  26. "/browserify-sign",
  27. "/public-encrypt"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/browserify-rsa/download/browserify-rsa-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": "",
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/browserify-rsa/issues"
  35. },
  36. "dependencies": {
  37. "bn.js": "^4.1.0",
  38. "randombytes": "^2.0.1"
  39. },
  40. "description": "RSA for browserify",
  41. "devDependencies": {
  42. "parse-asn1": "^5.0.0",
  43. "tap-spec": "^2.1.2",
  44. "tape": "^3.0.3"
  45. },
  46. "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "browserify-rsa",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+ssh://git@github.com/crypto-browserify/browserify-rsa.git"
  53. },
  54. "scripts": {
  55. "test": "node test.js | tspec"
  56. },
  57. "version": "4.0.1"
  58. }