- Add .gitignore: exclude compiled binaries, build artifacts, and Helm values files containing real secrets (authentik, prometheus) - Add all Kubernetes deployment manifests (deployment/) - Add services source code: ha-sync, device-inventory, games-console, paperclip, parts-inventory - Add Ansible orchestration: playbooks, roles, inventory, cloud-init - Add hardware specs, execution plans, scripts, HOMELAB.md - Add skills/homelab/SKILL.md + skills/install.sh to preserve Copilot skill - Remove previously-tracked inventory-cli binary from git index Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
31 lines
No EOL
813 B
JSON
31 lines
No EOL
813 B
JSON
{
|
|
"name": "@babel/helpers",
|
|
"version": "7.29.2",
|
|
"description": "Collection of helper functions used by Babel transforms.",
|
|
"author": "The Babel Team (https://babel.dev/team)",
|
|
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-helpers"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"dependencies": {
|
|
"@babel/template": "^7.28.6",
|
|
"@babel/types": "^7.29.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/generator": "^7.29.1",
|
|
"@babel/helper-plugin-test-runner": "^7.27.1",
|
|
"@babel/parser": "^7.29.2",
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"type": "commonjs"
|
|
} |