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.

110 lines
2.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "evp_bytestokey@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-cipher"
  6. ]
  7. ],
  8. "_from": "evp_bytestokey@>=1.0.0 <2.0.0",
  9. "_id": "evp_bytestokey@1.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/evp_bytestokey",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/evp_bytestokey-1.0.3.tgz_1504606836017_0.7082570272032171"
  17. },
  18. "_npmUser": {
  19. "email": "npm@dcousens.com",
  20. "name": "dcousens"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "evp_bytestokey",
  26. "raw": "evp_bytestokey@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/browserify-aes",
  34. "/browserify-cipher",
  35. "/parse-asn1"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
  38. "_shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
  39. "_shrinkwrap": null,
  40. "_spec": "evp_bytestokey@^1.0.0",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-cipher",
  42. "author": {
  43. "email": "calvin.metcalf@gmail.com",
  44. "name": "Calvin Metcalf"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Kirill Fomichev",
  52. "email": "fanatid@ya.ru"
  53. }
  54. ],
  55. "dependencies": {
  56. "md5.js": "^1.3.4",
  57. "safe-buffer": "^5.1.1"
  58. },
  59. "description": "The insecure key derivation algorithm from OpenSSL",
  60. "devDependencies": {
  61. "bindings": "^1.2.1",
  62. "nan": "^2.4.0",
  63. "nyc": "^8.1.0",
  64. "standard": "^8.0.0",
  65. "tape": "^4.6.0"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
  70. "shasum": "7fcbdb198dc71959432efe13842684e0525acb02",
  71. "tarball": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "5b83312539cf4d21989e99562c09ba32a65070c8",
  77. "gypfile": false,
  78. "homepage": "https://github.com/crypto-browserify/EVP_BytesToKey",
  79. "keywords": [
  80. "crypto",
  81. "openssl"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "dcousens",
  88. "email": "npm@dcousens.com"
  89. },
  90. {
  91. "name": "cwmma",
  92. "email": "calvin.metcalf@gmail.com"
  93. }
  94. ],
  95. "name": "evp_bytestokey",
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/crypto-browserify/EVP_BytesToKey.git"
  101. },
  102. "scripts": {
  103. "coverage": "nyc tape test/*.js",
  104. "lint": "standard",
  105. "test": "npm run lint && npm run unit",
  106. "test:prepare": "node-gyp rebuild",
  107. "unit": "tape test/*.js"
  108. },
  109. "version": "1.0.3"
  110. }