package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "ripemd160@2.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ripemd160@2.0.2",
  10. "_id": "ripemd160@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  13. "_location": "/ripemd160",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ripemd160@2.0.2",
  19. "name": "ripemd160",
  20. "escapedName": "ripemd160",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/create-hash",
  27. "/create-hmac",
  28. "/pbkdf2"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  31. "_spec": "2.0.2",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/ripemd160/issues"
  35. },
  36. "dependencies": {
  37. "hash-base": "^3.0.0",
  38. "inherits": "^2.0.1"
  39. },
  40. "description": "Compute ripemd160 of bytes or strings.",
  41. "devDependencies": {
  42. "hash-test-vectors": "^1.3.2",
  43. "standard": "^6.0.7",
  44. "tape": "^4.5.1"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  50. "keywords": [
  51. "string",
  52. "strings",
  53. "ripemd160",
  54. "ripe160",
  55. "bitcoin",
  56. "bytes",
  57. "cryptography"
  58. ],
  59. "license": "MIT",
  60. "main": "./index",
  61. "name": "ripemd160",
  62. "repository": {
  63. "url": "git+https://github.com/crypto-browserify/ripemd160.git",
  64. "type": "git"
  65. },
  66. "scripts": {
  67. "lint": "standard",
  68. "test": "npm run lint && npm run unit",
  69. "unit": "node test/*.js"
  70. },
  71. "version": "2.0.2"
  72. }