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/parse-author/package.json
generated
vendored
24
app/node_modules/parse-author/package.json
generated
vendored
@@ -1,27 +1,33 @@
|
||||
{
|
||||
"_from": "parse-author@^2.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"parse-author@2.0.0",
|
||||
"/home/s2/Documents/Code/gitlit/app"
|
||||
]
|
||||
],
|
||||
"_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": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "parse-author@^2.0.0",
|
||||
"raw": "parse-author@2.0.0",
|
||||
"name": "parse-author",
|
||||
"escapedName": "parse-author",
|
||||
"rawSpec": "^2.0.0",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/electron-packager"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz",
|
||||
"_shasum": "d3460bf1ddd0dfaeed42da754242e65fb684a81f",
|
||||
"_spec": "parse-author@^2.0.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\electron-packager",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/home/s2/Documents/Code/gitlit/app",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -29,7 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/parse-author/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
@@ -50,7 +55,6 @@
|
||||
"dependencies": {
|
||||
"author-regex": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
|
Reference in New Issue
Block a user