package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "ripemd160@2.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ripemd160@2.0.2",
  10. "_id": "ripemd160@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ocGm9iR1FXe6XQeRTLyShQWFiQw=",
  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.npm.taobao.org/ripemd160/download/ripemd160-2.0.2.tgz",
  31. "_spec": "2.0.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }