You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

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