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

package.json « figures « node_modules « inquirer « node_modules « eslint « tools - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf9d5d0c297e2194474295a298a5619168b3d1e4 (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
{
  "name": "figures",
  "version": "1.3.5",
  "description": "Unicode symbols with Windows CMD fallbacks",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/figures.git"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "unicode",
    "cli",
    "cmd",
    "command-line",
    "characters",
    "char",
    "symbol",
    "symbols",
    "figure",
    "figures",
    "fallback"
  ],
  "devDependencies": {
    "ava": "0.0.4"
  },
  "gitHead": "5dd6a2d3320c904b69e5d59ee9c5099fa1cd6f1e",
  "bugs": {
    "url": "https://github.com/sindresorhus/figures/issues"
  },
  "homepage": "https://github.com/sindresorhus/figures",
  "_id": "figures@1.3.5",
  "_shasum": "d1a31f4e1d2c2938ecde5c06aa16134cf29f4771",
  "_from": "figures@>=1.3.5 <2.0.0",
  "_npmVersion": "2.1.5",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "dist": {
    "shasum": "d1a31f4e1d2c2938ecde5c06aa16134cf29f4771",
    "tarball": "http://registry.npmjs.org/figures/-/figures-1.3.5.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/figures/-/figures-1.3.5.tgz",
  "readme": "ERROR: No README data found!"
}