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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "data-uri-to-buffer@1",
  3. "_id": "data-uri-to-buffer@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vKQ9DTQPN1FLYiiEEOQ6IBGFqvjCa5rSK3cWMy/Nespm5d/x3dGFT9UBZnkLxCwua/IXBi2TYnwTEpsOvhC4UQ==",
  6. "_location": "/data-uri-to-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "data-uri-to-buffer@1",
  12. "name": "data-uri-to-buffer",
  13. "escapedName": "data-uri-to-buffer",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/get-uri"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-1.2.0.tgz",
  22. "_shasum": "77163ea9c20d8641b4707e8f18abdf9a78f34835",
  23. "_spec": "data-uri-to-buffer@1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\get-uri",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/node-data-uri-to-buffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Generate a Buffer instance from a Data URI string",
  36. "devDependencies": {
  37. "mocha": "^3.4.2"
  38. },
  39. "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
  40. "keywords": [
  41. "data",
  42. "uri",
  43. "datauri",
  44. "data-uri",
  45. "buffer",
  46. "convert",
  47. "rfc2397",
  48. "2397"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "data-uri-to-buffer",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
  56. },
  57. "scripts": {
  58. "test": "mocha --reporter spec"
  59. },
  60. "version": "1.2.0"
  61. }