1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00
Files
gitlit/node_modules/rcedit/package.json
2018-12-11 18:39:24 +01:00

56 lines
1.3 KiB
JSON

{
"_args": [
[
"rcedit@1.1.1",
"/home/s2/Code/gitlit"
]
],
"_development": true,
"_from": "rcedit@1.1.1",
"_id": "rcedit@1.1.1",
"_inBundle": false,
"_integrity": "sha512-6NjOhOpkvbc/gpMEfk2hpXuWyHfbLFN8as5jx3jf4bhELvouRoYvc8d/W3NVVPwEBF1ICfbpwp1oRm8OJ2WDWw==",
"_location": "/rcedit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rcedit@1.1.1",
"name": "rcedit",
"escapedName": "rcedit",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/home/s2/Code/gitlit",
"bugs": {
"url": "https://github.com/electron/node-rcedit/issues"
},
"description": "Node module to edit resources of exe",
"devDependencies": {
"got": "^6.7.1",
"mocha": "^3.0.2",
"rcinfo": "^0.1.3",
"standard": "^7.1.2",
"temp": "^0.8.3"
},
"homepage": "https://github.com/electron/node-rcedit#readme",
"license": "MIT",
"main": "lib/rcedit.js",
"name": "rcedit",
"repository": {
"type": "git",
"url": "git+https://github.com/electron/node-rcedit.git"
},
"scripts": {
"lint": "standard",
"test": "mocha test/*.js && npm run lint"
},
"version": "1.1.1"
}