archivist-middleware
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.0 | ||
// Generated by CoffeeScript 1.9.1 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var mm; |
{ | ||
"name": "archivist-middleware", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"author": "Carrot Creative <dev@carrotcreative.com>", | ||
@@ -13,15 +13,15 @@ "description": "Providing the highest quality browser cacheing since 1824", | ||
"devDependencies": { | ||
"mocha": "*", | ||
"chai": "*", | ||
"chai-http": "*", | ||
"connect": "*", | ||
"coffeelint": "*", | ||
"istanbul": "*", | ||
"mocha-lcov-reporter": "*", | ||
"coffee-script": "1.7.x", | ||
"alchemist-middleware": "0.0.4" | ||
"mocha": "2.x", | ||
"chai": "3.x", | ||
"chai-http": "1.x", | ||
"connect": "3.x", | ||
"coffeelint": "1.x", | ||
"istanbul": "0.3.x", | ||
"mocha-lcov-reporter": "0.0.2", | ||
"coffee-script": "1.9.x", | ||
"alchemist-middleware": "0.x" | ||
}, | ||
"scripts": { | ||
"test": "npm run lint && mocha", | ||
"lint": "find lib/ -name '*.coffee' | xargs coffeelint", | ||
"lint": "find lib -name '*.coffee' | xargs coffeelint", | ||
"coverage": "make build; istanbul cover _mocha --report html -- -R spec && open coverage/index.html && make unbuild" | ||
@@ -33,4 +33,4 @@ }, | ||
"dependencies": { | ||
"minimatch": "^0.2.14" | ||
"minimatch": "2.0.x" | ||
} | ||
} |
# Archivist Middleware | ||
[![npm](http://img.shields.io/npm/v/archivist-middleware.svg?style=flat)](https://badge.fury.io/js/archivist-middleware) [![tests](http://img.shields.io/travis/carrot/archivist-middleware/master.svg?style=flat)](https://travis-ci.org/carrot/archivist-middleware) [![dependencies](http://img.shields.io/gemnasium/carrot/archivist-middleware.svg?style=flat)](https://david-dm.org/carrot/archivist-middleware) | ||
[![devDependencies](https://img.shields.io/david/dev/carrot/archivist-middleware.svg)](https://gemnasium.com/carrot/archivist-middleware) | ||
@@ -17,3 +18,3 @@ Providing the highest quality browser cacheing since 1824. | ||
`npm i archivist-middleware` | ||
`$ npm i archivist-middleware` | ||
@@ -20,0 +21,0 @@ ### Usage |
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
5203
48
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedminimatch@2.0.10(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedsigmund@1.0.1(transitive)
Updatedminimatch@2.0.x