package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "public-encrypt@4.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "public-encrypt@4.0.3",
  10. "_id": "public-encrypt@4.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-T8ydd6B+SLp1J+fL4N4z0HATMeA=",
  13. "_location": "/public-encrypt",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "public-encrypt@4.0.3",
  19. "name": "public-encrypt",
  20. "escapedName": "public-encrypt",
  21. "rawSpec": "4.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.3"
  24. },
  25. "_requiredBy": [
  26. "/crypto-browserify"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/public-encrypt/download/public-encrypt-4.0.3.tgz",
  29. "_spec": "4.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Calvin Metcalf"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
  37. },
  38. "dependencies": {
  39. "bn.js": "^4.1.0",
  40. "browserify-rsa": "^4.0.0",
  41. "create-hash": "^1.1.0",
  42. "parse-asn1": "^5.0.0",
  43. "randombytes": "^2.0.1",
  44. "safe-buffer": "^5.1.2"
  45. },
  46. "description": "browserify version of publicEncrypt & privateDecrypt",
  47. "devDependencies": {
  48. "standard": "^12.0.0",
  49. "tap-spec": "^2.1.2",
  50. "tape": "^3.0.3"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "homepage": "https://github.com/crypto-browserify/publicEncrypt",
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "public-encrypt",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
  62. },
  63. "scripts": {
  64. "lint": "standard",
  65. "test": "node test/index.js | tspec"
  66. },
  67. "version": "4.0.3"
  68. }