package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "image-size@0.5.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "image-size@0.5.5",
  9. "_id": "image-size@0.5.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==",
  12. "_location": "/image-size",
  13. "_optional": true,
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "image-size@0.5.5",
  19. "name": "image-size",
  20. "escapedName": "image-size",
  21. "rawSpec": "0.5.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.5"
  24. },
  25. "_requiredBy": [
  26. "/less"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/image-size/-/image-size-0.5.5.tgz",
  29. "_spec": "0.5.5",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "netroy",
  33. "email": "aditya@netroy.in",
  34. "url": "http://netroy.in/"
  35. },
  36. "bin": {
  37. "image-size": "bin/image-size.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/image-size/image-size/issues"
  41. },
  42. "description": "get dimensions of any image file",
  43. "devDependencies": {
  44. "escomplex-js": "^1.2.0",
  45. "expect.js": "^0.3.1",
  46. "glob": "^7.1.1",
  47. "istanbul": "^1.1.0-alpha.1",
  48. "jshint": "^2.9.4",
  49. "mocha": "^3.4.1",
  50. "sinon": "^2.2.0"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "bin",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/image-size/image-size#readme",
  60. "keywords": [
  61. "image",
  62. "size",
  63. "dimensions",
  64. "resolution",
  65. "width",
  66. "height",
  67. "png",
  68. "jpeg",
  69. "bmp",
  70. "gif",
  71. "psd",
  72. "tiff",
  73. "webp",
  74. "svg"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "name": "image-size",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/image-size/image-size.git"
  82. },
  83. "scripts": {
  84. "coverage": "istanbul cover _mocha specs",
  85. "pretest": "jshint",
  86. "test": "mocha specs"
  87. },
  88. "version": "0.5.5"
  89. }