atcheck/lsscanner/new_ubuntu/node_modules/env-paths/package.json

83 lines
1.7 KiB
JSON

{
"_args": [
[
"env-paths@2.2.0",
"/home/massta/Documents/new"
]
],
"_development": true,
"_from": "env-paths@2.2.0",
"_id": "env-paths@2.2.0",
"_inBundle": false,
"_integrity": "sha512-6u0VYSCo/OW6IoD5WCLLy9JUGARbamfSavcNXry/eu8aHVFei6CD3Sw+VGX5alea1i9pgPHW0mbu6Xj0uBh7gA==",
"_location": "/env-paths",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "env-paths@2.2.0",
"name": "env-paths",
"escapedName": "env-paths",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/@electron/get",
"/node-gyp"
],
"_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/home/massta/Documents/new",
"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.0"
}