mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"electron-in-page-search@1.3.2",
|
|
"/home/s2/Documents/Code/gitlit/app"
|
|
]
|
|
],
|
|
"_from": "electron-in-page-search@1.3.2",
|
|
"_id": "electron-in-page-search@1.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gHZtUV3t5g3UXndAOUC+QM0ZzvB43mtKvba4zig65SsOnYqu1G5SMeRq41OIKnDftZN8iXD0NgTzuK3fWh4F8g==",
|
|
"_location": "/electron-in-page-search",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "electron-in-page-search@1.3.2",
|
|
"name": "electron-in-page-search",
|
|
"escapedName": "electron-in-page-search",
|
|
"rawSpec": "1.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/electron-in-page-search/-/electron-in-page-search-1.3.2.tgz",
|
|
"_spec": "1.3.2",
|
|
"_where": "/home/s2/Documents/Code/gitlit/app",
|
|
"author": {
|
|
"name": "rhysd",
|
|
"email": "lin90162@yahoo.co.jp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rhysd/electron-in-page-search/issues"
|
|
},
|
|
"description": "Electron module to provide in-page search feature",
|
|
"devDependencies": {
|
|
"@types/mocha": "^5.0.0",
|
|
"@types/sinon": "^4.3.0",
|
|
"electron": "^1.8.4",
|
|
"electron-mocha": "^6.0.1",
|
|
"sinon": "^4.4.9",
|
|
"tslint": "^5.9.1",
|
|
"typescript": "^2.8.1"
|
|
},
|
|
"homepage": "https://github.com/rhysd/electron-in-page-search#readme",
|
|
"keywords": [
|
|
"electron",
|
|
"module",
|
|
"in-page",
|
|
"search"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "electron-in-page-search",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rhysd/electron-in-page-search.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"example": "npm install && npm run build && cd example/browser-window && npm start",
|
|
"gen-dts": "tsc -d src/index.ts && mv src/index.d.ts .",
|
|
"lint": "tslint -p .",
|
|
"preversion": "npm run lint && npm run build",
|
|
"test": "electron-mocha --timeout 10000 --renderer test/*.js",
|
|
"watch": "guard --watchdir src test"
|
|
},
|
|
"version": "1.3.2"
|
|
}
|