package.json 1.9 KB

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