package.json 1.9 KB

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