mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 20:30:05 +02:00
79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"asar@0.14.5",
|
|
"/home/s2/Code/gitlit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "asar@0.14.5",
|
|
"_id": "asar@0.14.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2Di/TnY1sridHFKMFgxBh0Wk0gVxSZN4qQhRhjJn3UywZAvP5MHI0RNVSkpzmJ+n6t0BC8w/+1257wtSgQ3Kdg==",
|
|
"_location": "/asar",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "asar@0.14.5",
|
|
"name": "asar",
|
|
"escapedName": "asar",
|
|
"rawSpec": "0.14.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.14.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-packager"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/asar/-/asar-0.14.5.tgz",
|
|
"_spec": "0.14.5",
|
|
"_where": "/home/s2/Code/gitlit",
|
|
"bin": {
|
|
"asar": "./bin/asar.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/electron/asar/issues"
|
|
},
|
|
"dependencies": {
|
|
"chromium-pickle-js": "^0.2.0",
|
|
"commander": "^2.9.0",
|
|
"cuint": "^0.2.1",
|
|
"glob": "^6.0.4",
|
|
"minimatch": "^3.0.3",
|
|
"mkdirp": "^0.5.0",
|
|
"mksnapshot": "^0.3.0",
|
|
"tmp": "0.0.28"
|
|
},
|
|
"description": "Creating Electron app packages",
|
|
"devDependencies": {
|
|
"electron": "^1.6.2",
|
|
"electron-mocha": "^3.4.0",
|
|
"lodash": "^4.2.1",
|
|
"mocha": "^2.0.1",
|
|
"rimraf": "^2.5.1",
|
|
"standard": "^8.6.0",
|
|
"xvfb-maybe": "^0.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.6"
|
|
},
|
|
"homepage": "https://github.com/electron/asar",
|
|
"license": "MIT",
|
|
"main": "./lib/asar.js",
|
|
"name": "asar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/electron/asar.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "xvfb-maybe electron-mocha --reporter spec && mocha --reporter spec && npm run lint"
|
|
},
|
|
"standard": {
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
},
|
|
"version": "0.14.5"
|
|
}
|