engine-cache
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "engine-cache", | ||
"description": "express.js inspired template-engine manager.", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"homepage": "https://github.com/jonschlinkert/engine-cache", | ||
@@ -23,8 +23,6 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/engine-cache/blob/master/LICENSE" | ||
} | ||
], | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/engine-cache/blob/master/LICENSE" | ||
}, | ||
"files": [ | ||
@@ -40,2 +38,11 @@ "index.js" | ||
}, | ||
"dependencies": { | ||
"array-slice": "^0.2.2", | ||
"async": "^0.9.0", | ||
"async-helpers": "^0.1.1", | ||
"debug": "^2.1.1", | ||
"extend-shallow": "^0.2.0", | ||
"for-own": "^0.1.2", | ||
"helper-cache": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
@@ -48,14 +55,6 @@ "consolidate": "^0.11.0", | ||
"lodash": "^3.2.0", | ||
"should": "^5.0.0", | ||
"mocha": "^2.2.1", | ||
"should": "^5.2.0", | ||
"swig": "^1.4.2" | ||
}, | ||
"dependencies": { | ||
"array-slice": "^0.2.2", | ||
"async": "^0.9.0", | ||
"async-helpers": "^0.1.1", | ||
"debug": "^2.1.1", | ||
"extend-shallow": "^0.2.0", | ||
"for-own": "^0.1.2", | ||
"helper-cache": "^0.6.0" | ||
}, | ||
"keywords": [ | ||
@@ -62,0 +61,0 @@ "assemble", |
@@ -18,3 +18,3 @@ # engine-cache [![NPM version](https://badge.fury.io/js/engine-cache.svg)](http://badge.fury.io/js/engine-cache) | ||
## API | ||
### [Engines](index.js#L25) | ||
### [Engines](./index.js#L27) | ||
@@ -28,3 +28,3 @@ * `engines` **{Object}**: Optionally pass an object of engines to initialize with. | ||
### [.setEngine](index.js#L55) | ||
### [.setEngine](./index.js#L57) | ||
@@ -43,3 +43,3 @@ Register the given view engine callback `fn` as `ext`. | ||
### [.getEngine](index.js#L123) | ||
### [.getEngine](./index.js#L126) | ||
@@ -59,3 +59,3 @@ Return the engine stored by `ext`. If no `ext` is passed, the entire cache is returned. | ||
### [.load](index.js#L220) | ||
### [.load](./index.js#L249) | ||
@@ -71,3 +71,3 @@ Load an object of engines onto the `cache`. Mostly useful for testing, but exposed as a public method. | ||
### [.helpers](index.js#L257) | ||
### [.helpers](./index.js#L286) | ||
@@ -90,3 +90,3 @@ Get and set helpers for the given `ext` (engine). If no `ext` is passed, the entire helper cache is returned. | ||
### [.clear](index.js#L275) | ||
### [.clear](./index.js#L304) | ||
@@ -117,4 +117,4 @@ Remove `ext` engine from the cache, or if no value is specified the entire cache is reset. | ||
_This file was generated by [verb](https://github.com/assemble/verb) on February 14, 2015._ | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 27, 2015._ | ||
[helper-cache]: https://github.com/jonschlinkert/helper-cache |
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
12909
9