Initial commit
[yaffs-website] / node_modules / console-control-strings / package.json
1 {
2   "_args": [
3     [
4       "console-control-strings@~1.1.0",
5       "/var/www/yaffs/node_modules/npmlog"
6     ]
7   ],
8   "_from": "console-control-strings@>=1.1.0 <1.2.0",
9   "_id": "console-control-strings@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/console-control-strings",
13   "_nodeVersion": "4.4.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/console-control-strings-1.1.0.tgz_1466033396831_0.9470485949423164"
17   },
18   "_npmUser": {
19     "email": "me@re-becca.org",
20     "name": "iarna"
21   },
22   "_npmVersion": "3.9.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "console-control-strings",
26     "raw": "console-control-strings@~1.1.0",
27     "rawSpec": "~1.1.0",
28     "scope": null,
29     "spec": ">=1.1.0 <1.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gauge",
34     "/npmlog"
35   ],
36   "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
37   "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
38   "_shrinkwrap": null,
39   "_spec": "console-control-strings@~1.1.0",
40   "_where": "/var/www/yaffs/node_modules/npmlog",
41   "author": {
42     "email": "me@re-becca.org",
43     "name": "Rebecca Turner",
44     "url": "http://re-becca.org/"
45   },
46   "bugs": {
47     "url": "https://github.com/iarna/console-control-strings/issues"
48   },
49   "dependencies": {},
50   "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning.  This is a subset of both ansi and vt100.  All control codes included work on both Windows & Unix-like OSes, except where noted.",
51   "devDependencies": {
52     "standard": "^7.1.2",
53     "tap": "^5.7.2"
54   },
55   "directories": {
56     "test": "test"
57   },
58   "dist": {
59     "shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
60     "tarball": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz"
61   },
62   "files": [
63     "LICENSE",
64     "index.js"
65   ],
66   "gitHead": "722439b4998d2964ac3d3f9ec175c008aa9b7b4b",
67   "homepage": "https://github.com/iarna/console-control-strings#readme",
68   "keywords": [],
69   "license": "ISC",
70   "main": "index.js",
71   "maintainers": [
72     {
73       "name": "iarna",
74       "email": "me@re-becca.org"
75     }
76   ],
77   "name": "console-control-strings",
78   "optionalDependencies": {},
79   "readme": "ERROR: No README data found!",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/iarna/console-control-strings.git"
83   },
84   "scripts": {
85     "test": "standard && tap test/*.js"
86   },
87   "version": "1.1.0"
88 }