選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.8KB

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