You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "md5.js@^1.3.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/create-hash"
  6. ]
  7. ],
  8. "_from": "md5.js@>=1.3.4 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "md5.js@1.3.5",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/md5.js",
  14. "_nodeVersion": "10.8.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/md5.js_1.3.5_1538487356042_0.034320089519025654"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "6.4.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "md5.js",
  27. "raw": "md5.js@^1.3.4",
  28. "rawSpec": "^1.3.4",
  29. "scope": null,
  30. "spec": ">=1.3.4 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/create-hash",
  35. "/evp_bytestokey"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  38. "_shasum": "b5d07b8e3216e3e27cd728d72f70d1e6a342005f",
  39. "_shrinkwrap": null,
  40. "_spec": "md5.js@^1.3.4",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/create-hash",
  42. "author": {
  43. "email": "fanatid@ya.ru",
  44. "name": "Kirill Fomichev",
  45. "url": "https://github.com/fanatid"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/crypto-browserify/md5.js/issues"
  49. },
  50. "dependencies": {
  51. "hash-base": "^3.0.0",
  52. "inherits": "^2.0.1",
  53. "safe-buffer": "^5.1.2"
  54. },
  55. "description": "node style md5 on pure JavaScript",
  56. "devDependencies": {
  57. "hash-test-vectors": "^1.3.2",
  58. "standard": "^7.0.0",
  59. "tape": "^4.2.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "fileCount": 4,
  64. "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==",
  65. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs3Q8CRA9TVsSAnZWagAADJMP/jCAywo2iMaaIo6dYr93\nVtqgE5hCChqlPXQC6PQLoENpTQZrE/2cr+DW16YXFH0TGvxwUGdiqhJsoiqi\nzqHrRm1o267s5dxqD0f0uhDGnz5AuWz/WcDWQRuIQZzrAA53cJ6dgfP5HGcV\n7IrMIyGhWzX6nXB2CoZdp4x8V6cGt+pnC+3bUE6WeSv36cIyn6Srjx4gfbuT\njwUIP0qSeJnaBxTEd/xFAKmypEMeZk5fcGmAqVkzma34MdIwbx/hqwAs1zDE\nKbzU5IelUo+JQQWOEeY627hVwcGQdqMc6Vqcqjca1z+egXOhP1FDeKuhG5za\n1MgC9ilcKUJXicD7fgmqSHWesbxmprrnqo6N+PSZTeKAVU77DgpyVbfyfHrW\nySKp87UVzYKRDbCYzu8kieElRDvsqt718TDLF/XiENLsvOQKVTETJKV42OJE\nba1sRBl2pYeGu6m/PPMgBUpwUrHUnwfEadhBYBZppNutQU/0jfWXLHIuTfTL\nQfELqJZ7cjzmtdCdwvaWYOFWHWlGw6Hp4enIkeDwUN7jZQxecCQMXUMpR380\n8emX+oqGSKfDrxkMAmyVO9hL4rl+oQ94UMD07GM3glQafIBR3/38+mGLsODa\nXKkuUclSaLgg9E/NX+j0gBLbp19CqYHvVWikwSz/bcDdBr2e3DiLlYmxMSxB\nkZ+I\r\n=T1Ev\r\n-----END PGP SIGNATURE-----\r\n",
  66. "shasum": "b5d07b8e3216e3e27cd728d72f70d1e6a342005f",
  67. "tarball": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
  68. "unpackedSize": 7671
  69. },
  70. "gitHead": "48df1d6b8c4af2cf52638092d590c528420c61ed",
  71. "homepage": "https://github.com/crypto-browserify/md5.js",
  72. "keywords": [
  73. "crypto",
  74. "md5"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "cwmma",
  81. "email": "calvin.metcalf@gmail.com"
  82. },
  83. {
  84. "name": "dcousens",
  85. "email": "email@dcousens.com"
  86. },
  87. {
  88. "name": "fanatid",
  89. "email": "fanatid@ya.ru"
  90. },
  91. {
  92. "name": "jprichardson",
  93. "email": "jprichardson@gmail.com"
  94. }
  95. ],
  96. "name": "md5.js",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/crypto-browserify/md5.js.git"
  102. },
  103. "scripts": {
  104. "lint": "standard",
  105. "test": "npm run lint && npm run unit",
  106. "unit": "node test/*.js"
  107. },
  108. "version": "1.3.5"
  109. }