{"id":15565075,"url":"https://github.com/aclark4life/test-webpack-init","last_synced_at":"2025-10-12T20:32:04.283Z","repository":{"id":210968848,"uuid":"727879079","full_name":"aclark4life/test-webpack-init","owner":"aclark4life","description":"In which I initialize a webpack project (with Project Makefile)","archived":true,"fork":false,"pushed_at":"2023-12-06T18:09:05.000Z","size":215,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-29T23:33:45.892Z","etag":null,"topics":["make","npm","webpack"],"latest_commit_sha":null,"homepage":"https://github.com/project-makefile/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aclark4life.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-12-05T19:04:57.000Z","updated_at":"2024-09-08T01:29:41.000Z","dependencies_parsed_at":"2023-12-06T18:29:07.816Z","dependency_job_id":"89070780-22bf-4d83-b0e9-ca54505d61c4","html_url":"https://github.com/aclark4life/test-webpack-init","commit_stats":null,"previous_names":["aclark4life/test-webpack","aclark4life/test-webpack-init"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aclark4life/test-webpack-init","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aclark4life%2Ftest-webpack-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aclark4life%2Ftest-webpack-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aclark4life%2Ftest-webpack-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aclark4life%2Ftest-webpack-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aclark4life","download_url":"https://codeload.github.com/aclark4life/test-webpack-init/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aclark4life%2Ftest-webpack-init/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012799,"owners_count":26085187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["make","npm","webpack"],"created_at":"2024-10-02T16:49:41.929Z","updated_at":"2025-10-12T20:32:03.941Z","avatar_url":"https://github.com/aclark4life.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"test-webpack-init\n================================================================================\n\nIn which I initialize a webpack project.\n\nInit (``make webpack-init``)\n--------------------------------------------------------------------------------\n\n::\n\n    alexclark at alexclarks-Air in ~/Developer/test-webpack-init on main!\n    (test-webpack-init) ± make webpack-init\n    npm init -y\n    Wrote to /Users/alexclark/Developer/test-webpack-init/package.json:\n\n    {\n      \"name\": \"test-webpack-init\",\n      \"version\": \"1.0.0\",\n      \"description\": \"project ================================================================================\",\n      \"main\": \"webpack.config.js\",\n      \"scripts\": {\n        \"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\",\n        \"build\": \"webpack\"\n      },\n      \"keywords\": [],\n      \"author\": \"\",\n      \"license\": \"ISC\",\n      \"devDependencies\": {\n        \"webpack\": \"^5.89.0\",\n        \"webpack-cli\": \"^5.1.4\"\n      },\n      \"dependencies\": {\n        \"acorn\": \"^8.11.2\",\n        \"acorn-import-assertions\": \"^1.9.0\",\n        \"ajv\": \"^6.12.6\",\n        \"ajv-keywords\": \"^3.5.2\",\n        \"browserslist\": \"^4.22.2\",\n        \"buffer-from\": \"^1.1.2\",\n        \"caniuse-lite\": \"^1.0.30001566\",\n        \"chrome-trace-event\": \"^1.0.3\",\n        \"clone-deep\": \"^4.0.1\",\n        \"colorette\": \"^2.0.20\",\n        \"commander\": \"^2.20.3\",\n        \"cross-spawn\": \"^7.0.3\",\n        \"electron-to-chromium\": \"^1.4.605\",\n        \"enhanced-resolve\": \"^5.15.0\",\n        \"envinfo\": \"^7.11.0\",\n        \"es-module-lexer\": \"^1.4.1\",\n        \"escalade\": \"^3.1.1\",\n        \"eslint-scope\": \"^5.1.1\",\n        \"esrecurse\": \"^4.3.0\",\n        \"estraverse\": \"^4.3.0\",\n        \"events\": \"^3.3.0\",\n        \"fast-deep-equal\": \"^3.1.3\",\n        \"fast-json-stable-stringify\": \"^2.1.0\",\n        \"fastest-levenshtein\": \"^1.0.16\",\n        \"find-up\": \"^4.1.0\",\n        \"flat\": \"^5.0.2\",\n        \"function-bind\": \"^1.1.2\",\n        \"glob-to-regexp\": \"^0.4.1\",\n        \"graceful-fs\": \"^4.2.11\",\n        \"has-flag\": \"^4.0.0\",\n        \"hasown\": \"^2.0.0\",\n        \"import-local\": \"^3.1.0\",\n        \"interpret\": \"^3.1.1\",\n        \"is-core-module\": \"^2.13.1\",\n        \"is-plain-object\": \"^2.0.4\",\n        \"isexe\": \"^2.0.0\",\n        \"isobject\": \"^3.0.1\",\n        \"jest-worker\": \"^27.5.1\",\n        \"json-parse-even-better-errors\": \"^2.3.1\",\n        \"json-schema-traverse\": \"^0.4.1\",\n        \"kind-of\": \"^6.0.3\",\n        \"loader-runner\": \"^4.3.0\",\n        \"locate-path\": \"^5.0.0\",\n        \"merge-stream\": \"^2.0.0\",\n        \"mime-db\": \"^1.52.0\",\n        \"mime-types\": \"^2.1.35\",\n        \"neo-async\": \"^2.6.2\",\n        \"node-releases\": \"^2.0.14\",\n        \"p-limit\": \"^2.3.0\",\n        \"p-locate\": \"^4.1.0\",\n        \"p-try\": \"^2.2.0\",\n        \"path-exists\": \"^4.0.0\",\n        \"path-key\": \"^3.1.1\",\n        \"path-parse\": \"^1.0.7\",\n        \"picocolors\": \"^1.0.0\",\n        \"pkg-dir\": \"^4.2.0\",\n        \"punycode\": \"^2.3.1\",\n        \"randombytes\": \"^2.1.0\",\n        \"rechoir\": \"^0.8.0\",\n        \"resolve\": \"^1.22.8\",\n        \"resolve-cwd\": \"^3.0.0\",\n        \"resolve-from\": \"^5.0.0\",\n        \"safe-buffer\": \"^5.2.1\",\n        \"schema-utils\": \"^3.3.0\",\n        \"serialize-javascript\": \"^6.0.1\",\n        \"shallow-clone\": \"^3.0.1\",\n        \"shebang-command\": \"^2.0.0\",\n        \"shebang-regex\": \"^3.0.0\",\n        \"source-map\": \"^0.6.1\",\n        \"source-map-support\": \"^0.5.21\",\n        \"supports-color\": \"^8.1.1\",\n        \"supports-preserve-symlinks-flag\": \"^1.0.0\",\n        \"tapable\": \"^2.2.1\",\n        \"terser\": \"^5.25.0\",\n        \"terser-webpack-plugin\": \"^5.3.9\",\n        \"undici-types\": \"^5.26.5\",\n        \"update-browserslist-db\": \"^1.0.13\",\n        \"uri-js\": \"^4.4.1\",\n        \"watchpack\": \"^2.4.0\",\n        \"webpack-merge\": \"^5.10.0\",\n        \"webpack-sources\": \"^3.2.3\",\n        \"which\": \"^2.0.2\",\n        \"wildcard\": \"^2.0.1\"\n      },\n      \"directories\": {\n        \"lib\": \"lib\"\n      }\n    }\n\n\n    git add package.json\n    git add webpack.config.js\n    npm install --save-dev webpack webpack-cli\n\n    added 120 packages, and audited 121 packages in 642ms\n\n    16 packages are looking for funding\n      run `npm fund` for details\n\n    found 0 vulnerabilities\n    mkdir -v src/\n    src/\n    git add src/index.js\n    git add index.html\n\nBuild (``make build``)\n--------------------------------------------------------------------------------\n\n::\n\n    alexclark at alexclarks-Air in ~/Developer/test-webpack-init on main!\n    (test-webpack-init) ± make build\n    npm run build\n\n    \u003e test-webpack-init@1.0.0 build\n    \u003e webpack\n\n    asset bundle.js 1.25 KiB [emitted] (name: main)\n    ./src/index.js 55 bytes [built] [code generated]\n    webpack 5.89.0 compiled successfully in 39 ms\n    git add dist/\n\n\nServe (``make serve``)\n--------------------------------------------------------------------------------\n\n::\n\n    alexclark at alexclarks-Air in ~/Developer/test-webpack-init on main!\n    (test-webpack-init) ± make serve\n    /Library/Developer/CommandLineTools/usr/bin/make python-serve\n\n        Serving HTTP on http://0.0.0.0:8000\n\n    python -m http.server\n    Serving HTTP on :: port 8000 (http://[::]:8000/) ...\n\n.. image:: screenshot.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faclark4life%2Ftest-webpack-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faclark4life%2Ftest-webpack-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faclark4life%2Ftest-webpack-init/lists"}