aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/ansistyles/package.json
blob: a9d89e90fce8595cae54ce5a8e17ffb1769efd4d (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
{
  "_args": [
    [
      "ansistyles@0.1.3",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "ansistyles@0.1.3",
  "_id": "ansistyles@0.1.3",
  "_inBundle": false,
  "_integrity": "sha1-XeYEFb2gcbs3EnhUyGT0GyMlRTk=",
  "_location": "/ansistyles",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ansistyles@0.1.3",
    "name": "ansistyles",
    "escapedName": "ansistyles",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz",
  "_spec": "0.1.3",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/ansistyles/issues"
  },
  "description": "Functions that surround a string with ansistyle codes so it prints in style.",
  "gitHead": "27bf1bc65231bcc7fd109bf13b13601b51f8cd04",
  "homepage": "https://github.com/thlorenz/ansistyles#readme",
  "keywords": [
    "ansi",
    "style",
    "terminal",
    "console"
  ],
  "license": "MIT",
  "main": "ansistyles.js",
  "name": "ansistyles",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansistyles.git"
  },
  "scripts": {
    "test": "node test/ansistyles.js"
  },
  "version": "0.1.3"
}