@hapipal/ahem
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@hapipal/ahem", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "hapi plugins as libraries", | ||
@@ -39,13 +39,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@hapi/hoek": "9.x.x" | ||
"@hapi/hoek": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@hapi/hapi": ">=19 <21" | ||
"@hapi/hapi": ">=19 <22" | ||
}, | ||
"devDependencies": { | ||
"@hapi/code": "8.x.x", | ||
"@hapi/hapi": "20.x.x", | ||
"@hapi/lab": "24.x.x", | ||
"coveralls": "3.x.x" | ||
"@hapi/code": "^8.0.0", | ||
"@hapi/hapi": "^20.0.0", | ||
"@hapi/lab": "^24.0.0", | ||
"coveralls": "^3.0.0" | ||
} | ||
} |
# ahem | ||
hapi plugins as libraries | ||
[![Build Status](https://travis-ci.org/hapipal/ahem.svg?branch=master)](https://travis-ci.org/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master) | ||
[![Build Status](https://app.travis-ci.com/hapipal/ahem.svg?branch=master)](https://app.travis-ci.com/hapipal/ahem) [![Coverage Status](https://coveralls.io/repos/hapipal/ahem/badge.svg?branch=master&service=github)](https://coveralls.io/github/hapipal/ahem?branch=master) | ||
Lead Maintainer - [Devin Ivy](https://github.com/devinivy) | ||
## Installation | ||
```sh | ||
npm install @hapipal/ahem | ||
``` | ||
## Usage | ||
> See also the [API Reference](API.md) | ||
> | ||
> **Note** | ||
> | ||
> Ahem is intended for use with hapi v19+ and nodejs v12+. Ensure you've installed @hapi/hapi within your project. | ||
> Ahem is intended for use with hapi v19+ and nodejs v12+ (_see v1 for lower support_). Ensure you've installed @hapi/hapi within your project. | ||
@@ -15,0 +18,0 @@ Ahem's purpose is to encourage new possibilites for hapi plugin composition and portability. It's a small tool that offers only subtly different functionality from [glue](https://github.com/hapijs/glue); but unlike glue, ahem's API is designed to strongly reinforce the perspective of hapi plugins as being instantiable general-purpose libraries, and not just web servers. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15555
290
+ Added@hapi/accept@6.0.3(transitive)
+ Added@hapi/ammo@6.0.1(transitive)
+ Added@hapi/b64@6.0.1(transitive)
+ Added@hapi/boom@10.0.1(transitive)
+ Added@hapi/bounce@3.0.2(transitive)
+ Added@hapi/bourne@3.0.0(transitive)
+ Added@hapi/call@9.0.1(transitive)
+ Added@hapi/catbox@12.1.1(transitive)
+ Added@hapi/content@6.0.0(transitive)
+ Added@hapi/cryptiles@6.0.1(transitive)
+ Added@hapi/file@3.0.0(transitive)
+ Added@hapi/hapi@21.3.12(transitive)
+ Added@hapi/heavy@8.0.1(transitive)
+ Added@hapi/hoek@11.0.7(transitive)
+ Added@hapi/iron@7.0.1(transitive)
+ Added@hapi/mimos@7.0.1(transitive)
+ Added@hapi/nigel@5.0.1(transitive)
+ Added@hapi/pez@6.1.0(transitive)
+ Added@hapi/podium@5.0.1(transitive)
+ Added@hapi/shot@6.0.1(transitive)
+ Added@hapi/somever@4.1.1(transitive)
+ Added@hapi/statehood@8.1.1(transitive)
+ Added@hapi/subtext@8.1.0(transitive)
+ Added@hapi/teamwork@6.0.0(transitive)
+ Added@hapi/topo@6.0.2(transitive)
+ Added@hapi/validate@2.0.1(transitive)
+ Added@hapi/vise@5.0.1(transitive)
- Removed@hapi/accept@5.0.2(transitive)
- Removed@hapi/ammo@5.0.1(transitive)
- Removed@hapi/b64@5.0.0(transitive)
- Removed@hapi/boom@9.1.4(transitive)
- Removed@hapi/bounce@2.0.0(transitive)
- Removed@hapi/bourne@2.1.0(transitive)
- Removed@hapi/call@8.0.1(transitive)
- Removed@hapi/catbox@11.1.1(transitive)
- Removed@hapi/content@5.0.2(transitive)
- Removed@hapi/cryptiles@5.1.0(transitive)
- Removed@hapi/file@2.0.0(transitive)
- Removed@hapi/hapi@20.3.0(transitive)
- Removed@hapi/heavy@7.0.1(transitive)
- Removed@hapi/iron@6.0.0(transitive)
- Removed@hapi/mimos@6.0.0(transitive)
- Removed@hapi/nigel@4.0.2(transitive)
- Removed@hapi/pez@5.1.0(transitive)
- Removed@hapi/podium@4.1.3(transitive)
- Removed@hapi/shot@5.0.5(transitive)
- Removed@hapi/somever@3.0.1(transitive)
- Removed@hapi/statehood@7.0.4(transitive)
- Removed@hapi/subtext@7.1.0(transitive)
- Removed@hapi/teamwork@5.1.1(transitive)
- Removed@hapi/topo@5.1.0(transitive)
- Removed@hapi/validate@1.1.3(transitive)
- Removed@hapi/vise@4.0.0(transitive)
Updated@hapi/hoek@^9.0.0