UNPKG

@lvce-editor/ripgrep

Version:

A module for using ripgrep in a Node project

36 lines (35 loc) 781 B
{ "name": "@lvce-editor/ripgrep", "version": "2.1.0", "description": "A module for using ripgrep in a Node project", "main": "src/index.js", "typings": "src/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/lvce-editor/ripgrep" }, "scripts": { "postinstall": "node ./src/postinstall.js", "format": "prettier --write ." }, "keywords": [ "lvce-editor", "ripgrep" ], "author": "Lvce Editor", "license": "MIT", "dependencies": { "@lvce-editor/verror": "^1.6.0", "execa": "^9.5.2", "extract-zip": "^2.0.1", "fs-extra": "^11.3.0", "got": "^14.4.7", "path-exists": "^5.0.0", "tempy": "^3.1.0", "xdg-basedir": "^5.1.0" }, "engines": { "node": ">=22" } }