Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "cache-lru", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -16,6 +16,3 @@ "keywords": [ "cache", "lru" ], | ||
}, | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "http://opensource.org/licenses/MIT" | ||
}], | ||
"license": "MIT", | ||
"homepage": "https://github.com/rse/cache-lru", | ||
@@ -31,13 +28,13 @@ "bugs": "https://github.com/rse/cache-lru/issues", | ||
"babel-eslint": "10.0.3", | ||
"eslint": "6.3.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-standard": "14.1.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-node": "9.2.0", | ||
"mocha": "6.2.0", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-node": "10.0.0", | ||
"mocha": "6.2.2", | ||
"chai": "4.2.0", | ||
"babelify": "10.0.0", | ||
"@babel/core": "7.5.5", | ||
"@babel/preset-env": "7.5.5", | ||
"@babel/core": "7.7.7", | ||
"@babel/preset-env": "7.7.7", | ||
"uglifyify": "5.0.2", | ||
@@ -44,0 +41,0 @@ "browserify-header": "1.0.1", |
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
30049