mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
update dependencies
This commit is contained in:
24
node_modules/truncate-utf8-bytes/package.json
generated
vendored
24
node_modules/truncate-utf8-bytes/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"truncate-utf8-bytes@1.0.2",
|
||||
"/home/s2/Documents/Code/gitlit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "truncate-utf8-bytes@1.0.2",
|
||||
"_from": "truncate-utf8-bytes@^1.0.0",
|
||||
"_id": "truncate-utf8-bytes@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-QFkjkJWS1W94pYGENLC3hInKXys=",
|
||||
"_location": "/truncate-utf8-bytes",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "truncate-utf8-bytes@1.0.2",
|
||||
"raw": "truncate-utf8-bytes@^1.0.0",
|
||||
"name": "truncate-utf8-bytes",
|
||||
"escapedName": "truncate-utf8-bytes",
|
||||
"rawSpec": "1.0.2",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sanitize-filename"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "/home/s2/Documents/Code/gitlit",
|
||||
"_shasum": "405923909592d56f78a5818434b0b78489ca5f2b",
|
||||
"_spec": "truncate-utf8-bytes@^1.0.0",
|
||||
"_where": "E:\\projects\\p\\gitlit\\node_modules\\sanitize-filename",
|
||||
"author": {
|
||||
"name": "Carl Xiong",
|
||||
"email": "xiongc05@gmail.com"
|
||||
@@ -36,6 +30,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/parshap/truncate-utf8-bytes/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Carl Xiong",
|
||||
@@ -49,6 +44,7 @@
|
||||
"dependencies": {
|
||||
"utf8-byte-length": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Truncate string to given length in bytes",
|
||||
"devDependencies": {
|
||||
"tape": "^4.2.2"
|
||||
|
Reference in New Issue
Block a user