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