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.

121 lines
3.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "crypto-browserify@^3.11.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser"
  6. ]
  7. ],
  8. "_from": "crypto-browserify@>=3.11.0 <4.0.0",
  9. "_id": "crypto-browserify@3.12.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/crypto-browserify",
  13. "_nodeVersion": "8.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/crypto-browserify-3.12.0.tgz_1509711759261_0.0643247205298394"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "crypto-browserify",
  26. "raw": "crypto-browserify@^3.11.0",
  27. "rawSpec": "^3.11.0",
  28. "scope": null,
  29. "spec": ">=3.11.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/node-libs-browser"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
  36. "_shasum": "396cf9f3137f03e4b8e532c58f698254e00f80ec",
  37. "_shrinkwrap": null,
  38. "_spec": "crypto-browserify@^3.11.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser",
  40. "author": {
  41. "email": "dominic.tarr@gmail.com",
  42. "name": "Dominic Tarr",
  43. "url": "dominictarr.com"
  44. },
  45. "browser": {
  46. "crypto": false
  47. },
  48. "bugs": {
  49. "url": "https://github.com/crypto-browserify/crypto-browserify/issues"
  50. },
  51. "dependencies": {
  52. "browserify-cipher": "^1.0.0",
  53. "browserify-sign": "^4.0.0",
  54. "create-ecdh": "^4.0.0",
  55. "create-hash": "^1.1.0",
  56. "create-hmac": "^1.1.0",
  57. "diffie-hellman": "^5.0.0",
  58. "inherits": "^2.0.1",
  59. "pbkdf2": "^3.0.3",
  60. "public-encrypt": "^4.0.0",
  61. "randombytes": "^2.0.0",
  62. "randomfill": "^1.0.3"
  63. },
  64. "description": "implementation of crypto for the browser",
  65. "devDependencies": {
  66. "hash-test-vectors": "~1.3.2",
  67. "pseudorandombytes": "^2.0.0",
  68. "safe-buffer": "^5.1.1",
  69. "standard": "^5.0.2",
  70. "tape": "~2.3.2",
  71. "zuul": "^3.6.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
  76. "shasum": "396cf9f3137f03e4b8e532c58f698254e00f80ec",
  77. "tarball": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz"
  78. },
  79. "engines": {
  80. "node": "*"
  81. },
  82. "gitHead": "5ffcb3c1c8c0715cb0d75ce012103e70cc625e8c",
  83. "homepage": "https://github.com/crypto-browserify/crypto-browserify",
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "dominictarr",
  88. "email": "dominic.tarr@gmail.com"
  89. },
  90. {
  91. "name": "cwmma",
  92. "email": "calvin.metcalf@gmail.com"
  93. },
  94. {
  95. "name": "dcousens",
  96. "email": "email@dcousens.com"
  97. },
  98. {
  99. "name": "jprichardson",
  100. "email": "jprichardson@gmail.com"
  101. },
  102. {
  103. "name": "indutny",
  104. "email": "fedor@indutny.com"
  105. }
  106. ],
  107. "name": "crypto-browserify",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git://github.com/crypto-browserify/crypto-browserify.git"
  113. },
  114. "scripts": {
  115. "browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js",
  116. "standard": "standard",
  117. "test": "npm run standard && npm run unit",
  118. "unit": "node test/"
  119. },
  120. "version": "3.12.0"
  121. }