source: frontend/node_modules/temp-dir/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 663 bytes
Line 
1{
2 "name": "temp-dir",
3 "version": "2.0.0",
4 "description": "Get the real path of the system temp directory",
5 "license": "MIT",
6 "repository": "sindresorhus/temp-dir",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "temp",
24 "tmpdir",
25 "os",
26 "system",
27 "real",
28 "path",
29 "realpath",
30 "resolved",
31 "temporary",
32 "directory",
33 "folder"
34 ],
35 "devDependencies": {
36 "ava": "^1.4.1",
37 "proxyquire": "^2.1.0",
38 "tsd": "^0.7.2",
39 "xo": "^0.24.0"
40 }
41}
Note: See TracBrowser for help on using the repository browser.