package.json 2.4 KB

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