1 | {
|
2 | "name": "sync-request",
|
3 | "version": "6.1.0",
|
4 | "description": "Make synchronous web requests",
|
5 | "main": "lib/index.js",
|
6 | "browser": "lib/browser.js",
|
7 | "types": "lib/index.d.ts",
|
8 | "keywords": [
|
9 | "request",
|
10 | "http",
|
11 | "https",
|
12 | "cache",
|
13 | "browserify",
|
14 | "synchronous",
|
15 | "sync"
|
16 | ],
|
17 | "dependencies": {
|
18 | "http-response-object": "^3.0.1",
|
19 | "sync-rpc": "^1.2.1",
|
20 | "then-request": "^6.0.0"
|
21 | },
|
22 | "devDependencies": {
|
23 | "body-parser": "^1.14.1",
|
24 | "cross-env": "^5.1.3",
|
25 | "express": "^4.13.3",
|
26 | "flowgen2": "^2.2.0",
|
27 | "jest": "^22.1.4",
|
28 | "morgan": "^1.6.1",
|
29 | "rimraf": "^2.6.2",
|
30 | "typescript": "^2.6.2"
|
31 | },
|
32 | "scripts": {
|
33 | "pretest": "npm run build",
|
34 | "test": "jest && cross-env SYNC_REQUEST_LEGACY=true jest && node test/benchmark",
|
35 | "jest": "jest",
|
36 | "prepublishOnly": "npm run build",
|
37 | "prebuild": "rimraf lib",
|
38 | "build": "tsc && flowgen lib/**/*"
|
39 | },
|
40 | "repository": {
|
41 | "type": "git",
|
42 | "url": "https://github.com/ForbesLindesay/sync-request.git"
|
43 | },
|
44 | "author": "ForbesLindesay",
|
45 | "license": "MIT",
|
46 | "engines": {
|
47 | "node": ">=8.0.0"
|
48 | }
|
49 | } |
\ | No newline at end of file |