mirror of
https://github.com/dalekurt/local-llm-stack.git
synced 2026-02-13 07:30:29 +00:00
Initial commit
This commit is contained in:
35
node_modules/npx/package.json
generated
vendored
Normal file
35
node_modules/npx/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user