|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "env-paths@2.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "env-paths@2.2.1",
- "_id": "env-paths@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
- "_location": "/env-paths",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "env-paths@2.2.1",
- "name": "env-paths",
- "escapedName": "env-paths",
- "rawSpec": "2.2.1",
- "saveSpec": null,
- "fetchSpec": "2.2.1"
- },
- "_requiredBy": [
- "/@electron/get"
- ],
- "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
- "_spec": "2.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/env-paths/issues"
- },
- "description": "Get paths for storing things like data, config, cache, etc",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.1",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/env-paths#readme",
- "keywords": [
- "common",
- "user",
- "paths",
- "env",
- "environment",
- "directory",
- "dir",
- "appdir",
- "path",
- "data",
- "config",
- "cache",
- "logs",
- "temp",
- "linux",
- "unix"
- ],
- "license": "MIT",
- "name": "env-paths",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/env-paths.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.2.1"
- }
|