diff options
| author | Arman Shah <[email protected]> | 2018-02-19 23:50:04 -0800 |
|---|---|---|
| committer | Arman Shah <[email protected]> | 2018-02-19 23:50:04 -0800 |
| commit | ae34dcfd3823a609ba7182f2d6eda593be876f7d (patch) | |
| tree | b9d7f2884c4999349418cbdc4f9ab46d113e0afd /node_modules/home-path/package.json | |
| parent | Initial commit (diff) | |
| download | launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.tar.xz launcher-ae34dcfd3823a609ba7182f2d6eda593be876f7d.zip | |
add base files
Diffstat (limited to 'node_modules/home-path/package.json')
| -rw-r--r-- | node_modules/home-path/package.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/node_modules/home-path/package.json b/node_modules/home-path/package.json new file mode 100644 index 0000000..5a572bd --- /dev/null +++ b/node_modules/home-path/package.json @@ -0,0 +1,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" +} |