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.
 
 
 
 

82 rivejä
2.1 KiB

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