mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
71
app/node_modules/electron-in-page-search/package.json
generated
vendored
Normal file
71
app/node_modules/electron-in-page-search/package.json
generated
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user