您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.7KB

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