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.

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "crypto-browserify@^3.11.0",
  3. "_id": "crypto-browserify@3.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
  6. "_location": "/crypto-browserify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "crypto-browserify@^3.11.0",
  12. "name": "crypto-browserify",
  13. "escapedName": "crypto-browserify",
  14. "rawSpec": "^3.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.11.0"
  17. },
  18. "_requiredBy": [
  19. "/node-libs-browser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
  22. "_shasum": "396cf9f3137f03e4b8e532c58f698254e00f80ec",
  23. "_spec": "crypto-browserify@^3.11.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/node-libs-browser",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "dominictarr.com"
  29. },
  30. "browser": {
  31. "crypto": false
  32. },
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/crypto-browserify/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "browserify-cipher": "^1.0.0",
  39. "browserify-sign": "^4.0.0",
  40. "create-ecdh": "^4.0.0",
  41. "create-hash": "^1.1.0",
  42. "create-hmac": "^1.1.0",
  43. "diffie-hellman": "^5.0.0",
  44. "inherits": "^2.0.1",
  45. "pbkdf2": "^3.0.3",
  46. "public-encrypt": "^4.0.0",
  47. "randombytes": "^2.0.0",
  48. "randomfill": "^1.0.3"
  49. },
  50. "deprecated": false,
  51. "description": "implementation of crypto for the browser",
  52. "devDependencies": {
  53. "hash-test-vectors": "~1.3.2",
  54. "pseudorandombytes": "^2.0.0",
  55. "safe-buffer": "^5.1.1",
  56. "standard": "^5.0.2",
  57. "tape": "~2.3.2",
  58. "zuul": "^3.6.0"
  59. },
  60. "engines": {
  61. "node": "*"
  62. },
  63. "homepage": "https://github.com/crypto-browserify/crypto-browserify",
  64. "license": "MIT",
  65. "name": "crypto-browserify",
  66. "optionalDependencies": {},
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/crypto-browserify/crypto-browserify.git"
  70. },
  71. "scripts": {
  72. "browser": "zuul --browser-version $BROWSER_VERSION --browser-name $BROWSER_NAME -- test/index.js",
  73. "standard": "standard",
  74. "test": "npm run standard && npm run unit",
  75. "unit": "node test/"
  76. },
  77. "version": "3.12.0"
  78. }