blob: 09620262339b79e6a6e1b3d08868ad43066cb078 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "repeating@^2.0.0",
3 "_id": "repeating@2.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
6 "_location": "/repeating",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "repeating@^2.0.0",
12 "name": "repeating",
13 "escapedName": "repeating",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/indent-string"
20 ],
21 "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
22 "_shasum": "5214c53a926d3552707527fbab415dbc08d06dda",
23 "_spec": "repeating@^2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\indent-string",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/repeating/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "is-finite": "^1.0.0"
36 },
37 "deprecated": false,
38 "description": "Repeat a string - fast",
39 "devDependencies": {
40 "ava": "*",
41 "xo": "*"
42 },
43 "engines": {
44 "node": ">=0.10.0"
45 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/sindresorhus/repeating#readme",
50 "keywords": [
51 "repeat",
52 "string",
53 "repeating",
54 "str",
55 "text",
56 "fill",
57 "pad"
58 ],
59 "license": "MIT",
60 "name": "repeating",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/sindresorhus/repeating.git"
64 },
65 "scripts": {
66 "test": "xo && ava"
67 },
68 "version": "2.0.1"
69}