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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "is-jpg@^2.0.0",
  3. "_id": "is-jpg@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
  6. "_location": "/is-jpg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-jpg@^2.0.0",
  12. "name": "is-jpg",
  13. "escapedName": "is-jpg",
  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-jpg/-/is-jpg-2.0.0.tgz",
  22. "_shasum": "2e1997fa6e9166eaac0242daae443403e4ef1d97",
  23. "_spec": "is-jpg@^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-jpg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a Buffer/Uint8Array is a JPEG image",
  36. "devDependencies": {
  37. "ava": "*",
  38. "read-chunk": "^2.1.0",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/is-jpg#readme",
  48. "keywords": [
  49. "jpg",
  50. "jpeg",
  51. "image",
  52. "img",
  53. "pic",
  54. "picture",
  55. "photo",
  56. "type",
  57. "detect",
  58. "check",
  59. "is",
  60. "exif",
  61. "binary",
  62. "buffer",
  63. "uint8array",
  64. "cli",
  65. "bin"
  66. ],
  67. "license": "MIT",
  68. "name": "is-jpg",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-jpg.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.0"
  77. }