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.
 
 
 
 

80 line
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "is-svg@3.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-svg@3.0.0",
  9. "_id": "is-svg@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
  12. "_location": "/is-svg",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-svg@3.0.0",
  18. "name": "is-svg",
  19. "escapedName": "is-svg",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
  28. "_spec": "3.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  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": "3.0.0"
  79. }