package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@jimp/plugin-shadow@^0.9.8",
  3. "_id": "@jimp/plugin-shadow@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t/pE+QS3r1ZUxGIQNmwWDI3c5+/hLU+gxXD+C3EEC47/qk3gTBHpj/xDdGQBoObdT/HRjR048vC2BgBfzjj2hg==",
  6. "_location": "/@jimp/plugin-shadow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/plugin-shadow@^0.9.8",
  12. "name": "@jimp/plugin-shadow",
  13. "escapedName": "@jimp%2fplugin-shadow",
  14. "scope": "@jimp",
  15. "rawSpec": "^0.9.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.9.8"
  18. },
  19. "_requiredBy": [
  20. "/@jimp/plugins"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@jimp/plugin-shadow/-/plugin-shadow-0.9.8.tgz",
  23. "_shasum": "ca2d18afa29a1027b77b3e1fb2ce7d4e073a7170",
  24. "_spec": "@jimp/plugin-shadow@^0.9.8",
  25. "_where": "/data/wwwroot/qimall/node/node_modules/@jimp/plugins",
  26. "author": "",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "@babel/runtime": "^7.7.2",
  30. "@jimp/utils": "^0.9.8",
  31. "core-js": "^3.4.1"
  32. },
  33. "deprecated": false,
  34. "description": "Creates a shadow on an image.",
  35. "devDependencies": {
  36. "@jimp/custom": "^0.9.8",
  37. "@jimp/plugin-blur": "^0.9.8",
  38. "@jimp/plugin-resize": "^0.9.8",
  39. "@jimp/test-utils": "^0.9.8"
  40. },
  41. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  42. "license": "MIT",
  43. "main": "dist/index.js",
  44. "module": "es/index.js",
  45. "name": "@jimp/plugin-shadow",
  46. "peerDependencies": {
  47. "@jimp/custom": ">=0.3.5",
  48. "@jimp/plugin-blur": ">=0.3.5",
  49. "@jimp/plugin-resize": ">=0.3.5"
  50. },
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "scripts": {
  55. "build": "npm run build:node:production && npm run build:module",
  56. "build:debug": "npm run build:node:debug",
  57. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  58. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  59. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  60. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  61. "build:watch": "npm run build:node:debug -- -- --watch --verbose",
  62. "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
  63. "test:coverage": "nyc npm run test",
  64. "test:watch": "npm run test -- --reporter min --watch"
  65. },
  66. "types": "index.d.ts",
  67. "version": "0.9.8"
  68. }