Initial commit

This commit is contained in:
Dale-Kurt Murray
2025-03-10 22:35:45 -04:00
commit 71dae881d0
4451 changed files with 493387 additions and 0 deletions

35
node_modules/npx/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "npx",
"description": "execute npm package binaries",
"main": "index.js",
"bin": "index.js",
"man": "./npx.1",
"files": [
"*.js",
"npx.1"
],
"keywords": [
"npm",
"npm exec",
"shell",
"scripts",
"npm bin",
"cli"
],
"repository": "https://github.com/npm/npx",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "ISC",
"dependencies": {
"npm": "5.1.0",
"libnpx": "10.2.2"
},
"bundleDependencies": [
"npm",
"libnpx"
],
"version": "10.2.2"
}