Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
727 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "find-cache-dir",
|
---|
| 3 | "version": "3.3.1",
|
---|
| 4 | "description": "Finds the common standard cache directory",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "avajs/find-cache-dir",
|
---|
| 7 | "funding": "https://github.com/avajs/find-cache-dir?sponsor=1",
|
---|
| 8 | "engines": {
|
---|
| 9 | "node": ">=8"
|
---|
| 10 | },
|
---|
| 11 | "scripts": {
|
---|
| 12 | "test": "xo && nyc ava"
|
---|
| 13 | },
|
---|
| 14 | "files": [
|
---|
| 15 | "index.js"
|
---|
| 16 | ],
|
---|
| 17 | "keywords": [
|
---|
| 18 | "cache",
|
---|
| 19 | "directory",
|
---|
| 20 | "dir",
|
---|
| 21 | "caching",
|
---|
| 22 | "find",
|
---|
| 23 | "search"
|
---|
| 24 | ],
|
---|
| 25 | "dependencies": {
|
---|
| 26 | "commondir": "^1.0.1",
|
---|
| 27 | "make-dir": "^3.0.2",
|
---|
| 28 | "pkg-dir": "^4.1.0"
|
---|
| 29 | },
|
---|
| 30 | "devDependencies": {
|
---|
| 31 | "ava": "^2.4.0",
|
---|
| 32 | "coveralls": "^3.0.9",
|
---|
| 33 | "del": "^4.0.0",
|
---|
| 34 | "nyc": "^15.0.0",
|
---|
| 35 | "tempy": "^0.4.0",
|
---|
| 36 | "xo": "^0.25.3"
|
---|
| 37 | },
|
---|
| 38 | "nyc": {
|
---|
| 39 | "reporter": [
|
---|
| 40 | "lcov",
|
---|
| 41 | "text"
|
---|
| 42 | ]
|
---|
| 43 | }
|
---|
| 44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.