UNPKG

1.53 kBJSONView Raw
1{
2 "name": "abacus-request",
3 "description": "Wrapper around the request module providing batching, caching, logging, and URI templates",
4 "license": "Apache-2.0",
5 "version": "1.1.5",
6 "private": false,
7 "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/tree/master/lib/utils/request",
8 "bugs": {
9 "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
14 },
15 "keywords": [
16 "cf",
17 "abacus"
18 ],
19 "files": [
20 ".npmrc",
21 "ping",
22 "src/"
23 ],
24 "main": "src/index.js",
25 "bin": {
26 "ping": "./ping"
27 },
28 "scripts": {
29 "test": "abacus-eslint && nyc abacus-mocha",
30 "generate-coverage": "nyc report --reporter=lcovonly",
31 "lint": "abacus-eslint",
32 "pub": "publish"
33 },
34 "dependencies": {
35 "abacus-debug": "^1.1.5",
36 "abacus-lock": "^1.1.5",
37 "abacus-lrucache": "^1.1.5",
38 "abacus-moment": "^1.1.5",
39 "abacus-transform": "^1.1.5",
40 "commander": "^2.8.1",
41 "request": "2.88.0",
42 "underscore": "^1.9.1"
43 },
44 "devDependencies": {
45 "abacus-batch": "^1.1.5",
46 "abacus-eslint": "^1.1.5",
47 "abacus-mocha": "^1.1.5",
48 "nyc": "^13.0.1",
49 "express": "^4.14.1",
50 "abacus-publish": "^1.1.5"
51 },
52 "nyc": {
53 "cache": true,
54 "reporter": [
55 "text",
56 "html"
57 ],
58 "exclude": [
59 "src/test/**"
60 ]
61 },
62 "engines": {
63 "node": ">=8.10.0 <9.0.0",
64 "npm": "<5.0.0",
65 "yarn": ">=1.2.1"
66 }
67}
\No newline at end of file