Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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