Security update to Drupal 8.4.6
[yaffs-website] / node_modules / yargs / package.json
1 {
2   "_args": [
3     [
4       "yargs@^4.7.1",
5       "/var/www/yaffs/node_modules/sass-graph"
6     ]
7   ],
8   "_from": "yargs@>=4.7.1 <5.0.0",
9   "_id": "yargs@4.8.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/yargs",
13   "_nodeVersion": "5.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/yargs-4.8.1.tgz_1468774517925_0.6020703467074782"
17   },
18   "_npmUser": {
19     "email": "ben@npmjs.com",
20     "name": "bcoe"
21   },
22   "_npmVersion": "3.3.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "yargs",
26     "raw": "yargs@^4.7.1",
27     "rawSpec": "^4.7.1",
28     "scope": null,
29     "spec": ">=4.7.1 <5.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/sass-graph"
34   ],
35   "_resolved": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz",
36   "_shasum": "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0",
37   "_shrinkwrap": null,
38   "_spec": "yargs@^4.7.1",
39   "_where": "/var/www/yaffs/node_modules/sass-graph",
40   "bugs": {
41     "url": "https://github.com/yargs/yargs/issues"
42   },
43   "dependencies": {
44     "cliui": "^3.2.0",
45     "decamelize": "^1.1.1",
46     "get-caller-file": "^1.0.1",
47     "lodash.assign": "^4.0.3",
48     "os-locale": "^1.4.0",
49     "read-pkg-up": "^1.0.1",
50     "require-directory": "^2.1.1",
51     "require-main-filename": "^1.0.1",
52     "set-blocking": "^2.0.0",
53     "string-width": "^1.0.1",
54     "which-module": "^1.0.0",
55     "window-size": "^0.2.0",
56     "y18n": "^3.2.1",
57     "yargs-parser": "^2.4.1"
58   },
59   "description": "yargs the modern, pirate-themed, successor to optimist.",
60   "devDependencies": {
61     "chai": "^3.4.1",
62     "chalk": "^1.1.3",
63     "coveralls": "^2.11.11",
64     "cpr": "^1.0.0",
65     "cross-spawn": "^4.0.0",
66     "es6-promise": "^3.0.2",
67     "hashish": "0.0.4",
68     "mocha": "^2.5.2",
69     "nyc": "^7.0.0",
70     "rimraf": "^2.5.0",
71     "standard": "^7.0.0",
72     "standard-version": "^2.2.1",
73     "which": "^1.2.9"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "c0c42924ca4aaa6b0e6da1739dfb216439f9ddc0",
78     "tarball": "https://registry.npmjs.org/yargs/-/yargs-4.8.1.tgz"
79   },
80   "engine": {
81     "node": ">=0.10"
82   },
83   "files": [
84     "LICENSE",
85     "completion.sh.hbs",
86     "index.js",
87     "lib",
88     "locales",
89     "yargs.js"
90   ],
91   "gitHead": "6adbe5574885c6ac7f7d42e80010b9f325c1bac3",
92   "homepage": "http://yargs.js.org/",
93   "keywords": [
94     "args",
95     "argument",
96     "cli",
97     "command",
98     "option",
99     "parser",
100     "parsing"
101   ],
102   "license": "MIT",
103   "main": "./index.js",
104   "maintainers": [
105     {
106       "name": "bcoe",
107       "email": "ben@npmjs.com"
108     },
109     {
110       "name": "chevex",
111       "email": "alex.ford@codetunnel.com"
112     },
113     {
114       "name": "nexdrew",
115       "email": "andrew@npmjs.com"
116     },
117     {
118       "name": "nylen",
119       "email": "jnylen@gmail.com"
120     }
121   ],
122   "name": "yargs",
123   "optionalDependencies": {},
124   "readme": "ERROR: No README data found!",
125   "repository": {
126     "type": "git",
127     "url": "git+ssh://git@github.com/yargs/yargs.git"
128   },
129   "scripts": {
130     "coverage": "nyc report --reporter=text-lcov | coveralls",
131     "pretest": "standard",
132     "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks",
133     "version": "standard-version"
134   },
135   "standard": {
136     "ignore": [
137       "**/example/**"
138     ]
139   },
140   "version": "4.8.1"
141 }