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.

91 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "cipher-base@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-aes"
  6. ]
  7. ],
  8. "_from": "cipher-base@>=1.0.0 <2.0.0",
  9. "_id": "cipher-base@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/cipher-base",
  13. "_nodeVersion": "8.1.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/cipher-base-1.0.4.tgz_1499455256804_0.9936195954214782"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "5.1.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "cipher-base",
  26. "raw": "cipher-base@^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-des",
  35. "/create-hash",
  36. "/create-hmac"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
  39. "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  40. "_shrinkwrap": null,
  41. "_spec": "cipher-base@^1.0.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-aes",
  43. "author": {
  44. "email": "calvin.metcalf@gmail.com",
  45. "name": "Calvin Metcalf"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/crypto-browserify/cipher-base/issues"
  49. },
  50. "dependencies": {
  51. "inherits": "^2.0.1",
  52. "safe-buffer": "^5.0.1"
  53. },
  54. "description": "abstract base class for crypto-streams",
  55. "devDependencies": {
  56. "standard": "^10.0.2",
  57. "tap-spec": "^4.1.0",
  58. "tape": "^4.2.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
  63. "shasum": "8760e4ecc272f4c363532f926d874aae2c1397de",
  64. "tarball": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz"
  65. },
  66. "gitHead": "bc18dc847050c34f11f7a0472ff13a76b53fedc6",
  67. "homepage": "https://github.com/crypto-browserify/cipher-base#readme",
  68. "keywords": [
  69. "cipher",
  70. "stream"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "maintainers": [
  75. {
  76. "name": "cwmma",
  77. "email": "calvin.metcalf@gmail.com"
  78. }
  79. ],
  80. "name": "cipher-base",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/crypto-browserify/cipher-base.git"
  86. },
  87. "scripts": {
  88. "test": "node test.js | tspec"
  89. },
  90. "version": "1.0.4"
  91. }