aboutsummaryrefslogtreecommitdiff
path: root/node_modules/common-path-prefix/package.json
blob: 9712f82c6d4f1d835dd3312b4e574b4a7a0328ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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"
  }
}