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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "is-png@^2.0.0",
  3. "_id": "is-png@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
  6. "_location": "/is-png",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-png@^2.0.0",
  12. "name": "is-png",
  13. "escapedName": "is-png",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
  22. "_shasum": "ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d",
  23. "_spec": "is-png@^2.0.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-png/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a Buffer/Uint8Array is a PNG image",
  36. "devDependencies": {
  37. "@types/node": "^11.13.5",
  38. "ava": "^1.4.1",
  39. "read-chunk": "^3.2.0",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/is-png#readme",
  51. "keywords": [
  52. "png",
  53. "portable",
  54. "network",
  55. "graphics",
  56. "image",
  57. "picture",
  58. "photo",
  59. "type",
  60. "detect",
  61. "check",
  62. "is",
  63. "exif",
  64. "binary",
  65. "buffer",
  66. "uint8array"
  67. ],
  68. "license": "MIT",
  69. "name": "is-png",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/is-png.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "2.0.0"
  78. }