Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
698 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "env-paths",
|
---|
| 3 | "version": "2.2.1",
|
---|
| 4 | "description": "Get paths for storing things like data, config, cache, etc",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/env-paths",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Sindre Sorhus",
|
---|
| 9 | "email": "sindresorhus@gmail.com",
|
---|
| 10 | "url": "sindresorhus.com"
|
---|
| 11 | },
|
---|
| 12 | "engines": {
|
---|
| 13 | "node": ">=6"
|
---|
| 14 | },
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "xo && ava && tsd"
|
---|
| 17 | },
|
---|
| 18 | "files": [
|
---|
| 19 | "index.js",
|
---|
| 20 | "index.d.ts"
|
---|
| 21 | ],
|
---|
| 22 | "keywords": [
|
---|
| 23 | "common",
|
---|
| 24 | "user",
|
---|
| 25 | "paths",
|
---|
| 26 | "env",
|
---|
| 27 | "environment",
|
---|
| 28 | "directory",
|
---|
| 29 | "dir",
|
---|
| 30 | "appdir",
|
---|
| 31 | "path",
|
---|
| 32 | "data",
|
---|
| 33 | "config",
|
---|
| 34 | "cache",
|
---|
| 35 | "logs",
|
---|
| 36 | "temp",
|
---|
| 37 | "linux",
|
---|
| 38 | "unix"
|
---|
| 39 | ],
|
---|
| 40 | "devDependencies": {
|
---|
| 41 | "ava": "^1.4.1",
|
---|
| 42 | "tsd": "^0.7.1",
|
---|
| 43 | "xo": "^0.24.0"
|
---|
| 44 | }
|
---|
| 45 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.