summaryrefslogtreecommitdiff
path: root/node_modules/home-path/package.json
blob: 5a572bde7a50b89fa9ef89d213ac9eb2a3672f8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "_from": "home-path@^1.0.1",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-eIspgVsS1Tus9XVkhHbm+QQdEz8=",
  "_location": "/home-path",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "home-path@^1.0.1",
    "name": "home-path",
    "escapedName": "home-path",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/electron-download"
  ],
  "_resolved": "https://registry.npmjs.org/home-path/-/home-path-1.0.5.tgz",
  "_shasum": "788b29815b12d53bacf575648476e6f9041d133f",
  "_spec": "home-path@^1.0.1",
  "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/electron-download",
  "author": {
    "name": "Lloyd Brookes",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/75lb/home-path/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Cross-platform home directory retriever",
  "devDependencies": {
    "jsdoc-to-markdown": "^3.0.0",
    "tape": "^4.6"
  },
  "homepage": "https://github.com/75lb/home-path#readme",
  "keywords": [
    "home",
    "directory",
    "folder",
    "path"
  ],
  "license": "MIT",
  "main": "./lib/home-path.js",
  "name": "home-path",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/home-path.git"
  },
  "scripts": {
    "docs": "jsdoc2md --heading-depth 1 -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "tape test/*.js"
  },
  "version": "1.0.5"
}