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.

108 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-svg@^3.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-svgo"
  6. ]
  7. ],
  8. "_from": "is-svg@>=3.0.0 <4.0.0",
  9. "_id": "is-svg@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-svg",
  13. "_nodeVersion": "8.9.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-svg-3.0.0.tgz_1517539353661_0.2630440490320325"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-svg",
  26. "raw": "is-svg@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/postcss-svgo"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
  36. "_shasum": "9321dbd29c212e5ca99c4fa9794c714bcafa2f75",
  37. "_shrinkwrap": null,
  38. "_spec": "is-svg@^3.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/postcss-svgo",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/is-svg/issues"
  47. },
  48. "dependencies": {
  49. "html-comment-regex": "^1.1.0"
  50. },
  51. "description": "Check if a string or buffer is SVG",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
  59. "shasum": "9321dbd29c212e5ca99c4fa9794c714bcafa2f75",
  60. "tarball": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "f90caa155a2dc2f724b725498e1178990dd93fa9",
  69. "homepage": "https://github.com/sindresorhus/is-svg#readme",
  70. "keywords": [
  71. "buffer",
  72. "check",
  73. "detect",
  74. "graphics",
  75. "image",
  76. "img",
  77. "is",
  78. "pic",
  79. "picture",
  80. "str",
  81. "string",
  82. "svg",
  83. "type",
  84. "vector"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. },
  92. {
  93. "name": "kevva",
  94. "email": "kevinmartensson@gmail.com"
  95. }
  96. ],
  97. "name": "is-svg",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/is-svg.git"
  103. },
  104. "scripts": {
  105. "test": "xo && ava"
  106. },
  107. "version": "3.0.0"
  108. }