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.

119 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "create-hmac@^1.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify"
  6. ]
  7. ],
  8. "_from": "create-hmac@>=1.1.0 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "create-hmac@1.1.7",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/create-hmac",
  14. "_nodeVersion": "8.11.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/create-hmac_1.1.7_1523449880084_0.9803481561229792"
  18. },
  19. "_npmUser": {
  20. "email": "calvin.metcalf@gmail.com",
  21. "name": "cwmma"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "create-hmac",
  27. "raw": "create-hmac@^1.1.0",
  28. "rawSpec": "^1.1.0",
  29. "scope": null,
  30. "spec": ">=1.1.0 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/browserify-sign",
  35. "/crypto-browserify",
  36. "/pbkdf2"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
  39. "_shasum": "69170c78b3ab957147b2b8b04572e47ead2243ff",
  40. "_shrinkwrap": null,
  41. "_spec": "create-hmac@^1.1.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/crypto-browserify",
  43. "author": "",
  44. "browser": "./browser.js",
  45. "bugs": {
  46. "url": "https://github.com/crypto-browserify/createHmac/issues"
  47. },
  48. "dependencies": {
  49. "cipher-base": "^1.0.3",
  50. "create-hash": "^1.1.0",
  51. "inherits": "^2.0.1",
  52. "ripemd160": "^2.0.0",
  53. "safe-buffer": "^5.0.1",
  54. "sha.js": "^2.4.8"
  55. },
  56. "description": "node style hmacs in the browser",
  57. "devDependencies": {
  58. "hash-test-vectors": "^1.3.2",
  59. "standard": "^5.3.1",
  60. "tap-spec": "^2.1.2",
  61. "tape": "^3.0.3"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "fileCount": 6,
  66. "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
  67. "shasum": "69170c78b3ab957147b2b8b04572e47ead2243ff",
  68. "tarball": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
  69. "unpackedSize": 5809
  70. },
  71. "files": [
  72. "browser.js",
  73. "index.js",
  74. "legacy.js"
  75. ],
  76. "gitHead": "fa6c90b5b0d33b805ec3d65a7a370b88dd1994f3",
  77. "homepage": "https://github.com/crypto-browserify/createHmac",
  78. "keywords": [
  79. "crypto",
  80. "hmac"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "cwmma",
  87. "email": "calvin.metcalf@gmail.com"
  88. },
  89. {
  90. "name": "dcousens",
  91. "email": "email@dcousens.com"
  92. },
  93. {
  94. "name": "dominictarr",
  95. "email": "dominic.tarr@gmail.com"
  96. },
  97. {
  98. "name": "indutny",
  99. "email": "fedor@indutny.com"
  100. },
  101. {
  102. "name": "jprichardson",
  103. "email": "jprichardson@gmail.com"
  104. }
  105. ],
  106. "name": "create-hmac",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/crypto-browserify/createHmac.git"
  112. },
  113. "scripts": {
  114. "standard": "standard",
  115. "test": "npm run-script standard && npm run-script unit",
  116. "unit": "node test.js | tspec"
  117. },
  118. "version": "1.1.7"
  119. }