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.

68 lines
1.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "base64-arraybuffer@0.1.5",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "base64-arraybuffer@0.1.5",
  9. "_id": "base64-arraybuffer@0.1.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=",
  12. "_location": "/base64-arraybuffer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base64-arraybuffer@0.1.5",
  18. "name": "base64-arraybuffer",
  19. "escapedName": "base64-arraybuffer",
  20. "rawSpec": "0.1.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.5"
  23. },
  24. "_requiredBy": [
  25. "/engine.io-parser",
  26. "/socket.io-client"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
  29. "_spec": "0.1.5",
  30. "_where": "/home/guest/socket",
  31. "author": {
  32. "name": "Niklas von Hertzen",
  33. "email": "niklasvh@gmail.com",
  34. "url": "http://hertzen.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  38. },
  39. "description": "Encode/decode base64 data into ArrayBuffers",
  40. "devDependencies": {
  41. "grunt": "^0.4.5",
  42. "grunt-cli": "^0.1.13",
  43. "grunt-contrib-jshint": "^0.11.2",
  44. "grunt-contrib-nodeunit": "^0.4.1",
  45. "grunt-contrib-watch": "^0.6.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.6.0"
  49. },
  50. "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  51. "keywords": [],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
  56. }
  57. ],
  58. "main": "lib/base64-arraybuffer",
  59. "name": "base64-arraybuffer",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
  63. },
  64. "scripts": {
  65. "test": "grunt nodeunit"
  66. },
  67. "version": "0.1.5"
  68. }