UNPKG

3.39 kBJSONView Raw
1{
2 "author": "Mark Cavage <mcavage@gmail.com>",
3 "contributors": [
4 "Adam Argo",
5 "Alex Liu",
6 "Alexander Olsson",
7 "Andrew Robinson",
8 "Andrew Sliwinski",
9 "Anro Robinson",
10 "Armin Tamzarian",
11 "Asa Ayers",
12 "Bastiaan Marinus van de Weerd",
13 "Ben Doerr",
14 "Ben Hale",
15 "Ben Howes",
16 "Ben Hutchison",
17 "Benjamine Coe",
18 "Benjamin Urban",
19 "Blake VanLandingham",
20 "Brian Pin",
21 "Bryan Donovan",
22 "Bryce Kahle",
23 "Christopher Cannell",
24 "Clément Désiles",
25 "Colin O'Brien",
26 "Corbin Uselton",
27 "Diego Torres",
28 "Domenic Denicola",
29 "Domikik Lessel",
30 "Dominic Barnes",
31 "Erik Kristensen",
32 "Falco Nogatz",
33 "Gergely Nemeth",
34 "Guillaume Chauvet",
35 "Ifiok Idiang",
36 "Isaac Schlueter",
37 "Jacob Quatier",
38 "James O'Cull",
39 "James Womack",
40 "Jonathan Dahan",
41 "Josh Clulow",
42 "Jorge Serrano",
43 "Jason Ghent",
44 "Khaja Naquiuddin",
45 "Lou Sacco",
46 "Matt Smillie",
47 "Mattijs Spierings",
48 "Micah Ransdell",
49 "Michal Moskal",
50 "Michael Paulson",
51 "Mike Williams",
52 "Nathanael Anderson",
53 "Patrick Mooney",
54 "Paul Bouzakis",
55 "Pedro Palazón",
56 "Quentin Buathier",
57 "Richardo Stuven",
58 "Scott Turnquest",
59 "Shaun Berryman",
60 "Steve Mason",
61 "Tim Kuijsten",
62 "Trent Mick",
63 "Tuure Kanuisto",
64 "Will Prater",
65 "Yunong Xiao",
66 "Zachary Snow"
67 ],
68 "name": "restify",
69 "homepage": "http://restify.com",
70 "description": "REST framework",
71 "keywords": [
72 "REST",
73 "framework",
74 "express",
75 "DTrace"
76 ],
77 "version": "8.5.1",
78 "repository": {
79 "type": "git",
80 "url": "git://github.com/restify/node-restify.git"
81 },
82 "bugs": {
83 "url": "https://github.com/restify/node-restify/issues"
84 },
85 "main": "lib/index.js",
86 "directories": {
87 "lib": "./lib"
88 },
89 "bin": {
90 "report-latency": "./bin/report-latency"
91 },
92 "engines": {
93 "node": ">=8.3.0"
94 },
95 "dependencies": {
96 "assert-plus": "^1.0.0",
97 "bunyan": "^1.8.12",
98 "csv": "^5.1.1",
99 "escape-regexp-component": "^1.0.2",
100 "ewma": "^2.0.1",
101 "find-my-way": "^2.0.1",
102 "formidable": "^1.2.1",
103 "http-signature": "^1.2.0",
104 "lodash": "^4.17.11",
105 "lru-cache": "^5.1.1",
106 "mime": "^2.4.3",
107 "negotiator": "^0.6.2",
108 "once": "^1.4.0",
109 "pidusage": "^2.0.17",
110 "qs": "^6.7.0",
111 "restify-errors": "^8.0.2",
112 "semver": "^6.1.1",
113 "send": "^0.16.2",
114 "spdy": "^4.0.0",
115 "uuid": "^3.3.2",
116 "vasync": "^2.2.0"
117 },
118 "optionalDependencies": {
119 "dtrace-provider": "^0.8.1"
120 },
121 "devDependencies": {
122 "autocannon": "^4.0.0",
123 "autocannon-compare": "^0.4.0",
124 "chai": "^4.2.0",
125 "cover": "^0.2.9",
126 "coveralls": "^3.0.3",
127 "documentation": "^11.0.0",
128 "eslint": "^5.16.0",
129 "eslint-config-prettier": "^4.3.0",
130 "eslint-plugin-jsdoc": "^3.15.1",
131 "eslint-plugin-prettier": "^3.1.0",
132 "glob": "^7.1.4",
133 "inquirer": "^3.3.0",
134 "istanbul": "^0.4.5",
135 "mkdirp": "^0.5.1",
136 "mocha": "^6.0.2",
137 "nodeunit": "^0.11.3",
138 "ora": "^1.3.0",
139 "pre-commit": "^1.2.2",
140 "prettier": "^1.17.1",
141 "proxyquire": "^1.8.0",
142 "restify-clients": "^2.6.6",
143 "rimraf": "^2.6.3",
144 "sinon": "^7.5.0",
145 "validator": "^7.2.0",
146 "watershed": "^0.4.0"
147 },
148 "license": "MIT",
149 "scripts": {
150 "test": "make prepush"
151 }
152}