package.json 3.0 KB

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