mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
83 lines
1.8 KiB
JSON
83 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"galactus@0.2.1",
|
|
"/home/s2/Code/gitlit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "galactus@0.2.1",
|
|
"_id": "galactus@0.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-y+0tIKQMH1Z5o1kI4rlBVzPnjbk=",
|
|
"_location": "/galactus",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.1.11",
|
|
"universalify": "0.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "galactus@0.2.1",
|
|
"name": "galactus",
|
|
"escapedName": "galactus",
|
|
"rawSpec": "0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-packager"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz",
|
|
"_spec": "0.2.1",
|
|
"_where": "/home/s2/Code/gitlit",
|
|
"author": {
|
|
"name": "Samuel Attard"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"flora-colossus": "^1.0.0",
|
|
"fs-extra": "^4.0.0"
|
|
},
|
|
"description": "Prunes dependencies from your package",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.0.10",
|
|
"@types/debug": "^0.0.30",
|
|
"@types/fs-extra": "^4.0.0",
|
|
"@types/mocha": "^2.2.45",
|
|
"@types/tempy": "^0.1.0",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^4.1.0",
|
|
"nyc": "^11.4.1",
|
|
"tempy": "^0.2.1",
|
|
"ts-node": "^4.1.0",
|
|
"tslint": "^5.9.1",
|
|
"typescript": "^2.4.2"
|
|
},
|
|
"keywords": [
|
|
"prune",
|
|
"production"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "galactus",
|
|
"nyc": {
|
|
"extension": [
|
|
".ts"
|
|
],
|
|
"instrument": true,
|
|
"require": [
|
|
"ts-node/register"
|
|
],
|
|
"sourceMap": true
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "tslint src/**/*.ts test/**/*.ts",
|
|
"mocha": "nyc mocha test/*_spec.ts",
|
|
"prepublish": "npm run build",
|
|
"test": "npm run lint && npm run mocha"
|
|
},
|
|
"version": "0.2.1"
|
|
}
|