Dashboard sipadu mbip
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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "is-svg@^3.0.0",
  3. "_id": "is-svg@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==",
  6. "_location": "/is-svg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-svg@^3.0.0",
  12. "name": "is-svg",
  13. "escapedName": "is-svg",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz",
  22. "_shasum": "9321dbd29c212e5ca99c4fa9794c714bcafa2f75",
  23. "_spec": "is-svg@^3.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/postcss-svgo",
  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.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a string or buffer is SVG",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/is-svg#readme",
  50. "keywords": [
  51. "svg",
  52. "vector",
  53. "graphics",
  54. "image",
  55. "img",
  56. "pic",
  57. "picture",
  58. "type",
  59. "detect",
  60. "check",
  61. "is",
  62. "string",
  63. "str",
  64. "buffer"
  65. ],
  66. "license": "MIT",
  67. "name": "is-svg",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/is-svg.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "3.0.0"
  76. }