package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "is-svg@2.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "is-svg@2.1.0",
  9. "_id": "is-svg@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-z2EJDaDZ77yrhyLeum8DIgjbsOk=",
  12. "_location": "/is-svg",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-svg@2.1.0",
  18. "name": "is-svg",
  19. "escapedName": "is-svg",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-svg/issues"
  37. },
  38. "dependencies": {
  39. "html-comment-regex": "^1.1.0"
  40. },
  41. "description": "Check if a string or buffer is SVG",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "^0.16.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/is-svg#readme",
  53. "keywords": [
  54. "svg",
  55. "vector",
  56. "graphics",
  57. "image",
  58. "img",
  59. "pic",
  60. "picture",
  61. "type",
  62. "detect",
  63. "check",
  64. "is",
  65. "string",
  66. "str",
  67. "buffer"
  68. ],
  69. "license": "MIT",
  70. "name": "is-svg",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/is-svg.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.1.0"
  79. }