Initial commit

This commit is contained in:
Developer
2025-04-21 16:03:20 +02:00
commit 2832896157
22874 changed files with 3092801 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
{
"_from": "webpack-chunk-hash@^0.4.0",
"_id": "webpack-chunk-hash@0.4.0",
"_inBundle": false,
"_integrity": "sha1-a0DDBw+8n/DP4P54HHF0r2x8FqQ=",
"_location": "/webpack-chunk-hash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "webpack-chunk-hash@^0.4.0",
"name": "webpack-chunk-hash",
"escapedName": "webpack-chunk-hash",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/webpack-chunk-hash/-/webpack-chunk-hash-0.4.0.tgz",
"_shasum": "6b40c3070fbc9ff0cfe0fe781c7174af6c7c16a4",
"_spec": "webpack-chunk-hash@^0.4.0",
"_where": "D:\\developments\\teaser-inertia\\nova-components\\NovaLeader\\node_modules\\laravel-mix",
"author": {
"name": "Alex Indigo",
"email": "iam@alexindigo.com"
},
"bugs": {
"url": "https://github.com/alexindigo/webpack-chunk-hash/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Plugin to replace a standard webpack chunk hashing with custom (md5) one.",
"devDependencies": {
"argparse": "^1.0.4",
"jasmine-node": "^1.14.5",
"jshint": "^2.8.0",
"rimraf": "^2.5.4",
"webpack": "^1.13.3"
},
"homepage": "https://github.com/alexindigo/webpack-chunk-hash#readme",
"keywords": [
"webpack",
"hash",
"plugin",
"md5"
],
"license": "MIT",
"main": "index.js",
"name": "webpack-chunk-hash",
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alexindigo/webpack-chunk-hash.git"
},
"scripts": {
"lint": "jshint",
"pretest": "rimraf dist",
"test": "jasmine-node --captureExceptions spec"
},
"version": "0.4.0"
}