package.json 1.9 KB

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