summaryrefslogtreecommitdiffstats
path: root/node_modules/homedir-polyfill/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-18 23:26:45 +0100
commit81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch)
tree8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/homedir-polyfill/package.json
parent1870f3fdf43707a15fda0f609a021f516f45eb63 (diff)
downloadwebsite_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2
website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip
rm node_modules
Diffstat (limited to 'node_modules/homedir-polyfill/package.json')
-rw-r--r--node_modules/homedir-polyfill/package.json94
1 files changed, 0 insertions, 94 deletions
diff --git a/node_modules/homedir-polyfill/package.json b/node_modules/homedir-polyfill/package.json
deleted file mode 100644
index 05aa3b1..0000000
--- a/node_modules/homedir-polyfill/package.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "_from": "homedir-polyfill@^1.0.1",
- "_id": "homedir-polyfill@1.0.3",
- "_inBundle": false,
- "_integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
- "_location": "/homedir-polyfill",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "homedir-polyfill@^1.0.1",
- "name": "homedir-polyfill",
- "escapedName": "homedir-polyfill",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/expand-tilde",
- "/global-prefix"
- ],
- "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
- "_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
- "_spec": "homedir-polyfill@^1.0.1",
- "_where": "/home/pruss/Dev/3-minute-website/node_modules/expand-tilde",
- "author": {
- "name": "Brian Woodward",
- "url": "https://github.com/doowb"
- },
- "bugs": {
- "url": "https://github.com/doowb/homedir-polyfill/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "parse-passwd": "^1.0.0"
- },
- "deprecated": false,
- "description": "Node.js os.homedir polyfill for older versions of node.js.",
- "devDependencies": {
- "gulp-format-md": "^0.1.11",
- "mocha": "^3.1.2"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "polyfill.js",
- "LICENSE"
- ],
- "homepage": "https://github.com/doowb/homedir-polyfill",
- "keywords": [
- "home",
- "homedir",
- "homedirectory",
- "os",
- "os-homedir",
- "polyfill",
- "userhome"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "homedir-polyfill",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/doowb/homedir-polyfill.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- },
- "related": {
- "list": [
- "parse-passwd"
- ]
- },
- "reflinks": [
- "verb",
- "verb-generate-readme"
- ]
- },
- "version": "1.0.3"
-}