| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "@jimp/plugins@^0.9.8",
- "_id": "@jimp/plugins@0.9.8",
- "_inBundle": false,
- "_integrity": "sha512-tD+cxS9SuEZaQ1hhAkNKw9TkUAqfoBAhdWPBrEZDr/GvGPrvJR4pYmmpSYhc5IZmMbXfQayHTTGqjj8D18bToA==",
- "_location": "/@jimp/plugins",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@jimp/plugins@^0.9.8",
- "name": "@jimp/plugins",
- "escapedName": "@jimp%2fplugins",
- "scope": "@jimp",
- "rawSpec": "^0.9.8",
- "saveSpec": null,
- "fetchSpec": "^0.9.8"
- },
- "_requiredBy": [
- "/jimp"
- ],
- "_resolved": "https://registry.npmmirror.com/@jimp/plugins/-/plugins-0.9.8.tgz",
- "_shasum": "5279dfe22d0d27633f4201ab36103e587b32eb85",
- "_spec": "@jimp/plugins@^0.9.8",
- "_where": "/data/wwwroot/qimall/node/node_modules/jimp",
- "author": "",
- "bundleDependencies": false,
- "dependencies": {
- "@babel/runtime": "^7.7.2",
- "@jimp/plugin-blit": "^0.9.8",
- "@jimp/plugin-blur": "^0.9.8",
- "@jimp/plugin-circle": "^0.9.8",
- "@jimp/plugin-color": "^0.9.8",
- "@jimp/plugin-contain": "^0.9.8",
- "@jimp/plugin-cover": "^0.9.8",
- "@jimp/plugin-crop": "^0.9.8",
- "@jimp/plugin-displace": "^0.9.8",
- "@jimp/plugin-dither": "^0.9.8",
- "@jimp/plugin-fisheye": "^0.9.8",
- "@jimp/plugin-flip": "^0.9.8",
- "@jimp/plugin-gaussian": "^0.9.8",
- "@jimp/plugin-invert": "^0.9.8",
- "@jimp/plugin-mask": "^0.9.8",
- "@jimp/plugin-normalize": "^0.9.8",
- "@jimp/plugin-print": "^0.9.8",
- "@jimp/plugin-resize": "^0.9.8",
- "@jimp/plugin-rotate": "^0.9.8",
- "@jimp/plugin-scale": "^0.9.8",
- "@jimp/plugin-shadow": "^0.9.8",
- "@jimp/plugin-threshold": "^0.9.8",
- "core-js": "^3.4.1",
- "timm": "^1.6.1"
- },
- "deprecated": false,
- "description": "Default Jimp plugin.",
- "gitHead": "3a3df33f1fcf11899075ba87811d7c3d4f9bed21",
- "license": "MIT",
- "main": "dist/index.js",
- "module": "es/index.js",
- "name": "@jimp/plugins",
- "peerDependencies": {
- "@jimp/custom": ">=0.3.5"
- },
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "build": "npm run build:node:production && npm run build:module",
- "build:debug": "npm run build:node:debug",
- "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
- "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
- "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
- "build:node:production": "cross-env BABEL_ENV=production npm run build:node",
- "build:watch": "npm run build:node:debug -- -- --watch --verbose"
- },
- "types": "index.d.ts",
- "version": "0.9.8"
- }
|