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.

87 lines
2.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "hmac-drbg@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/elliptic"
  6. ]
  7. ],
  8. "_from": "hmac-drbg@>=1.0.0 <2.0.0",
  9. "_id": "hmac-drbg@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/hmac-drbg",
  13. "_nodeVersion": "7.7.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/hmac-drbg-1.0.1.tgz_1491777209966_0.4443417629227042"
  17. },
  18. "_npmUser": {
  19. "email": "fedor@indutny.com",
  20. "name": "indutny"
  21. },
  22. "_npmVersion": "4.5.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "hmac-drbg",
  26. "raw": "hmac-drbg@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/elliptic"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  36. "_shasum": "d2745701025a6c775a6c545793ed502fc0c649a1",
  37. "_shrinkwrap": null,
  38. "_spec": "hmac-drbg@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/elliptic",
  40. "author": {
  41. "email": "fedor@indutny.com",
  42. "name": "Fedor Indutny"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/indutny/hmac-drbg/issues"
  46. },
  47. "dependencies": {
  48. "hash.js": "^1.0.3",
  49. "minimalistic-assert": "^1.0.0",
  50. "minimalistic-crypto-utils": "^1.0.1"
  51. },
  52. "description": "Deterministic random bit generator (hmac)",
  53. "devDependencies": {
  54. "mocha": "^3.2.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "d2745701025a6c775a6c545793ed502fc0c649a1",
  59. "tarball": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz"
  60. },
  61. "gitHead": "2592375270a7a689d3752a6ba7235a47eb234d15",
  62. "homepage": "https://github.com/indutny/hmac-drbg#readme",
  63. "keywords": [
  64. "drbg",
  65. "hmac",
  66. "prng"
  67. ],
  68. "license": "MIT",
  69. "main": "lib/hmac-drbg.js",
  70. "maintainers": [
  71. {
  72. "name": "indutny",
  73. "email": "fedor@indutny.com"
  74. }
  75. ],
  76. "name": "hmac-drbg",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/indutny/hmac-drbg.git"
  82. },
  83. "scripts": {
  84. "test": "mocha --reporter=spec test/*-test.js"
  85. },
  86. "version": "1.0.1"
  87. }