mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "common-path-prefix",
|
|
"version": "3.0.0",
|
|
"description": "Computes the longest prefix string that is common to each path, excluding the base component",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "standard && nyc ava"
|
|
},
|
|
"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",
|
|
"keywords": [
|
|
"common",
|
|
"path",
|
|
"directory",
|
|
"dir",
|
|
"file",
|
|
"root",
|
|
"typescript",
|
|
"common prefix",
|
|
"common path",
|
|
"common path start",
|
|
"common root"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^2.3.0",
|
|
"nyc": "^14.1.1",
|
|
"standard": "^14.0.2"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz"
|
|
,"_integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
|
|
,"_from": "common-path-prefix@3.0.0"
|
|
} |