package.json 1.4 KB

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