選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "create-hmac@^1.1.0",
  3. "_id": "create-hmac@1.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==",
  6. "_location": "/create-hmac",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "create-hmac@^1.1.0",
  12. "name": "create-hmac",
  13. "escapedName": "create-hmac",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-sign",
  20. "/crypto-browserify",
  21. "/pbkdf2"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
  24. "_shasum": "69170c78b3ab957147b2b8b04572e47ead2243ff",
  25. "_spec": "create-hmac@^1.1.0",
  26. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/crypto-browserify",
  27. "author": "",
  28. "browser": "./browser.js",
  29. "bugs": {
  30. "url": "https://github.com/crypto-browserify/createHmac/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "cipher-base": "^1.0.3",
  35. "create-hash": "^1.1.0",
  36. "inherits": "^2.0.1",
  37. "ripemd160": "^2.0.0",
  38. "safe-buffer": "^5.0.1",
  39. "sha.js": "^2.4.8"
  40. },
  41. "deprecated": false,
  42. "description": "node style hmacs in the browser",
  43. "devDependencies": {
  44. "hash-test-vectors": "^1.3.2",
  45. "standard": "^5.3.1",
  46. "tap-spec": "^2.1.2",
  47. "tape": "^3.0.3"
  48. },
  49. "files": [
  50. "browser.js",
  51. "index.js",
  52. "legacy.js"
  53. ],
  54. "homepage": "https://github.com/crypto-browserify/createHmac",
  55. "keywords": [
  56. "crypto",
  57. "hmac"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "create-hmac",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/crypto-browserify/createHmac.git"
  65. },
  66. "scripts": {
  67. "standard": "standard",
  68. "test": "npm run-script standard && npm run-script unit",
  69. "unit": "node test.js | tspec"
  70. },
  71. "version": "1.1.7"
  72. }