mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
add node modules to repo
This commit is contained in:
24
app/node_modules/author-regex/package.json
generated
vendored
24
app/node_modules/author-regex/package.json
generated
vendored
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "author-regex@^1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"author-regex@1.0.0",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "author-regex@1.0.0",
|
||||
"_id": "author-regex@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-0IiFvmubv5Q5/gh8dihyRfCoFFA=",
|
||||
"_location": "/author-regex",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "author-regex@^1.0.0",
|
||||
"raw": "author-regex@1.0.0",
|
||||
"name": "author-regex",
|
||||
"escapedName": "author-regex",
|
||||
"rawSpec": "^1.0.0",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.0"
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/parse-author"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz",
|
||||
"_shasum": "d08885be6b9bbf9439fe087c76287245f0a81450",
|
||||
"_spec": "author-regex@^1.0.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\parse-author",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/author-regex/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Regular expression for parsing an `author` string into an object following npm conventions.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
|
Reference in New Issue
Block a user