githrun

A CLI tool to run Python scrip...
Log | Files | Refs | README | LICENSE

package-lock.json (1461B)


      1 {
      2   "name": "vscode-githrun",
      3   "version": "0.0.1",
      4   "lockfileVersion": 3,
      5   "requires": true,
      6   "packages": {
      7     "": {
      8       "name": "vscode-githrun",
      9       "version": "0.0.1",
     10       "devDependencies": {
     11         "@types/node": "16.x",
     12         "@types/vscode": "^1.80.0",
     13         "typescript": "^5.0.0"
     14       },
     15       "engines": {
     16         "vscode": "^1.80.0"
     17       }
     18     },
     19     "node_modules/@types/node": {
     20       "version": "16.18.126",
     21       "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz",
     22       "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==",
     23       "dev": true,
     24       "license": "MIT"
     25     },
     26     "node_modules/@types/vscode": {
     27       "version": "1.109.0",
     28       "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.109.0.tgz",
     29       "integrity": "sha512-0Pf95rnwEIwDbmXGC08r0B4TQhAbsHQ5UyTIgVgoieDe4cOnf92usuR5dEczb6bTKEp7ziZH4TV1TRGPPCExtw==",
     30       "dev": true,
     31       "license": "MIT"
     32     },
     33     "node_modules/typescript": {
     34       "version": "5.9.3",
     35       "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
     36       "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
     37       "dev": true,
     38       "license": "Apache-2.0",
     39       "bin": {
     40         "tsc": "bin/tsc",
     41         "tsserver": "bin/tsserver"
     42       },
     43       "engines": {
     44         "node": ">=14.17"
     45       }
     46     }
     47   }
     48 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror