package.json 1.5 KB

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