summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/readline2/package.json
blob: 7432a50033db4d99962175a1c5a0d4728883e8a8 (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
{
  "_args": [
    [
      "readline2@^1.0.1",
      "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/inquirer"
    ]
  ],
  "_from": "readline2@>=1.0.1 <2.0.0",
  "_id": "readline2@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/eslint/readline2",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "email": "admin@simonboudrias.com",
    "name": "sboudrias"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "name": "readline2",
    "raw": "readline2@^1.0.1",
    "rawSpec": "^1.0.1",
    "scope": null,
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint/inquirer"
  ],
  "_resolved": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
  "_shasum": "41059608ffc154757b715d9989d199ffbf372e35",
  "_shrinkwrap": null,
  "_spec": "readline2@^1.0.1",
  "_where": "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/inquirer",
  "author": {
    "email": "admin@simonboudrias.com",
    "name": "Simon Boudrias"
  },
  "bugs": {
    "url": "https://github.com/sboudrias/readline2/issues"
  },
  "dependencies": {
    "code-point-at": "^1.0.0",
    "is-fullwidth-code-point": "^1.0.0",
    "mute-stream": "0.0.5"
  },
  "description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
  "devDependencies": {
    "chalk": "^1.1.0",
    "mocha": "^2.1.0",
    "sinon": "^1.7.3"
  },
  "directories": {},
  "dist": {
    "shasum": "41059608ffc154757b715d9989d199ffbf372e35",
    "tarball": "http://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "32aa9851e2cbb0610364d5009165be6fb2fed4ef",
  "homepage": "https://github.com/sboudrias/readline2#readme",
  "keywords": [
    "ansi",
    "cli",
    "readline",
    "terminal",
    "tty"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sboudrias",
      "email": "admin@simonboudrias.com"
    }
  ],
  "name": "readline2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sboudrias/readline2.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "1.0.1"
}