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.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "buffer-xor@^1.0.3",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-aes"
  6. ]
  7. ],
  8. "_from": "buffer-xor@>=1.0.3 <2.0.0",
  9. "_id": "buffer-xor@1.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/buffer-xor",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "email@dcousens.com",
  16. "name": "dcousens"
  17. },
  18. "_npmVersion": "3.3.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "buffer-xor",
  22. "raw": "buffer-xor@^1.0.3",
  23. "rawSpec": "^1.0.3",
  24. "scope": null,
  25. "spec": ">=1.0.3 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/browserify-aes"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
  32. "_shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
  33. "_shrinkwrap": null,
  34. "_spec": "buffer-xor@^1.0.3",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/browserify-aes",
  36. "author": {
  37. "name": "Daniel Cousens"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/crypto-browserify/buffer-xor/issues"
  41. },
  42. "dependencies": {},
  43. "description": "A simple module for bitwise-xor on buffers",
  44. "devDependencies": {
  45. "mocha": "*",
  46. "standard": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "26e61ed1422fb70dd42e6e36729ed51d855fe8d9",
  51. "tarball": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz"
  52. },
  53. "gitHead": "8f92b79a8b8133c26a7ae1af09b2c84ec6e3f426",
  54. "homepage": "https://github.com/crypto-browserify/buffer-xor",
  55. "keywords": [
  56. "bits",
  57. "bitwise",
  58. "buffer",
  59. "buffer-xor",
  60. "crypto",
  61. "inline",
  62. "math",
  63. "memory",
  64. "performance",
  65. "xor"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "maintainers": [
  70. {
  71. "name": "dcousens",
  72. "email": "email@dcousens.com"
  73. }
  74. ],
  75. "name": "buffer-xor",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/crypto-browserify/buffer-xor.git"
  81. },
  82. "scripts": {
  83. "standard": "standard",
  84. "test": "npm run-script unit",
  85. "unit": "mocha"
  86. },
  87. "version": "1.0.3"
  88. }