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.

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