mirror of
https://github.com/actions/labeler.git
synced 2025-12-16 06:56:51 +00:00
build
This commit is contained in:
24
node_modules/repeat-string/package.json
generated
vendored
24
node_modules/repeat-string/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user