aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-indent/package.json
blob: d8dfce443f158ad6bcb6fd008d4743ffa040c95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "_args": [
    [
      {
        "raw": "detect-indent@^3.0.1",
        "scope": null,
        "escapedName": "detect-indent",
        "name": "detect-indent",
        "rawSpec": "^3.0.1",
        "spec": ">=3.0.1 <4.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/babel-generator"
    ]
  ],
  "_from": "detect-indent@>=3.0.1 <4.0.0",
  "_id": "detect-indent@3.0.1",
  "_inCache": true,
  "_location": "/detect-indent",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {
    "is-finite": "1.0.2"
  },
  "_requested": {
    "raw": "detect-indent@^3.0.1",
    "scope": null,
    "escapedName": "detect-indent",
    "name": "detect-indent",
    "rawSpec": "^3.0.1",
    "spec": ">=3.0.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-generator"
  ],
  "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
  "_shasum": "9dc5e5ddbceef8325764b9451b02bc6d54084f75",
  "_shrinkwrap": null,
  "_spec": "detect-indent@^3.0.1",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/babel-generator",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "detect-indent": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/detect-indent/issues"
  },
  "dependencies": {
    "get-stdin": "^4.0.1",
    "minimist": "^1.1.0",
    "repeating": "^1.1.0"
  },
  "description": "Detect the indentation of code",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "9dc5e5ddbceef8325764b9451b02bc6d54084f75",
    "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "gitHead": "c046bec94ac5eefeb67ae4501d556c8dcec2914e",
  "homepage": "https://github.com/sindresorhus/detect-indent",
  "keywords": [
    "cli",
    "bin",
    "indent",
    "indentation",
    "detect",
    "infer",
    "identify",
    "code",
    "string",
    "text",
    "source",
    "space",
    "tab"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "detect-indent",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/detect-indent.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "3.0.1"
}