1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 21:00:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-10 15:11:12 +02:00
parent da4083f574
commit 5c55c54b71
90877 changed files with 339776 additions and 33677 deletions

View File

@@ -1,27 +1,33 @@
{
"_from": "strip-indent@^1.0.1",
"_args": [
[
"strip-indent@1.0.1",
"E:\\projects\\p\\gitlit"
]
],
"_development": true,
"_from": "strip-indent@1.0.1",
"_id": "strip-indent@1.0.1",
"_inBundle": false,
"_integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
"_location": "/strip-indent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "strip-indent@^1.0.1",
"raw": "strip-indent@1.0.1",
"name": "strip-indent",
"escapedName": "strip-indent",
"rawSpec": "^1.0.1",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/redent"
],
"_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
"_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
"_spec": "strip-indent@^1.0.1",
"_where": "E:\\projects\\p\\gitlit\\node_modules\\redent",
"_spec": "1.0.1",
"_where": "E:\\projects\\p\\gitlit",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -33,11 +39,9 @@
"bugs": {
"url": "https://github.com/sindresorhus/strip-indent/issues"
},
"bundleDependencies": false,
"dependencies": {
"get-stdin": "^4.0.1"
},
"deprecated": false,
"description": "Strip leading whitespace from every line in a string",
"devDependencies": {
"mocha": "*"