vscode-ripgrep-dynamic
Version:
Downloads the ripgrep binary shipped in VS Code
29 lines (28 loc) • 798 B
JSON
{
"name": "vscode-ripgrep-dynamic",
"version": "1.0.1",
"description": "Downloads the ripgrep binary shipped in VS Code",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/roblourens/vscode-ripgrep"
},
"scripts": {
"__prepublish": "in-publish && echo 'You need to use \"publish-packed\" to publish this package' && false || not-in-publish",
"__prepublishOnly": "node ./lib/checkNpmVersion.js",
"postinstall": "node ./lib/postinstall.js"
},
"author": "Rob Lourens",
"license": "MIT",
"__dependencies": {
"github-releases": "^0.4.1",
"mkdirp": "^0.5.1",
"progress": "^2.0.0",
"rimraf": "^2.6.1",
"yauzl": "^2.8.0"
},
"devDependencies": {
"in-publish": "^2.0.0"
}
}