package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "@jimp/plugins@^0.9.8",
  3. "_id": "@jimp/plugins@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tD+cxS9SuEZaQ1hhAkNKw9TkUAqfoBAhdWPBrEZDr/GvGPrvJR4pYmmpSYhc5IZmMbXfQayHTTGqjj8D18bToA==",
  6. "_location": "/@jimp/plugins",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/plugins@^0.9.8",
  12. "name": "@jimp/plugins",
  13. "escapedName": "@jimp%2fplugins",
  14. "scope": "@jimp",
  15. "rawSpec": "^0.9.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.9.8"
  18. },
  19. "_requiredBy": [
  20. "/jimp"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jimp/plugins/-/plugins-0.9.8.tgz",
  23. "_shasum": "5279dfe22d0d27633f4201ab36103e587b32eb85",
  24. "_spec": "@jimp/plugins@^0.9.8",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/jimp",
  26. "author": "",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@babel/runtime": "^7.7.2",
  30. "@jimp/plugin-blit": "^0.9.8",
  31. "@jimp/plugin-blur": "^0.9.8",
  32. "@jimp/plugin-circle": "^0.9.8",
  33. "@jimp/plugin-color": "^0.9.8",
  34. "@jimp/plugin-contain": "^0.9.8",
  35. "@jimp/plugin-cover": "^0.9.8",
  36. "@jimp/plugin-crop": "^0.9.8",
  37. "@jimp/plugin-displace": "^0.9.8",
  38. "@jimp/plugin-dither": "^0.9.8",
  39. "@jimp/plugin-fisheye": "^0.9.8",
  40. "@jimp/plugin-flip": "^0.9.8",
  41. "@jimp/plugin-gaussian": "^0.9.8",
  42. "@jimp/plugin-invert": "^0.9.8",
  43. "@jimp/plugin-mask": "^0.9.8",
  44. "@jimp/plugin-normalize": "^0.9.8",
  45. "@jimp/plugin-print": "^0.9.8",
  46. "@jimp/plugin-resize": "^0.9.8",
  47. "@jimp/plugin-rotate": "^0.9.8",
  48. "@jimp/plugin-scale": "^0.9.8",
  49. "@jimp/plugin-shadow": "^0.9.8",
  50. "@jimp/plugin-threshold": "^0.9.8",
  51. "core-js": "^3.4.1",
  52. "timm": "^1.6.1"
  53. },
  54. "deprecated": false,
  55. "description": "Default Jimp plugin.",
  56. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  57. "license": "MIT",
  58. "main": "dist/index.js",
  59. "module": "es/index.js",
  60. "name": "@jimp/plugins",
  61. "peerDependencies": {
  62. "@jimp/custom": ">=0.3.5"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "scripts": {
  68. "build": "npm run build:node:production && npm run build:module",
  69. "build:debug": "npm run build:node:debug",
  70. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  71. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  72. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  73. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  74. "build:watch": "npm run build:node:debug -- -- --watch --verbose"
  75. },
  76. "types": "index.d.ts",
  77. "version": "0.9.8"
  78. }