79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"_from": "env-paths@^1.0.0",
|
|
"_id": "env-paths@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QWgTO0K7BcOKNbGuQ5fIKYqzaeA=",
|
|
"_location": "/env-paths",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "env-paths@^1.0.0",
|
|
"name": "env-paths",
|
|
"escapedName": "env-paths",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-download"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz",
|
|
"_shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
|
|
"_spec": "env-paths@^1.0.0",
|
|
"_where": "C:\\Users\\trev7\\Desktop\\JS Projects\\Discord Hack Week\\node_modules\\electron-download",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/env-paths/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Get paths for storing things like data, config, cache, etc",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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"
|
|
},
|
|
"version": "1.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|