@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
70 lines (69 loc) • 2.44 kB
JSON
{
"_args": [
[
{
"raw": "vscode-ripgrep@https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"scope": null,
"escapedName": "vscode-ripgrep",
"name": "vscode-ripgrep",
"rawSpec": "https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"spec": "https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s"
]
],
"_from": "vscode-ripgrep@0.0.27",
"_id": "vscode-ripgrep@0.0.27",
"_inCache": true,
"_location": "/vscode-ripgrep",
"_phantomChildren": {},
"_requested": {
"raw": "vscode-ripgrep@https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"scope": null,
"escapedName": "vscode-ripgrep",
"name": "vscode-ripgrep",
"rawSpec": "https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"spec": "https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"_shasum": "fa1cde641766ff6de60d95948e0a03d9afb65d2f",
"_shrinkwrap": null,
"_spec": "vscode-ripgrep@https://registry.npmjs.org/vscode-ripgrep/-/vscode-ripgrep-0.0.27.tgz",
"_where": "/Users/code/tfs/agent3/_work/2/s",
"author": {
"name": "Rob Lourens"
},
"bugs": {
"url": "https://github.com/roblourens/vscode-ripgrep/issues"
},
"dependencies": {},
"description": "Downloads the ripgrep binary shipped in VS Code",
"devDependencies": {
"github-releases": "^0.4.1",
"mkdirp": "^0.5.1",
"progress": "^2.0.0",
"rimraf": "^2.6.1",
"yauzl": "^2.8.0"
},
"homepage": "https://github.com/roblourens/vscode-ripgrep#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "vscode-ripgrep",
"optionalDependencies": {},
"readme": "## vscode-ripgrep\n\nDownloads the ripgrep binary shipped in VS Code\n\nRuns on postinstall\n\nHow the ripgrep builds are produced: https://github.com/roblourens/ripgrep/blob/vscode/VSCODE_BUILD.md",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/roblourens/vscode-ripgrep.git"
},
"scripts": {
"postinstall": "node ./dist/postinstall.js",
"prepublish": "node ./dist/prepublish.js"
},
"version": "0.0.27"
}