package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "hash.js@1.1.7",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "hash.js@1.1.7",
  10. "_id": "hash.js@1.1.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=",
  13. "_location": "/hash.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "hash.js@1.1.7",
  19. "name": "hash.js",
  20. "escapedName": "hash.js",
  21. "rawSpec": "1.1.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.7"
  24. },
  25. "_requiredBy": [
  26. "/elliptic",
  27. "/hmac-drbg"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/hash.js/download/hash.js-1.1.7.tgz",
  30. "_spec": "1.1.7",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Fedor Indutny",
  34. "email": "fedor@indutny.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/indutny/hash.js/issues"
  38. },
  39. "dependencies": {
  40. "inherits": "^2.0.3",
  41. "minimalistic-assert": "^1.0.1"
  42. },
  43. "description": "Various hash functions that could be run by both browser and node",
  44. "devDependencies": {
  45. "eslint": "^4.19.1",
  46. "mocha": "^5.2.0"
  47. },
  48. "homepage": "https://github.com/indutny/hash.js",
  49. "keywords": [
  50. "hash",
  51. "sha256",
  52. "sha224",
  53. "hmac"
  54. ],
  55. "license": "MIT",
  56. "main": "lib/hash.js",
  57. "name": "hash.js",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/indutny/hash.js.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",
  64. "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  65. },
  66. "typings": "lib/hash.d.ts",
  67. "version": "1.1.7"
  68. }