Install yarn

This commit is contained in:
Jay Trees 2022-04-08 12:55:35 +02:00
parent 0453e84836
commit 1fde8a81be
1927 changed files with 82144 additions and 83317 deletions

View file

@ -1,68 +1,31 @@
{
"_args": [
[
"repeat-string@1.6.1",
"F:\\laragon\\www\\wishthis"
]
"name": "repeat-string",
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
"version": "1.6.1",
"homepage": "https://github.com/jonschlinkert/repeat-string",
"author": "Jon Schlinkert (http://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward <brian.woodward@gmail.com> (https://github.com/doowb)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Linus Unnebäck <linus@folkdatorn.se> (http://linus.unnebäck.se)",
"Thijs Busser <tbusser@gmail.com> (http://tbusser.net)",
"Titus <tituswormer@gmail.com> (wooorm.com)"
],
"_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",
"registry": true,
"raw": "repeat-string@1.6.1",
"name": "repeat-string",
"escapedName": "repeat-string",
"rawSpec": "1.6.1",
"saveSpec": null,
"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": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert"
},
"repository": "jonschlinkert/repeat-string",
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-string/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"email": "brian.woodward@gmail.com",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Linus Unnebäck",
"email": "linus@folkdatorn.se",
"url": "http://linus.unnebäck.se"
},
{
"name": "Thijs Busser",
"email": "tbusser@gmail.com",
"url": "http://tbusser.net"
},
{
"name": "Titus",
"email": "tituswormer@gmail.com",
"url": "wooorm.com"
}
"license": "MIT",
"files": [
"index.js"
],
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
"main": "index.js",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"ansi-cyan": "^0.1.1",
"benchmarked": "^0.2.5",
@ -73,13 +36,6 @@
"text-table": "^0.2.0",
"yargs-parser": "^4.0.2"
},
"engines": {
"node": ">=0.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/repeat-string",
"keywords": [
"fast",
"fastest",
@ -97,16 +53,6 @@
"string",
"times"
],
"license": "MIT",
"main": "index.js",
"name": "repeat-string",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/repeat-string.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
@ -127,6 +73,5 @@
"reflinks": [
"verb"
]
},
"version": "1.6.1"
}
}