aboutsummaryrefslogtreecommitdiff
path: root/node_modules/common-path-prefix/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/common-path-prefix/package.json')
-rw-r--r--node_modules/common-path-prefix/package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/node_modules/common-path-prefix/package.json b/node_modules/common-path-prefix/package.json
deleted file mode 100644
index 9712f82c6..000000000
--- a/node_modules/common-path-prefix/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "common-path-prefix",
- "version": "1.0.0",
- "description": "Computes the longest prefix string that is common to each path, excluding the base component",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "coverage": "nyc npm test",
- "test": "ava",
- "posttest": "standard"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/novemberborn/common-path-prefix.git"
- },
- "author": "Mark Wubben (https://novemberborn.net/)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/novemberborn/common-path-prefix/issues"
- },
- "homepage": "https://github.com/novemberborn/common-path-prefix#readme",
- "devDependencies": {
- "ava": "^0.9.1",
- "nyc": "^5.3.0",
- "standard": "^5.4.1"
- }
-}