package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@jimp/plugin-print@^0.9.8",
  3. "_id": "@jimp/plugin-print@0.9.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nLLPv1/faehRsOjecXXUb6kzhRcZzImO55XuFZ0c90ZyoiHm4UFREwO5sKxHGvpLXS6RnkhvSav4+IWD2qGbEQ==",
  6. "_location": "/@jimp/plugin-print",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jimp/plugin-print@^0.9.8",
  12. "name": "@jimp/plugin-print",
  13. "escapedName": "@jimp%2fplugin-print",
  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-print/-/plugin-print-0.9.8.tgz",
  23. "_shasum": "808f723176d0a57186d7558290c7e53a7a8bf812",
  24. "_spec": "@jimp/plugin-print@^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. "load-bmfont": "^1.4.0"
  33. },
  34. "deprecated": false,
  35. "description": "print an image.",
  36. "devDependencies": {
  37. "@jimp/custom": "^0.9.8",
  38. "@jimp/plugin-blit": "^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-print",
  46. "peerDependencies": {
  47. "@jimp/custom": ">=0.3.5",
  48. "@jimp/plugin-blit": ">=0.3.5"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "scripts": {
  54. "build": "npm run build:node:production && npm run build:module",
  55. "build:debug": "npm run build:node:debug",
  56. "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
  57. "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
  58. "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
  59. "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
  60. "build:watch": "npm run build:node:debug -- -- --watch --verbose",
  61. "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
  62. "test:coverage": "nyc npm run test",
  63. "test:watch": "npm run test -- --reporter min --watch"
  64. },
  65. "types": "index.d.ts",
  66. "version": "0.9.8"
  67. }