mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
fix search window
This commit is contained in:
57
app/node_modules/electron-find/package.json
generated
vendored
Normal file
57
app/node_modules/electron-find/package.json
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"_from": "electron-find",
|
||||
"_id": "electron-find@1.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-RenjzlCCzX7edLywLy+qRYvzds11sBv8+SrJu/3l3eVLt9d9uNqCPk+uFZ525uAhSUaUalgZWDlhQdxIgT1khg==",
|
||||
"_location": "/electron-find",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "electron-find",
|
||||
"name": "electron-find",
|
||||
"escapedName": "electron-find",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/electron-find/-/electron-find-1.0.6.tgz",
|
||||
"_shasum": "e10e4be3eb0b634ed0d3acf383720fef39698cdb",
|
||||
"_spec": "electron-find",
|
||||
"_where": "F:\\projects\\p\\gitlit\\app",
|
||||
"author": {
|
||||
"name": "TheoXiong"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/TheoXiong/electron-find/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Find all matches for the text in electron app",
|
||||
"devDependencies": {
|
||||
"electron": "^2.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/TheoXiong/electron-find#readme",
|
||||
"keywords": [
|
||||
"find",
|
||||
"electron",
|
||||
"search",
|
||||
"match"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "electron-find",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/TheoXiong/electron-find.git"
|
||||
},
|
||||
"scripts": {
|
||||
"e": "electron example/main.js",
|
||||
"e2": "electron example2/main.js"
|
||||
},
|
||||
"version": "1.0.6"
|
||||
}
|
Reference in New Issue
Block a user