package.json 1.8 KB

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