Security update for permissions_by_term
[yaffs-website] / node_modules / uncss / package.json
1 {
2   "_args": [
3     [
4       "uncss@^0.14.0",
5       "/var/www/yaffs/node_modules/grunt-uncss"
6     ]
7   ],
8   "_from": "uncss@>=0.14.0 <0.15.0",
9   "_id": "uncss@0.14.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uncss",
13   "_nodeVersion": "4.2.6",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/uncss-0.14.1.tgz_1468872824424_0.058798130601644516"
17   },
18   "_npmUser": {
19     "email": "mlambert@gmail.com",
20     "name": "mikelambert"
21   },
22   "_npmVersion": "3.7.1",
23   "_phantomChildren": {
24     "aws-sign2": "0.6.0",
25     "aws4": "1.6.0",
26     "bl": "1.0.3",
27     "chalk": "1.1.3",
28     "combined-stream": "1.0.5",
29     "commander": "2.9.0",
30     "extend": "3.0.0",
31     "forever-agent": "0.6.1",
32     "has-flag": "1.0.0",
33     "hawk": "3.1.3",
34     "http-signature": "1.1.1",
35     "inflight": "1.0.6",
36     "inherits": "2.0.3",
37     "is-my-json-valid": "2.16.0",
38     "is-typedarray": "1.0.0",
39     "isstream": "0.1.2",
40     "js-base64": "2.1.9",
41     "json-stringify-safe": "5.0.1",
42     "mime-types": "2.1.14",
43     "minimatch": "3.0.3",
44     "node-uuid": "1.4.7",
45     "oauth-sign": "0.8.2",
46     "once": "1.4.0",
47     "path-is-absolute": "1.0.1",
48     "pinkie-promise": "2.0.1",
49     "source-map": "0.5.6",
50     "stringstream": "0.0.5",
51     "tunnel-agent": "0.4.3"
52   },
53   "_requested": {
54     "name": "uncss",
55     "raw": "uncss@^0.14.0",
56     "rawSpec": "^0.14.0",
57     "scope": null,
58     "spec": ">=0.14.0 <0.15.0",
59     "type": "range"
60   },
61   "_requiredBy": [
62     "/grunt-uncss"
63   ],
64   "_resolved": "https://registry.npmjs.org/uncss/-/uncss-0.14.1.tgz",
65   "_shasum": "baf4b170beae165b33187131d3b1dcd43236984e",
66   "_shrinkwrap": null,
67   "_spec": "uncss@^0.14.0",
68   "_where": "/var/www/yaffs/node_modules/grunt-uncss",
69   "author": {
70     "name": "Giakki"
71   },
72   "bin": {
73     "uncss": "bin/uncss"
74   },
75   "bugs": {
76     "url": "https://github.com/giakki/uncss/issues"
77   },
78   "config": {
79     "blanket": {
80       "pattern": [
81         "src/lib.js",
82         "src/uncss.js",
83         "src/utility.js"
84       ]
85     }
86   },
87   "dependencies": {
88     "async": "^1.5.2",
89     "bluebird": "~3.1.5",
90     "commander": "~2.9.0",
91     "glob": "~6.0.1",
92     "is-absolute-url": "~2.0.0",
93     "is-html": "~1.0.0",
94     "lodash": "~4.0.1",
95     "object-assign": "^4.0.1",
96     "phridge": "~2.0.0",
97     "postcss": "~5.0.14",
98     "request": "~2.69.0"
99   },
100   "description": "Remove unused CSS styles",
101   "devDependencies": {
102     "chai": "~3.5.0",
103     "chai-resemble": "~0.4.1",
104     "grunt": "~0.4.5",
105     "grunt-eslint": "^18.0.0",
106     "grunt-mocha-cov": "~0.4.0",
107     "load-grunt-tasks": "~3.4.0",
108     "time-grunt": "~1.3.0"
109   },
110   "directories": {},
111   "dist": {
112     "shasum": "baf4b170beae165b33187131d3b1dcd43236984e",
113     "tarball": "https://registry.npmjs.org/uncss/-/uncss-0.14.1.tgz"
114   },
115   "engines": {
116     "node": ">= 0.12.0"
117   },
118   "files": [
119     "LICENSE.md",
120     "bin",
121     "src"
122   ],
123   "gitHead": "d19b523694fa46205189726c291ac1cfb807f7bf",
124   "homepage": "https://github.com/giakki/uncss",
125   "keywords": [
126     "CSS",
127     "HTML",
128     "optimise",
129     "optimize",
130     "selector",
131     "unused"
132   ],
133   "license": "MIT",
134   "main": "src/uncss.js",
135   "maintainers": [
136     {
137       "name": "giakki",
138       "email": "martino.giacomo@gmail.com"
139     }
140   ],
141   "name": "uncss",
142   "optionalDependencies": {},
143   "readme": "ERROR: No README data found!",
144   "repository": {
145     "type": "git",
146     "url": "git+https://github.com/giakki/uncss.git"
147   },
148   "scripts": {
149     "test": "grunt test"
150   },
151   "version": "0.14.1"
152 }