package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "image-tools@1.4.0",
  5. "D:\\xiaoling\\CBB3"
  6. ]
  7. ],
  8. "_from": "image-tools@1.4.0",
  9. "_id": "image-tools@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-TKtvJ6iUwM0mfaD4keMnk1ENHFC470QEjBfA3IlvKdEOufzvWbjbaoNcoyYq6HlViF8+d5tOS1ooE6j7CHf1lQ==",
  12. "_location": "/image-tools",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "image-tools@1.4.0",
  18. "name": "image-tools",
  19. "escapedName": "image-tools",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://mirrors.huaweicloud.com/repository/npm/image-tools/-/image-tools-1.4.0.tgz",
  28. "_spec": "1.4.0",
  29. "_where": "D:\\xiaoling\\CBB3",
  30. "author": {
  31. "name": "Shengqiang Guo"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/zhetengbiji/image-tools/issues"
  35. },
  36. "description": "图像转换工具,可用于如下环境:uni-app、微信小程序、5+APP、浏览器",
  37. "devDependencies": {
  38. "@types/html5plus": "^1.0.0"
  39. },
  40. "homepage": "https://github.com/zhetengbiji/image-tools#readme",
  41. "keywords": [
  42. "base64"
  43. ],
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "image-tools",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/zhetengbiji/image-tools.git"
  50. },
  51. "scripts": {
  52. "test": "echo \"Error: no test specified\" && exit 1"
  53. },
  54. "version": "1.4.0"
  55. }