[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "repeat-string@1.6.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "repeat-string@1.6.1",
|
---|
| 10 | "_id": "repeat-string@1.6.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
|
---|
| 13 | "_location": "/repeat-string",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "repeat-string@1.6.1",
|
---|
| 19 | "name": "repeat-string",
|
---|
| 20 | "escapedName": "repeat-string",
|
---|
| 21 | "rawSpec": "1.6.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.6.1"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/http-proxy-middleware/fill-range",
|
---|
| 27 | "/http-proxy-middleware/to-regex-range",
|
---|
| 28 | "/webpack-dev-server/fill-range",
|
---|
| 29 | "/webpack-dev-server/to-regex-range"
|
---|
[6a3a178] | 30 | ],
|
---|
[59329aa] | 31 | "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
---|
| 32 | "_spec": "1.6.1",
|
---|
| 33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 34 | "author": {
|
---|
| 35 | "name": "Jon Schlinkert",
|
---|
| 36 | "url": "http://github.com/jonschlinkert"
|
---|
[6a3a178] | 37 | },
|
---|
[59329aa] | 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/jonschlinkert/repeat-string/issues"
|
---|
[6a3a178] | 40 | },
|
---|
[59329aa] | 41 | "contributors": [
|
---|
| 42 | {
|
---|
| 43 | "name": "Brian Woodward",
|
---|
| 44 | "email": "brian.woodward@gmail.com",
|
---|
| 45 | "url": "https://github.com/doowb"
|
---|
| 46 | },
|
---|
| 47 | {
|
---|
| 48 | "name": "Jon Schlinkert",
|
---|
| 49 | "email": "jon.schlinkert@sellside.com",
|
---|
| 50 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 51 | },
|
---|
| 52 | {
|
---|
| 53 | "name": "Linus Unnebäck",
|
---|
| 54 | "email": "linus@folkdatorn.se",
|
---|
| 55 | "url": "http://linus.unnebäck.se"
|
---|
| 56 | },
|
---|
| 57 | {
|
---|
| 58 | "name": "Thijs Busser",
|
---|
| 59 | "email": "tbusser@gmail.com",
|
---|
| 60 | "url": "http://tbusser.net"
|
---|
| 61 | },
|
---|
| 62 | {
|
---|
| 63 | "name": "Titus",
|
---|
| 64 | "email": "tituswormer@gmail.com",
|
---|
| 65 | "url": "wooorm.com"
|
---|
| 66 | }
|
---|
| 67 | ],
|
---|
| 68 | "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
|
---|
[6a3a178] | 69 | "devDependencies": {
|
---|
| 70 | "ansi-cyan": "^0.1.1",
|
---|
| 71 | "benchmarked": "^0.2.5",
|
---|
| 72 | "gulp-format-md": "^0.1.11",
|
---|
| 73 | "isobject": "^2.1.0",
|
---|
| 74 | "mocha": "^3.1.2",
|
---|
| 75 | "repeating": "^3.0.0",
|
---|
| 76 | "text-table": "^0.2.0",
|
---|
| 77 | "yargs-parser": "^4.0.2"
|
---|
| 78 | },
|
---|
[59329aa] | 79 | "engines": {
|
---|
| 80 | "node": ">=0.10"
|
---|
| 81 | },
|
---|
| 82 | "files": [
|
---|
| 83 | "index.js"
|
---|
| 84 | ],
|
---|
| 85 | "homepage": "https://github.com/jonschlinkert/repeat-string",
|
---|
[6a3a178] | 86 | "keywords": [
|
---|
| 87 | "fast",
|
---|
| 88 | "fastest",
|
---|
| 89 | "fill",
|
---|
| 90 | "left",
|
---|
| 91 | "left-pad",
|
---|
| 92 | "multiple",
|
---|
| 93 | "pad",
|
---|
| 94 | "padding",
|
---|
| 95 | "repeat",
|
---|
| 96 | "repeating",
|
---|
| 97 | "repetition",
|
---|
| 98 | "right",
|
---|
| 99 | "right-pad",
|
---|
| 100 | "string",
|
---|
| 101 | "times"
|
---|
| 102 | ],
|
---|
[59329aa] | 103 | "license": "MIT",
|
---|
| 104 | "main": "index.js",
|
---|
| 105 | "name": "repeat-string",
|
---|
| 106 | "repository": {
|
---|
| 107 | "type": "git",
|
---|
| 108 | "url": "git+https://github.com/jonschlinkert/repeat-string.git"
|
---|
| 109 | },
|
---|
| 110 | "scripts": {
|
---|
| 111 | "test": "mocha"
|
---|
| 112 | },
|
---|
[6a3a178] | 113 | "verb": {
|
---|
| 114 | "toc": false,
|
---|
| 115 | "layout": "default",
|
---|
| 116 | "tasks": [
|
---|
| 117 | "readme"
|
---|
| 118 | ],
|
---|
| 119 | "plugins": [
|
---|
| 120 | "gulp-format-md"
|
---|
| 121 | ],
|
---|
| 122 | "related": {
|
---|
| 123 | "list": [
|
---|
| 124 | "repeat-element"
|
---|
| 125 | ]
|
---|
| 126 | },
|
---|
| 127 | "helpers": [
|
---|
| 128 | "./benchmark/helper.js"
|
---|
| 129 | ],
|
---|
| 130 | "reflinks": [
|
---|
| 131 | "verb"
|
---|
| 132 | ]
|
---|
[59329aa] | 133 | },
|
---|
| 134 | "version": "1.6.1"
|
---|
[6a3a178] | 135 | }
|
---|