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,34 +1,28 @@
{
"_args": [
[
"repeat-string@1.6.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "repeat-string@1.6.1",
"_from": "repeat-string@^1.6.1",
"_id": "repeat-string@1.6.1",
"_inBundle": false,
"_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
"_location": "/repeat-string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "repeat-string@1.6.1",
"raw": "repeat-string@^1.6.1",
"name": "repeat-string",
"escapedName": "repeat-string",
"rawSpec": "1.6.1",
"rawSpec": "^1.6.1",
"saveSpec": null,
"fetchSpec": "1.6.1"
"fetchSpec": "^1.6.1"
},
"_requiredBy": [
"/fill-range",
"/to-regex-range"
],
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
"_spec": "1.6.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
"_spec": "repeat-string@^1.6.1",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/fill-range",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert"
@@ -36,6 +30,7 @@
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-string/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
@@ -63,6 +58,7 @@
"url": "wooorm.com"
}
],
"deprecated": false,
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
"devDependencies": {
"ansi-cyan": "^0.1.1",