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 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "evp_bytestokey@^1.0.0",
  3. "_id": "evp_bytestokey@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
  6. "_location": "/evp_bytestokey",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "evp_bytestokey@^1.0.0",
  12. "name": "evp_bytestokey",
  13. "escapedName": "evp_bytestokey",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-aes",
  20. "/browserify-cipher",
  21. "/parse-asn1"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
  24. "_shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
  25. "_spec": "evp_bytestokey@^1.0.0",
  26. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/browserify-cipher",
  27. "author": {
  28. "name": "Calvin Metcalf",
  29. "email": "calvin.metcalf@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Kirill Fomichev",
  38. "email": "fanatid@ya.ru"
  39. }
  40. ],
  41. "dependencies": {
  42. "md5.js": "^1.3.4",
  43. "safe-buffer": "^5.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "The insecure key derivation algorithm from OpenSSL",
  47. "devDependencies": {
  48. "bindings": "^1.2.1",
  49. "nan": "^2.4.0",
  50. "nyc": "^8.1.0",
  51. "standard": "^8.0.0",
  52. "tape": "^4.6.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "gypfile": false,
  58. "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
  59. "keywords": [
  60. "crypto",
  61. "openssl"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "evp_bytestokey",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/crypto-browserify/EVP_BytesToKey.git"
  69. },
  70. "scripts": {
  71. "coverage": "nyc tape test/*.js",
  72. "lint": "standard",
  73. "test": "npm run lint && npm run unit",
  74. "test:prepare": "node-gyp rebuild",
  75. "unit": "tape test/*.js"
  76. },
  77. "version": "1.0.3"
  78. }