chat-client/node_modules/env-paths/package.json

107 lines
2.5 KiB
JSON

{
"_args": [
[
"env-paths@^1.0.0",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/electron-download"
]
],
"_from": "env-paths@>=1.0.0 <2.0.0",
"_id": "env-paths@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/env-paths",
"_nodeVersion": "4.6.2",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/env-paths-1.0.0.tgz_1484020726148_0.9191886691842228"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "env-paths",
"raw": "env-paths@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/electron-download"
],
"_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz",
"_shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
"_shrinkwrap": null,
"_spec": "env-paths@^1.0.0",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/electron-download",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/env-paths/issues"
},
"dependencies": {},
"description": "Get paths for storing things like data, config, cache, etc",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "4168133b42bb05c38a35b1ae4397c8298ab369e0",
"tarball": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"gitHead": "a17e0dd6f678fe472c30951a0d7ae4e73ae67a93",
"homepage": "https://github.com/sindresorhus/env-paths#readme",
"keywords": [
"appdir",
"cache",
"common",
"config",
"data",
"dir",
"directory",
"env",
"environment",
"linux",
"logs",
"path",
"paths",
"temp",
"unix",
"user"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "env-paths",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/env-paths.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0",
"xo": {
"esnext": true
}
}