WIP - add extractor, generate snippet_data
This commit is contained in:
72
node_modules/@jimp/plugins/package.json
generated
vendored
Normal file
72
node_modules/@jimp/plugins/package.json
generated
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "@jimp/plugins@^0.6.4",
|
||||
"_id": "@jimp/plugins@0.6.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NpO/87CKnF4Q9r8gMl6w+jPKOM/C089qExkViD9cPvcFZEnyVOu7ucGzcMmTcabWOU62iQTOkRViPYr6XaK0LQ==",
|
||||
"_location": "/@jimp/plugins",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "@jimp/plugins@^0.6.4",
|
||||
"name": "@jimp/plugins",
|
||||
"escapedName": "@jimp%2fplugins",
|
||||
"scope": "@jimp",
|
||||
"rawSpec": "^0.6.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.6.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jimp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.6.4.tgz",
|
||||
"_shasum": "341eeadab17ab1a1bac99b788acf2a43369f119d",
|
||||
"_spec": "@jimp/plugins@^0.6.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/jimp",
|
||||
"author": "",
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@jimp/plugin-blit": "^0.6.4",
|
||||
"@jimp/plugin-blur": "^0.6.4",
|
||||
"@jimp/plugin-color": "^0.6.4",
|
||||
"@jimp/plugin-contain": "^0.6.4",
|
||||
"@jimp/plugin-cover": "^0.6.4",
|
||||
"@jimp/plugin-crop": "^0.6.4",
|
||||
"@jimp/plugin-displace": "^0.6.4",
|
||||
"@jimp/plugin-dither": "^0.6.4",
|
||||
"@jimp/plugin-flip": "^0.6.4",
|
||||
"@jimp/plugin-gaussian": "^0.6.4",
|
||||
"@jimp/plugin-invert": "^0.6.4",
|
||||
"@jimp/plugin-mask": "^0.6.4",
|
||||
"@jimp/plugin-normalize": "^0.6.4",
|
||||
"@jimp/plugin-print": "^0.6.4",
|
||||
"@jimp/plugin-resize": "^0.6.4",
|
||||
"@jimp/plugin-rotate": "^0.6.4",
|
||||
"@jimp/plugin-scale": "^0.6.4",
|
||||
"core-js": "^2.5.7",
|
||||
"timm": "^1.6.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Default Jimp plugin.",
|
||||
"gitHead": "7c9d3c817cade88d4a20422be10670d3c1528429",
|
||||
"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"
|
||||
},
|
||||
"version": "0.6.4"
|
||||
}
|
||||
Reference in New Issue
Block a user