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.

88 lines
2.6 KiB

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