1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 05:10:05 +02:00
Files
gitlit/node_modules/rcedit/package.json
2018-06-03 13:57:23 +02:00

56 lines
1.4 KiB
JSON

{
"_args": [
[
"rcedit@1.1.0",
"/home/s2/Documents/Code/gitlit"
]
],
"_development": true,
"_from": "rcedit@1.1.0",
"_id": "rcedit@1.1.0",
"_inBundle": false,
"_integrity": "sha512-JkXJ0IrUcdupLoIx6gE4YcFaMVSGtu7kQf4NJoDJUnfBZGuATmJ2Yal2v55KTltp+WV8dGr7A0RtOzx6jmtM6Q==",
"_location": "/rcedit",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rcedit@1.1.0",
"name": "rcedit",
"escapedName": "rcedit",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/electron-packager"
],
"_resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/home/s2/Documents/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.0"
}