Initial commit
[yaffs-website] / node_modules / indent-string / package.json
1 {
2   "_args": [
3     [
4       "indent-string@^2.1.0",
5       "/var/www/yaffs/node_modules/redent"
6     ]
7   ],
8   "_from": "indent-string@>=2.1.0 <3.0.0",
9   "_id": "indent-string@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/indent-string",
13   "_nodeVersion": "3.0.0",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.13.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "indent-string",
22     "raw": "indent-string@^2.1.0",
23     "rawSpec": "^2.1.0",
24     "scope": null,
25     "spec": ">=2.1.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/redent"
30   ],
31   "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
32   "_shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
33   "_shrinkwrap": null,
34   "_spec": "indent-string@^2.1.0",
35   "_where": "/var/www/yaffs/node_modules/redent",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/indent-string/issues"
43   },
44   "dependencies": {
45     "repeating": "^2.0.0"
46   },
47   "description": "Indent each line in a string",
48   "devDependencies": {
49     "mocha": "*"
50   },
51   "directories": {},
52   "dist": {
53     "shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
54     "tarball": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz"
55   },
56   "engines": {
57     "node": ">=0.10.0"
58   },
59   "files": [
60     "index.js"
61   ],
62   "gitHead": "649f7560df23a8fd8ea330bead5d7d0058efc6b6",
63   "homepage": "https://github.com/sindresorhus/indent-string#readme",
64   "keywords": [
65     "align",
66     "indent",
67     "line",
68     "pad",
69     "str",
70     "string",
71     "text"
72   ],
73   "license": "MIT",
74   "maintainers": [
75     {
76       "name": "sindresorhus",
77       "email": "sindresorhus@gmail.com"
78     }
79   ],
80   "name": "indent-string",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/sindresorhus/indent-string.git"
86   },
87   "scripts": {
88     "test": "mocha"
89   },
90   "version": "2.1.0"
91 }