memoize-fs
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "memoize-fs", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "memoize/cache in file system solution for Node.js", | ||
"author": { | ||
"name": "Boris Diakur", | ||
"email": "contact@borisdiakur.com", | ||
"url": "https://github.com/borisdiakur" | ||
}, | ||
"author": "Boris Diakur <contact@borisdiakur.com> (https://github.com/borisdiakur)", | ||
"scripts": { | ||
@@ -33,3 +29,3 @@ "test": "mocha test && grunt", | ||
"mkdirp": "~0.5.0", | ||
"lodash": "~2.4.1", | ||
"lodash": "~3.0.1", | ||
"rimraf": "~2.2.8" | ||
@@ -41,6 +37,6 @@ }, | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-jshint": "~0.11.0", | ||
"grunt-nsp-package": "~0.0.5", | ||
"istanbul": "~0.2.11", | ||
"mocha": "~2.0.0", | ||
"istanbul": "~0.3.5", | ||
"mocha": "~2.1.0", | ||
"mocha-lcov-reporter": "0.0.1" | ||
@@ -50,19 +46,5 @@ }, | ||
"main": "index.js", | ||
"keywords": [ | ||
"memoize", | ||
"memoizer", | ||
"cache", | ||
"memoization", | ||
"memo", | ||
"memcached", | ||
"hashing", | ||
"storage", | ||
"persistence", | ||
"caching", | ||
"memory", | ||
"file system", | ||
"fs" | ||
], | ||
"keywords": "memoize, memoizer, cache, memoization, memo, memcached, hashing, storage, persistence, caching, memory, file system, fs", | ||
"license": "MIT", | ||
"readmeFilename": "README.md" | ||
} |
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
23156
+ Addedlodash@3.0.1(transitive)
- Removedlodash@2.4.2(transitive)
Updatedlodash@~3.0.1