This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,39 +1,35 @@
{
"_args": [
[
"remove-trailing-separator@1.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "remove-trailing-separator@1.1.0",
"_from": "remove-trailing-separator@^1.0.1",
"_id": "remove-trailing-separator@1.1.0",
"_inBundle": false,
"_integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
"_location": "/remove-trailing-separator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "remove-trailing-separator@1.1.0",
"raw": "remove-trailing-separator@^1.0.1",
"name": "remove-trailing-separator",
"escapedName": "remove-trailing-separator",
"rawSpec": "1.1.0",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "1.1.0"
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/normalize-path"
],
"_resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "c24bce2a283adad5bc3f58e0d48249b92379d8ef",
"_spec": "remove-trailing-separator@^1.0.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/normalize-path",
"author": {
"name": "darsain"
},
"bugs": {
"url": "https://github.com/darsain/remove-trailing-separator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Removes separators from the end of the string.",
"devDependencies": {
"ava": "^0.16.0",