No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

68 líneas
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "buffer-xor@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "buffer-xor@1.0.3",
  9. "_id": "buffer-xor@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
  12. "_location": "/buffer-xor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "buffer-xor@1.0.3",
  18. "name": "buffer-xor",
  19. "escapedName": "buffer-xor",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/browserify-aes"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Daniel Cousens"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/crypto-browserify/buffer-xor/issues"
  35. },
  36. "description": "A simple module for bitwise-xor on buffers",
  37. "devDependencies": {
  38. "mocha": "*",
  39. "standard": "*"
  40. },
  41. "homepage": "https://github.com/crypto-browserify/buffer-xor",
  42. "keywords": [
  43. "bits",
  44. "bitwise",
  45. "buffer",
  46. "buffer-xor",
  47. "crypto",
  48. "inline",
  49. "math",
  50. "memory",
  51. "performance",
  52. "xor"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "buffer-xor",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/crypto-browserify/buffer-xor.git"
  60. },
  61. "scripts": {
  62. "standard": "standard",
  63. "test": "npm run-script unit",
  64. "unit": "mocha"
  65. },
  66. "version": "1.0.3"
  67. }