package.json 1.9 KB

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