summaryrefslogtreecommitdiff
path: root/node_modules/prompt/package.json
blob: ce79183f2cf63cc0b9134c81fb2db79013fa170a (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
{
  "_from": "prompt",
  "_id": "prompt@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-jlcSPDlquYiJf7Mn/Trtw+c15P4=",
  "_location": "/prompt",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "prompt",
    "name": "prompt",
    "escapedName": "prompt",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/prompt/-/prompt-1.0.0.tgz",
  "_shasum": "8e57123c396ab988897fb327fd3aedc3e735e4fe",
  "_spec": "prompt",
  "_where": "/data/dev/Projets/Bingoloto Remote",
  "author": {
    "name": "Nodejitsu Inc.",
    "email": "info@nodejitsu.com"
  },
  "bugs": {
    "url": "https://github.com/flatiron/prompt/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "colors": "^1.1.2",
    "pkginfo": "0.x.x",
    "read": "1.0.x",
    "revalidator": "0.1.x",
    "utile": "0.3.x",
    "winston": "2.1.x"
  },
  "deprecated": false,
  "description": "A beautiful command-line prompt for node.js",
  "devDependencies": {
    "vows": "0.7.0"
  },
  "engines": {
    "node": ">= 0.6.6"
  },
  "homepage": "https://github.com/flatiron/prompt#readme",
  "license": "MIT",
  "main": "./lib/prompt",
  "maintainers": [
    {
      "name": "indexzero",
      "email": "charlie@nodejitsu.com"
    },
    {
      "name": "jesusabdullah",
      "email": "josh@nodejitsu.com"
    }
  ],
  "name": "prompt",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/flatiron/prompt.git"
  },
  "scripts": {
    "test": "vows test/prompt-test.js --spec",
    "test-all": "vows --spec"
  },
  "version": "1.0.0"
}