global-cache-dir
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "global-cache-dir", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "build/src/main.js", | ||
@@ -19,3 +19,24 @@ "files": [ | ||
"description": "Get the global cache directory", | ||
"keywords": [], | ||
"keywords": [ | ||
"cache", | ||
"caching", | ||
"directory", | ||
"filesystem", | ||
"operating-system", | ||
"global", | ||
"performance", | ||
"files", | ||
"mkdirp", | ||
"path", | ||
"es6", | ||
"javascript", | ||
"library", | ||
"windows", | ||
"mac", | ||
"macos", | ||
"linux", | ||
"bsd", | ||
"android", | ||
"nodejs" | ||
], | ||
"license": "Apache-2.0", | ||
@@ -42,3 +63,4 @@ "homepage": "https://git.io/fj781", | ||
"gulp-shared-tasks": "^0.30.34", | ||
"husky": "^3.0.3" | ||
"husky": "^3.0.3", | ||
"test-each": "^1.7.2" | ||
}, | ||
@@ -45,0 +67,0 @@ "engines": { |
@@ -10,3 +10,3 @@ [![Codecov](https://img.shields.io/codecov/c/github/ehmicky/global-cache-dir.svg?label=tested&logo=codecov)](https://codecov.io/gh/ehmicky/global-cache-dir) | ||
Also ensures the directory exists. | ||
Ensures the directory exists. | ||
@@ -40,3 +40,3 @@ The cache directory location is OS-specific. | ||
`name`: `{string}`<br> _Returns_: `{Promise<string>}` | ||
`name`: `string`<br> _Returns_: `Promise<string>` | ||
@@ -43,0 +43,0 @@ `name` must only use digits, letters or dashes. |
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
17731
5