mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
add node modules to repo
This commit is contained in:
125
node_modules/parse-author/package.json
generated
vendored
Normal file
125
node_modules/parse-author/package.json
generated
vendored
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"parse-author@2.0.0",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "parse-author@2.0.0",
|
||||
"_id": "parse-author@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-00YL8d3Q367tQtp1QkLmX7aEqB8=",
|
||||
"_location": "/parse-author",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parse-author@2.0.0",
|
||||
"name": "parse-author",
|
||||
"escapedName": "parse-author",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/parse-author/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
"email": "jon.schlinkert@sellside.com",
|
||||
"url": "http://twitter.com/jonschlinkert"
|
||||
},
|
||||
{
|
||||
"name": "Sean Lang",
|
||||
"email": "slang800@gmail.com",
|
||||
"url": "http://slang.cx"
|
||||
},
|
||||
{
|
||||
"name": "Tim Oram",
|
||||
"email": "mitmaro@gmail.com",
|
||||
"url": "http://www.mitmaro.ca"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"author-regex": "^1.0.0"
|
||||
},
|
||||
"description": "Parse an author, contributor, maintainer or other 'person' string into an object with name, email and url properties following npm conventions.",
|
||||
"devDependencies": {
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/jonschlinkert/parse-author",
|
||||
"keywords": [
|
||||
"author",
|
||||
"authors",
|
||||
"contributor",
|
||||
"exec",
|
||||
"expression",
|
||||
"extract",
|
||||
"maintainer",
|
||||
"maintainers",
|
||||
"match",
|
||||
"package",
|
||||
"parse",
|
||||
"person",
|
||||
"pkg",
|
||||
"re",
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"somebody"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "parse-author",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jonschlinkert/parse-author.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"related": {
|
||||
"list": [
|
||||
"author-regex",
|
||||
"parse-authors",
|
||||
"stringify-author",
|
||||
"stringify-authors"
|
||||
]
|
||||
},
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
Reference in New Issue
Block a user