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.
 
 
 
 

64 lines
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "hmac-drbg@1.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "hmac-drbg@1.0.1",
  9. "_id": "hmac-drbg@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
  12. "_location": "/hmac-drbg",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hmac-drbg@1.0.1",
  18. "name": "hmac-drbg",
  19. "escapedName": "hmac-drbg",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/elliptic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Fedor Indutny",
  32. "email": "fedor@indutny.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/indutny/hmac-drbg/issues"
  36. },
  37. "dependencies": {
  38. "hash.js": "^1.0.3",
  39. "minimalistic-assert": "^1.0.0",
  40. "minimalistic-crypto-utils": "^1.0.1"
  41. },
  42. "description": "Deterministic random bit generator (hmac)",
  43. "devDependencies": {
  44. "mocha": "^3.2.0"
  45. },
  46. "homepage": "https://github.com/indutny/hmac-drbg#readme",
  47. "keywords": [
  48. "hmac",
  49. "drbg",
  50. "prng"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/hmac-drbg.js",
  54. "name": "hmac-drbg",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/indutny/hmac-drbg.git"
  58. },
  59. "scripts": {
  60. "test": "mocha --reporter=spec test/*-test.js"
  61. },
  62. "version": "1.0.1"
  63. }