mirror of
https://github.com/dalekurt/local-llm-stack.git
synced 2026-01-30 00:31:18 +00:00
36 lines
597 B
JSON
36 lines
597 B
JSON
{
|
|
"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"
|
|
}
|