Changeset 59329aa for trip-planner-front/node_modules/env-paths
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/env-paths/package.json
rceaed42 r59329aa 1 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 } 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" 45 81 }
Note:
See TracChangeset
for help on using the changeset viewer.