Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / node_modules / @vscode / ripgrep / package.json
Size: Mime:
{
  "name": "@vscode/ripgrep",
  "version": "1.15.11",
  "description": "A module for using ripgrep in a Node project",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/vscode-ripgrep"
  },
  "scripts": {
    "postinstall": "node ./lib/postinstall.js"
  },
  "author": "Rob Lourens",
  "license": "MIT",
  "dependencies": {
    "https-proxy-agent": "^7.0.2",
    "yauzl": "^2.9.2",
    "proxy-from-env": "^1.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.8.4"
  }
}