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.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "is-svg@^4.2.0",
  3. "_id": "is-svg@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PHx3ANecKsKNl5y5+Jvt53Y4J7MfMpbNZkv384QNiswMKAWIbvcqbPz+sYbFKJI8Xv3be01GSFniPmoaP+Ai5A==",
  6. "_location": "/is-svg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-svg@^4.2.0",
  12. "name": "is-svg",
  13. "escapedName": "is-svg",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-4.2.1.tgz",
  22. "_shasum": "095b496e345fec9211c2a7d5d021003e040d6f81",
  23. "_spec": "is-svg@^4.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-svg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "html-comment-regex": "^1.1.2"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a string or buffer is SVG",
  39. "devDependencies": {
  40. "@types/node": "^11.13.0",
  41. "ava": "^1.4.1",
  42. "tsd": "^0.7.2",
  43. "xo": "^0.24.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts"
  51. ],
  52. "funding": "https://github.com/sponsors/sindresorhus",
  53. "homepage": "https://github.com/sindresorhus/is-svg#readme",
  54. "keywords": [
  55. "svg",
  56. "vector",
  57. "graphics",
  58. "image",
  59. "img",
  60. "pic",
  61. "picture",
  62. "type",
  63. "detect",
  64. "check",
  65. "is",
  66. "string",
  67. "str",
  68. "buffer"
  69. ],
  70. "license": "MIT",
  71. "name": "is-svg",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/is-svg.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava && tsd"
  78. },
  79. "version": "4.2.1"
  80. }