package.json 2.2 KB

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