From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/commondir/package.json | 65 ------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 node_modules/commondir/package.json (limited to 'node_modules/commondir/package.json') diff --git a/node_modules/commondir/package.json b/node_modules/commondir/package.json deleted file mode 100644 index a87c74d..0000000 --- a/node_modules/commondir/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "_from": "commondir@^1.0.1", - "_id": "commondir@1.0.1", - "_inBundle": false, - "_integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", - "_location": "/commondir", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "commondir@^1.0.1", - "name": "commondir", - "escapedName": "commondir", - "rawSpec": "^1.0.1", - "saveSpec": null, - "fetchSpec": "^1.0.1" - }, - "_requiredBy": [ - "/copy-webpack-plugin/find-cache-dir", - "/find-cache-dir", - "/terser-webpack-plugin/find-cache-dir" - ], - "_resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "_shasum": "ddd800da0c66127393cca5950ea968a3aaf1253b", - "_spec": "commondir@^1.0.1", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/find-cache-dir", - "author": { - "name": "James Halliday", - "email": "mail@substack.net", - "url": "http://substack.net" - }, - "bugs": { - "url": "https://github.com/substack/node-commondir/issues" - }, - "bundleDependencies": false, - "dependencies": {}, - "deprecated": false, - "description": "compute the closest common parent for file paths", - "devDependencies": { - "tape": "^3.5.0" - }, - "engine": { - "node": ">=0.4" - }, - "homepage": "https://github.com/substack/node-commondir#readme", - "keywords": [ - "common", - "path", - "directory", - "file", - "parent", - "root" - ], - "license": "MIT", - "main": "index.js", - "name": "commondir", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/substack/node-commondir.git" - }, - "scripts": { - "test": "tape test/*.js" - }, - "version": "1.0.1" -} -- cgit v1.2.3