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