mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
add node modules to repo
This commit is contained in:
68
node_modules/flora-colossus/package.json
generated
vendored
Normal file
68
node_modules/flora-colossus/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user