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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "create-hash@^1.1.0",
  3. "_id": "create-hash@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
  6. "_location": "/create-hash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "create-hash@^1.1.0",
  12. "name": "create-hash",
  13. "escapedName": "create-hash",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-aes",
  20. "/browserify-sign",
  21. "/create-hmac",
  22. "/crypto-browserify",
  23. "/parse-asn1",
  24. "/pbkdf2",
  25. "/public-encrypt"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
  28. "_shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
  29. "_spec": "create-hash@^1.1.0",
  30. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/crypto-browserify",
  31. "author": "",
  32. "browser": "browser.js",
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/createHash/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "cipher-base": "^1.0.1",
  39. "inherits": "^2.0.1",
  40. "md5.js": "^1.3.4",
  41. "ripemd160": "^2.0.1",
  42. "sha.js": "^2.4.0"
  43. },
  44. "deprecated": false,
  45. "description": "create hashes for browserify",
  46. "devDependencies": {
  47. "hash-test-vectors": "^1.3.2",
  48. "safe-buffer": "^5.0.1",
  49. "standard": "^10.0.2",
  50. "tap-spec": "^2.1.2",
  51. "tape": "^4.6.3"
  52. },
  53. "homepage": "https://github.com/crypto-browserify/createHash",
  54. "keywords": [
  55. "crypto"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "create-hash",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
  63. },
  64. "scripts": {
  65. "standard": "standard",
  66. "test": "npm run-script standard && npm run-script unit",
  67. "unit": "node test.js | tspec"
  68. },
  69. "version": "1.2.0"
  70. }