diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/home-or-tmp/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/home-or-tmp/package.json')
-rw-r--r-- | node_modules/home-or-tmp/package.json | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/node_modules/home-or-tmp/package.json b/node_modules/home-or-tmp/package.json deleted file mode 100644 index 7e9dc98..0000000 --- a/node_modules/home-or-tmp/package.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "_from": "home-or-tmp@^2.0.0", - "_id": "home-or-tmp@2.0.0", - "_inBundle": false, - "_integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", - "_location": "/home-or-tmp", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "home-or-tmp@^2.0.0", - "name": "home-or-tmp", - "escapedName": "home-or-tmp", - "rawSpec": "^2.0.0", - "saveSpec": null, - "fetchSpec": "^2.0.0" - }, - "_requiredBy": [ - "/babel-register" - ], - "_resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", - "_shasum": "e36c3f2d2cae7d746a857e38d18d5f32a7882db8", - "_spec": "home-or-tmp@^2.0.0", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/babel-register", - "author": { - "name": "Sindre Sorhus", - "email": "sindresorhus@gmail.com", - "url": "sindresorhus.com" - }, - "bugs": { - "url": "https://github.com/sindresorhus/home-or-tmp/issues" - }, - "bundleDependencies": false, - "dependencies": { - "os-homedir": "^1.0.0", - "os-tmpdir": "^1.0.1" - }, - "deprecated": false, - "description": "Get the user home directory with fallback to the system temp directory", - "devDependencies": { - "ava": "0.0.4" - }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/sindresorhus/home-or-tmp#readme", - "keywords": [ - "user", - "home", - "homedir", - "dir", - "directory", - "folder", - "path", - "tmp", - "temp", - "temporary", - "fallback", - "graceful", - "userprofile" - ], - "license": "MIT", - "name": "home-or-tmp", - "repository": { - "type": "git", - "url": "git+https://github.com/sindresorhus/home-or-tmp.git" - }, - "scripts": { - "test": "node test.js" - }, - "version": "2.0.0" -} |