/var/www/flurhymez/node_modules/webpack/schemas/plugins
NameSizeModeActions
asset/-0755rm
container/-0755rm
debug/-0755rm
ids/-0755rm
optimize/-0755rm
schemes/-0755rm
sharing/-0755rm
BannerPlugin.check.d.ts2470644editdlrm
BannerPlugin.check.js44420644editdlrm
BannerPlugin.json25300644editdlrm
DllPlugin.check.d.ts2400644editdlrm
DllPlugin.check.js16810644editdlrm
DllPlugin.json10410644editdlrm
DllReferencePlugin.check.d.ts2580644editdlrm
DllReferencePlugin.check.js109490644editdlrm
DllReferencePlugin.json60890644editdlrm
HashedModuleIdsPlugin.check.d.ts2640644editdlrm
HashedModuleIdsPlugin.check.js18890644editdlrm
HashedModuleIdsPlugin.json12520644editdlrm
IgnorePlugin.check.d.ts2460644editdlrm
IgnorePlugin.check.js17030644editdlrm
IgnorePlugin.json8990644editdlrm
JsonModulesPluginParser.check.d.ts2680644editdlrm
JsonModulesPluginParser.check.js5570644editdlrm
JsonModulesPluginParser.json3340644editdlrm
LoaderOptionsPlugin.check.d.ts2600644editdlrm
LoaderOptionsPlugin.check.js10080644editdlrm
LoaderOptionsPlugin.json7770644editdlrm
ProgressPlugin.check.d.ts2510644editdlrm
ProgressPlugin.check.js29110644editdlrm
ProgressPlugin.json21490644editdlrm
SourceMapDevToolPlugin.check.d.ts2660644editdlrm
SourceMapDevToolPlugin.check.js67520644editdlrm
SourceMapDevToolPlugin.json41460644editdlrm
WatchIgnorePlugin.check.d.ts2560644editdlrm
WatchIgnorePlugin.check.js11800644editdlrm
WatchIgnorePlugin.json6130644editdlrm
Edit: /var/www/flurhymez/node_modules/webpack/schemas/plugins/HashedModuleIdsPlugin.json (1252B)
{ "definitions": { "HashFunction": { "description": "Algorithm used for generation the hash (see node.js crypto package).", "anyOf": [ { "type": "string", "minLength": 1 }, { "instanceof": "Function", "tsType": "typeof import('../../lib/util/Hash')" } ] } }, "title": "HashedModuleIdsPluginOptions", "type": "object", "additionalProperties": false, "properties": { "context": { "description": "The context directory for creating names.", "type": "string", "absolutePath": true }, "hashDigest": { "description": "The encoding to use when generating the hash, defaults to 'base64'. All encodings from Node.JS' hash.digest are supported.", "enum": ["hex", "latin1", "base64"] }, "hashDigestLength": { "description": "The prefix length of the hash digest to use, defaults to 4.", "type": "number", "minimum": 1 }, "hashFunction": { "description": "The hashing algorithm to use, defaults to 'md4'. All functions from Node.JS' crypto.createHash are supported.", "oneOf": [ { "$ref": "#/definitions/HashFunction" } ] } } }