You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
3.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "public-encrypt@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "public-encrypt@>=4.0.0 <5.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "public-encrypt@4.0.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/public-encrypt",
  14. "_nodeVersion": "10.8.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/public-encrypt_4.0.3_1538423236125_0.6978435794264757"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "6.4.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "public-encrypt",
  27. "raw": "public-encrypt@^4.0.0",
  28. "rawSpec": "^4.0.0",
  29. "scope": null,
  30. "spec": ">=4.0.0 <5.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/crypto-browserify"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
  37. "_shasum": "4fcc9d77a07e48ba7527e7cbe0de33d0701331e0",
  38. "_shrinkwrap": null,
  39. "_spec": "public-encrypt@^4.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify",
  41. "author": {
  42. "name": "Calvin Metcalf"
  43. },
  44. "browser": "browser.js",
  45. "bugs": {
  46. "url": "https://github.com/crypto-browserify/publicEncrypt/issues"
  47. },
  48. "dependencies": {
  49. "bn.js": "^4.1.0",
  50. "browserify-rsa": "^4.0.0",
  51. "create-hash": "^1.1.0",
  52. "parse-asn1": "^5.0.0",
  53. "randombytes": "^2.0.1",
  54. "safe-buffer": "^5.1.2"
  55. },
  56. "description": "browserify version of publicEncrypt & privateDecrypt",
  57. "devDependencies": {
  58. "standard": "^12.0.0",
  59. "tap-spec": "^2.1.2",
  60. "tape": "^3.0.3"
  61. },
  62. "directories": {
  63. "test": "test"
  64. },
  65. "dist": {
  66. "fileCount": 31,
  67. "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==",
  68. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbsnnECRA9TVsSAnZWagAAXz8P/i2hUVyWz477HJ5gtXrp\n110L14kltYplvOCNvh/PGkVapMFo/ObJ5Siynpn1NKAAVXM0KHQXvhaezLtk\nbzxxY1JE+sLEVmDNmwddGKZ0/8UIRlx9nw8cMEex/HhJyhVDe1rnkqOO/iER\nloT+N4WX5umDtop1BKl4rzeGNSjZgGyk2M+xvMN5tXKzfV/2HW3+FHYLcy3Z\nsyvBZmnfLDrmN9pK/E3hw9oqekM1FfoxkL+0XnIW5H2ybkV6CDZbqTxV/0gE\nbZB0i54I+t1OA9BAh/LtR4tas+xolgH5WqF2NB9MmjaTxWZAxHPGGhKuQ/i5\nxRLuJej37gIN7CZfVoEABHZ8QX3mgBK+yVlk4osOxiALAOxuqCh/Lm0NlQ0q\nprlJ5FGk0i7ZUvohTsJNasBXGS3z9HdCxKW+v4NR22WAfwmCnzm5oumpLROw\n6nKh3YHsw92Mv3UZq2VHK5GPObQKVpaTyuEGq1uKoiwFHsrGM5RvFIT21PxU\nmXkVLpXUSUxmUGqJU9VRJVuhgNjGV5o+egzW9tEXJCD8/V0PrOuN5qL09U3u\nM6/jUPWiKUuxLwMS/tCYF9fTdpQzVWx+nWypP/pbuyq4n0xFqN1aWxx7X7HK\nQOcJU0PjMGHiHHHlWYL1cZvLq1sUWBUxOwpZwc4LE8maZF7h0BrYYvKhBPoT\nb+tq\r\n=gJHG\r\n-----END PGP SIGNATURE-----\r\n",
  69. "shasum": "4fcc9d77a07e48ba7527e7cbe0de33d0701331e0",
  70. "tarball": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
  71. "unpackedSize": 27803
  72. },
  73. "gitHead": "aff236f8921dd1309bf61b4f56d14385ec40cbaf",
  74. "homepage": "https://github.com/crypto-browserify/publicEncrypt",
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "cwmma",
  80. "email": "calvin.metcalf@gmail.com"
  81. },
  82. {
  83. "name": "dcousens",
  84. "email": "npm@dcousens.com"
  85. },
  86. {
  87. "name": "indutny",
  88. "email": "fedor@indutny.com"
  89. },
  90. {
  91. "name": "jprichardson",
  92. "email": "jprichardson@gmail.com"
  93. }
  94. ],
  95. "name": "public-encrypt",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/crypto-browserify/publicEncrypt.git"
  101. },
  102. "scripts": {
  103. "lint": "standard",
  104. "test": "node test/index.js | tspec"
  105. },
  106. "version": "4.0.3"
  107. }