Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « wide-align « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e86207a30662cc28f0437de88f13149891015d5 (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
{
  "_from": "wide-align@^1.1.0",
  "_id": "wide-align@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
  "_location": "/wide-align",
  "_phantomChildren": {
    "code-point-at": "1.1.0",
    "number-is-nan": "1.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "wide-align@^1.1.0",
    "name": "wide-align",
    "escapedName": "wide-align",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/gauge"
  ],
  "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
  "_shasum": "571e0f1b0604636ebc0dfc21b0339bbe31341710",
  "_spec": "wide-align@^1.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/gauge",
  "author": {
    "name": "Rebecca Turner",
    "email": "me@re-becca.org",
    "url": "http://re-becca.org/"
  },
  "bugs": {
    "url": "https://github.com/iarna/wide-align/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "string-width": "^1.0.2"
  },
  "deprecated": false,
  "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  "devDependencies": {
    "tap": "^10.3.2"
  },
  "files": [
    "align.js"
  ],
  "homepage": "https://github.com/iarna/wide-align#readme",
  "keywords": [
    "wide",
    "double",
    "unicode",
    "cjkv",
    "pad",
    "align"
  ],
  "license": "ISC",
  "main": "align.js",
  "name": "wide-align",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/wide-align.git"
  },
  "scripts": {
    "test": "tap --coverage test/*.js",
    "version": "perl -pi -e 's/^(  \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
  },
  "version": "1.1.2"
}