Security update for permissions_by_term
[yaffs-website] / node_modules / uncss / node_modules / request / package.json
1 {
2   "_args": [
3     [
4       "request@~2.69.0",
5       "/var/www/yaffs/node_modules/uncss"
6     ]
7   ],
8   "_from": "request@>=2.69.0 <2.70.0",
9   "_id": "request@2.69.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uncss/request",
13   "_nodeVersion": "4.1.2",
14   "_npmUser": {
15     "email": "mikeal.rogers@gmail.com",
16     "name": "mikeal"
17   },
18   "_npmVersion": "2.14.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "request",
22     "raw": "request@~2.69.0",
23     "rawSpec": "~2.69.0",
24     "scope": null,
25     "spec": ">=2.69.0 <2.70.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/uncss"
30   ],
31   "_resolved": "https://registry.npmjs.org/request/-/request-2.69.0.tgz",
32   "_shasum": "cf91d2e000752b1217155c005241911991a2346a",
33   "_shrinkwrap": null,
34   "_spec": "request@~2.69.0",
35   "_where": "/var/www/yaffs/node_modules/uncss",
36   "author": {
37     "email": "mikeal.rogers@gmail.com",
38     "name": "Mikeal Rogers"
39   },
40   "bugs": {
41     "url": "http://github.com/request/request/issues"
42   },
43   "dependencies": {
44     "aws-sign2": "~0.6.0",
45     "aws4": "^1.2.1",
46     "bl": "~1.0.0",
47     "caseless": "~0.11.0",
48     "combined-stream": "~1.0.5",
49     "extend": "~3.0.0",
50     "forever-agent": "~0.6.1",
51     "form-data": "~1.0.0-rc3",
52     "har-validator": "~2.0.6",
53     "hawk": "~3.1.0",
54     "http-signature": "~1.1.0",
55     "is-typedarray": "~1.0.0",
56     "isstream": "~0.1.2",
57     "json-stringify-safe": "~5.0.1",
58     "mime-types": "~2.1.7",
59     "node-uuid": "~1.4.7",
60     "oauth-sign": "~0.8.0",
61     "qs": "~6.0.2",
62     "stringstream": "~0.0.4",
63     "tough-cookie": "~2.2.0",
64     "tunnel-agent": "~0.4.1"
65   },
66   "description": "Simplified HTTP request client.",
67   "devDependencies": {
68     "bluebird": "^3.0.2",
69     "browserify": "^13.0.0",
70     "browserify-istanbul": "^0.1.5",
71     "buffer-equal": "^1.0.0",
72     "codecov.io": "^0.1.6",
73     "coveralls": "^2.11.4",
74     "eslint": "1.10.3",
75     "function-bind": "^1.0.2",
76     "istanbul": "^0.4.0",
77     "karma": "^0.13.10",
78     "karma-browserify": "^4.4.0",
79     "karma-cli": "^0.1.1",
80     "karma-coverage": "^0.5.3",
81     "karma-phantomjs-launcher": "^0.1.4",
82     "karma-tap": "^1.0.3",
83     "rimraf": "^2.2.8",
84     "server-destroy": "^1.0.1",
85     "tape": "^4.2.0",
86     "taper": "^0.4.0"
87   },
88   "directories": {},
89   "dist": {
90     "shasum": "cf91d2e000752b1217155c005241911991a2346a",
91     "tarball": "https://registry.npmjs.org/request/-/request-2.69.0.tgz"
92   },
93   "engines": {
94     "node": ">=0.8.0"
95   },
96   "gitHead": "1c2fb40c74efb4f706f350a78dbd5e58fe913af3",
97   "homepage": "https://github.com/request/request#readme",
98   "license": "Apache-2.0",
99   "main": "index.js",
100   "maintainers": [
101     {
102       "name": "mikeal",
103       "email": "mikeal.rogers@gmail.com"
104     },
105     {
106       "name": "nylen",
107       "email": "jnylen@gmail.com"
108     },
109     {
110       "name": "fredkschott",
111       "email": "fkschott@gmail.com"
112     },
113     {
114       "name": "simov",
115       "email": "simeonvelichkov@gmail.com"
116     }
117   ],
118   "name": "request",
119   "optionalDependencies": {},
120   "readme": "ERROR: No README data found!",
121   "repository": {
122     "type": "git",
123     "url": "git+https://github.com/request/request.git"
124   },
125   "scripts": {
126     "lint": "eslint lib/ *.js tests/ && echo Lint passed.",
127     "test": "npm run lint && npm run test-ci && npm run test-browser",
128     "test-browser": "node tests/browser/start.js",
129     "test-ci": "taper tests/test-*.js",
130     "test-cov": "istanbul cover tape tests/test-*.js"
131   },
132   "tags": [
133     "http",
134     "simple",
135     "util",
136     "utility"
137   ],
138   "version": "2.69.0"
139 }