source: trip-planner-front/node_modules/env-paths/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "env-paths@2.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "env-paths@2.2.1",
10 "_id": "env-paths@2.2.1",
11 "_inBundle": false,
12 "_integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
13 "_location": "/env-paths",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "env-paths@2.2.1",
19 "name": "env-paths",
20 "escapedName": "env-paths",
21 "rawSpec": "2.2.1",
22 "saveSpec": null,
23 "fetchSpec": "2.2.1"
24 },
25 "_requiredBy": [
26 "/node-gyp"
27 ],
28 "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
29 "_spec": "2.2.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/env-paths/issues"
38 },
39 "description": "Get paths for storing things like data, config, cache, etc",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "tsd": "^0.7.1",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=6"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "homepage": "https://github.com/sindresorhus/env-paths#readme",
53 "keywords": [
54 "common",
55 "user",
56 "paths",
57 "env",
58 "environment",
59 "directory",
60 "dir",
61 "appdir",
62 "path",
63 "data",
64 "config",
65 "cache",
66 "logs",
67 "temp",
68 "linux",
69 "unix"
70 ],
71 "license": "MIT",
72 "name": "env-paths",
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/sindresorhus/env-paths.git"
76 },
77 "scripts": {
78 "test": "xo && ava && tsd"
79 },
80 "version": "2.2.1"
81}
Note: See TracBrowser for help on using the repository browser.