summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/ansi-align/package.json
blob: b658533a27cfa024cab25ff83060260160323872 (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
{
  "_from": "ansi-align@^1.1.0",
  "_id": "ansi-align@1.1.0",
  "_integrity": "sha1-LwwWWIKXOa3V67FeawxuNCPwFro=",
  "_location": "/update-notifier/boxen/ansi-align",
  "_phantomChildren": {
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ansi-align@^1.1.0",
    "name": "ansi-align",
    "escapedName": "ansi-align",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/update-notifier/boxen"
  ],
  "_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz",
  "_shasum": "2f0c1658829739add5ebb15e6b0c6e3423f016ba",
  "_shrinkwrap": null,
  "_spec": "ansi-align@^1.1.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier/node_modules/boxen",
  "author": {
    "name": "nexdrew"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/nexdrew/ansi-align/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "string-width": "^1.0.1"
  },
  "deprecated": false,
  "description": "align-text with ANSI support for CLIs",
  "devDependencies": {
    "ava": "^0.15.2",
    "chalk": "^1.1.3",
    "coveralls": "^2.11.9",
    "nyc": "^6.4.4",
    "standard": "^7.1.2",
    "standard-version": "^2.3.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/nexdrew/ansi-align#readme",
  "keywords": [
    "ansi",
    "align",
    "cli",
    "center",
    "pad"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "ansi-align",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexdrew/ansi-align.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "pretest": "standard",
    "release": "standard-version",
    "test": "nyc ava"
  },
  "version": "1.1.0"
}