blob: 783fca5c3ef10b52c32e3d7200b295649e14df20 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "strip-indent@^1.0.1",
3 "_id": "strip-indent@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
6 "_location": "/strip-indent",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "strip-indent@^1.0.1",
12 "name": "strip-indent",
13 "escapedName": "strip-indent",
14 "rawSpec": "^1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.1"
17 },
18 "_requiredBy": [
19 "/redent"
20 ],
21 "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
22 "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
23 "_spec": "strip-indent@^1.0.1",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\redent",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "http://sindresorhus.com"
29 },
30 "bin": {
31 "strip-indent": "cli.js"
32 },
33 "bugs": {
34 "url": "https://github.com/sindresorhus/strip-indent/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "get-stdin": "^4.0.1"
39 },
40 "deprecated": false,
41 "description": "Strip leading whitespace from every line in a string",
42 "devDependencies": {
43 "mocha": "*"
44 },
45 "engines": {
46 "node": ">=0.10.0"
47 },
48 "files": [
49 "index.js",
50 "cli.js"
51 ],
52 "homepage": "https://github.com/sindresorhus/strip-indent#readme",
53 "keywords": [
54 "cli",
55 "bin",
56 "browser",
57 "strip",
58 "normalize",
59 "remove",
60 "indent",
61 "indentation",
62 "whitespace",
63 "space",
64 "tab",
65 "string",
66 "str"
67 ],
68 "license": "MIT",
69 "name": "strip-indent",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/strip-indent.git"
73 },
74 "scripts": {
75 "test": "mocha"
76 },
77 "version": "1.0.1"
78}