mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"flora-colossus@1.0.0",
|
|
"/home/s2/Documents/Code/gitlit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "flora-colossus@1.0.0",
|
|
"_id": "flora-colossus@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-VHKcNh7ezuAU3UQWeeGjfB13OkU=",
|
|
"_location": "/flora-colossus",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.1.11",
|
|
"universalify": "0.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "flora-colossus@1.0.0",
|
|
"name": "flora-colossus",
|
|
"escapedName": "flora-colossus",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/galactus"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/s2/Documents/Code/gitlit",
|
|
"author": {
|
|
"name": "Samuel Attard"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"fs-extra": "^4.0.0"
|
|
},
|
|
"description": "Walks your node_modules tree",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.0.10",
|
|
"@types/debug": "^0.0.30",
|
|
"@types/fs-extra": "^4.0.0",
|
|
"@types/mocha": "^2.2.45",
|
|
"@types/yargs": "^8.0.1",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^4.1.0",
|
|
"sane": "^2.5.0",
|
|
"ts-node": "^4.1.0",
|
|
"typescript": "^2.4.2"
|
|
},
|
|
"keywords": [
|
|
"prune",
|
|
"production"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "flora-colossus",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublish": "npm run build",
|
|
"test": "mocha --require ts-node/register test/*_spec.ts"
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "1.0.0"
|
|
}
|