package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "ripemd160@^2.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/create-hash"
  6. ]
  7. ],
  8. "_from": "ripemd160@>=2.0.1 <3.0.0",
  9. "_id": "ripemd160@2.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ripemd160",
  13. "_nodeVersion": "9.11.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/ripemd160_2.0.2_1524118003074_0.9548482732312533"
  17. },
  18. "_npmUser": {
  19. "email": "npm@dcousens.com",
  20. "name": "dcousens"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ripemd160",
  26. "raw": "ripemd160@^2.0.1",
  27. "rawSpec": "^2.0.1",
  28. "scope": null,
  29. "spec": ">=2.0.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/create-hash",
  34. "/create-hmac",
  35. "/pbkdf2"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  38. "_shasum": "a1c1a6f624751577ba5d07914cbc92850585890c",
  39. "_shrinkwrap": null,
  40. "_spec": "ripemd160@^2.0.1",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/create-hash",
  42. "bugs": {
  43. "url": "https://github.com/crypto-browserify/ripemd160/issues"
  44. },
  45. "dependencies": {
  46. "hash-base": "^3.0.0",
  47. "inherits": "^2.0.1"
  48. },
  49. "description": "Compute ripemd160 of bytes or strings.",
  50. "devDependencies": {
  51. "hash-test-vectors": "^1.3.2",
  52. "standard": "^6.0.7",
  53. "tape": "^4.5.1"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "fileCount": 5,
  58. "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==",
  59. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa2DHzCRA9TVsSAnZWagAAzCQP/3kZvjChttzlBYv95jGg\nxZ0TLu54WUizVYS7XwwErbiJnP+dQ/5gOUGIuwXUmFFHTVgSeJOTFNV2JonE\n2ZjKeavN66zazLmp1qNaK/apkkZXJfIHZ37qS2WOxL1POnLptG9wwEHJscZq\nXFVTIVMy/u0Ym9PlXZKGEYnNwwOyF/fOnU/57chLuWF0gjUVf+MTFSQw6X6B\n0LRwbK4V77YK16T9VdFeBhCLZ1zc3Asaa0I3aGp/1KE/seIcqUg+LdeYeGEN\nfpTHpa4Ns3ZoV8ENTukbzrokXVyGUY1MJiDsFXodXyPuBk1HngYETxISnHhY\niNocP5UFwupgmboF7ivR/af0BylQdtOY2EKoEEsF2zCD/jo6ZNknvbmUlgVq\nqBSLc7GtjA6ORuDrMJCqJNyCRc41JJS4z4Fbx6fYEsJg2H7wj0uyoccQmgcj\nkBTGz2qkQEBG4WvHyZti9L3Z+5OVsiv0KrAFKCOlJytYiYZ/LVBkBJc09KPR\nwc42rM8gZlhLMEw/+pLKWD4P10CKIobGGQRNSzbcv+afahwyydesVDvsEgya\ngoAUSFWmz5SUS15F7mu0BgSHBRyna5Rs8AeepQ2fSHe215g4Q0wgfr71HYp5\nYXP5B23sIizvYkkhnOY3hkWIzLPSpUWCv8bMv1G+DL1IPFqBkeO48L1i21zI\nT2OA\r\n=viwy\r\n-----END PGP SIGNATURE-----\r\n",
  60. "shasum": "a1c1a6f624751577ba5d07914cbc92850585890c",
  61. "tarball": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
  62. "unpackedSize": 9785
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "3419c6409799d37e0323a556c94d040154657d9d",
  68. "homepage": "https://github.com/crypto-browserify/ripemd160#readme",
  69. "keywords": [
  70. "bitcoin",
  71. "bytes",
  72. "cryptography",
  73. "ripe160",
  74. "ripemd160",
  75. "string",
  76. "strings"
  77. ],
  78. "license": "MIT",
  79. "main": "./index",
  80. "maintainers": [
  81. {
  82. "name": "cwmma",
  83. "email": "calvin.metcalf@gmail.com"
  84. },
  85. {
  86. "name": "dcousens",
  87. "email": "email@dcousens.com"
  88. },
  89. {
  90. "name": "dominictarr",
  91. "email": "dominic.tarr@gmail.com"
  92. },
  93. {
  94. "name": "jprichardson",
  95. "email": "jprichardson@gmail.com"
  96. },
  97. {
  98. "name": "midnightlightning",
  99. "email": "boydb@midnightdesign.ws"
  100. },
  101. {
  102. "name": "nadav",
  103. "email": "npm@shesek.info"
  104. },
  105. {
  106. "name": "vbuterin",
  107. "email": "vbuterin@gmail.com"
  108. }
  109. ],
  110. "name": "ripemd160",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/crypto-browserify/ripemd160.git"
  116. },
  117. "scripts": {
  118. "lint": "standard",
  119. "test": "npm run lint && npm run unit",
  120. "unit": "node test/*.js"
  121. },
  122. "version": "2.0.2"
  123. }