Built motion from commit 10af8726.|2.6.34
[motion2.git] / legacy-libs / console-control-strings / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "console-control-strings@~1.1.0",
6         "scope": null,
7         "escapedName": "console-control-strings",
8         "name": "console-control-strings",
9         "rawSpec": "~1.1.0",
10         "spec": ">=1.1.0 <1.2.0",
11         "type": "range"
12       },
13       "/var/opt/motion2/node_modules/npmlog"
14     ]
15   ],
16   "_from": "console-control-strings@>=1.1.0 <1.2.0",
17   "_id": "console-control-strings@1.1.0",
18   "_inCache": true,
19   "_location": "/console-control-strings",
20   "_nodeVersion": "4.4.0",
21   "_npmOperationalInternal": {
22     "host": "packages-16-east.internal.npmjs.com",
23     "tmp": "tmp/console-control-strings-1.1.0.tgz_1466033396831_0.9470485949423164"
24   },
25   "_npmUser": {
26     "name": "iarna",
27     "email": "me@re-becca.org"
28   },
29   "_npmVersion": "3.9.2",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "console-control-strings@~1.1.0",
33     "scope": null,
34     "escapedName": "console-control-strings",
35     "name": "console-control-strings",
36     "rawSpec": "~1.1.0",
37     "spec": ">=1.1.0 <1.2.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/gauge",
42     "/npmlog"
43   ],
44   "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
45   "_shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
46   "_shrinkwrap": null,
47   "_spec": "console-control-strings@~1.1.0",
48   "_where": "/var/opt/motion2/node_modules/npmlog",
49   "author": {
50     "name": "Rebecca Turner",
51     "email": "me@re-becca.org",
52     "url": "http://re-becca.org/"
53   },
54   "bugs": {
55     "url": "https://github.com/iarna/console-control-strings/issues"
56   },
57   "dependencies": {},
58   "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.",
59   "devDependencies": {
60     "standard": "^7.1.2",
61     "tap": "^5.7.2"
62   },
63   "directories": {
64     "test": "test"
65   },
66   "dist": {
67     "shasum": "3d7cf4464db6446ea644bf4b39507f9851008e8e",
68     "tarball": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz"
69   },
70   "files": [
71     "LICENSE",
72     "index.js"
73   ],
74   "gitHead": "722439b4998d2964ac3d3f9ec175c008aa9b7b4b",
75   "homepage": "https://github.com/iarna/console-control-strings#readme",
76   "keywords": [],
77   "license": "ISC",
78   "main": "index.js",
79   "maintainers": [
80     {
81       "name": "iarna",
82       "email": "me@re-becca.org"
83     }
84   ],
85   "name": "console-control-strings",
86   "optionalDependencies": {},
87   "readme": "ERROR: No README data found!",
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/iarna/console-control-strings.git"
91   },
92   "scripts": {
93     "test": "standard && tap test/*.js"
94   },
95   "version": "1.1.0"
96 }