diff options
| author | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
|---|---|---|
| committer | Arman <[email protected]> | 2018-08-02 16:50:59 -0700 |
| commit | 7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch) | |
| tree | 1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/home-path/package.json | |
| parent | dialog box for adding items (diff) | |
| download | launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip | |
inital commit
Diffstat (limited to 'node_modules/home-path/package.json')
| -rw-r--r-- | node_modules/home-path/package.json | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/node_modules/home-path/package.json b/node_modules/home-path/package.json deleted file mode 100644 index 5a572bd..0000000 --- a/node_modules/home-path/package.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "_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" -} |