package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@jimp/plugin-mask@^0.9.8",
  3. "_id": "@jimp/plugin-mask@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zSvEisTV4iGsBReitEdnQuGJq9/1xB5mPATadYZmIlp8r5HpD72HQb0WdEtb51/pu9Odt8KAxUf0ASg/PRVUiQ==",
  6. "_location": "/@jimp/plugin-mask",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/plugin-mask@^0.9.8",
  12. "name": "@jimp/plugin-mask",
  13. "escapedName": "@jimp%2fplugin-mask",
  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-mask/-/plugin-mask-0.9.8.tgz",
  23. "_shasum": "fe92132db1a2b9f7718226bc3c37794dd148ce36",
  24. "_spec": "@jimp/plugin-mask@^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": "mask an image.",
  35. "devDependencies": {
  36. "@jimp/custom": "^0.9.8",
  37. "@jimp/test-utils": "^0.9.8"
  38. },
  39. "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
  40. "license": "MIT",
  41. "main": "dist/index.js",
  42. "module": "es/index.js",
  43. "name": "@jimp/plugin-mask",
  44. "peerDependencies": {
  45. "@jimp/custom": ">=0.3.5"
  46. },
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "scripts": {
  51. "build": "npm run build:node:production && npm run build:module",
  52. "build:debug": "npm run build:node:debug",
  53. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  54. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  55. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  56. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  57. "build:watch": "npm run build:node:debug -- -- --watch --verbose",
  58. "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
  59. "test:coverage": "nyc npm run test",
  60. "test:watch": "npm run test -- --reporter min --watch"
  61. },
  62. "types": "index.d.ts",
  63. "version": "0.9.8"
  64. }