package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "data-uri-to-buffer@3",
  3. "_id": "data-uri-to-buffer@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==",
  6. "_location": "/data-uri-to-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "data-uri-to-buffer@3",
  12. "name": "data-uri-to-buffer",
  13. "escapedName": "data-uri-to-buffer",
  14. "rawSpec": "3",
  15. "saveSpec": null,
  16. "fetchSpec": "3"
  17. },
  18. "_requiredBy": [
  19. "/get-uri"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz",
  22. "_shasum": "594b8973938c5bc2c33046535785341abc4f3636",
  23. "_spec": "data-uri-to-buffer@3",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "@types/es6-promisify": "^5.0.0",
  38. "@types/mocha": "^5.2.7",
  39. "@types/node": "^10.5.3",
  40. "@typescript-eslint/eslint-plugin": "1.6.0",
  41. "@typescript-eslint/parser": "1.1.0",
  42. "eslint": "5.16.0",
  43. "eslint-config-airbnb": "17.1.0",
  44. "eslint-config-prettier": "4.1.0",
  45. "eslint-import-resolver-typescript": "1.1.1",
  46. "eslint-plugin-import": "2.16.0",
  47. "eslint-plugin-jsx-a11y": "6.2.1",
  48. "eslint-plugin-react": "7.12.4",
  49. "mocha": "^6.2.0",
  50. "typescript": "^3.5.3"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "files": [
  56. "dist/src"
  57. ],
  58. "homepage": "https://github.com/TooTallNate/node-data-uri-to-buffer",
  59. "keywords": [
  60. "data",
  61. "uri",
  62. "datauri",
  63. "data-uri",
  64. "buffer",
  65. "convert",
  66. "rfc2397",
  67. "2397"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/src/index.js",
  71. "name": "data-uri-to-buffer",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/TooTallNate/node-data-uri-to-buffer.git"
  75. },
  76. "scripts": {
  77. "build": "tsc",
  78. "prepublishOnly": "npm run build",
  79. "test": "mocha --reporter spec dist/test/*.js",
  80. "test-lint": "eslint src --ext .js,.ts"
  81. },
  82. "types": "dist/src/index.d.ts",
  83. "version": "3.0.1"
  84. }