73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"common-path-prefix@3.0.0",
|
|
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "common-path-prefix@3.0.0",
|
|
"_id": "common-path-prefix@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==",
|
|
"_location": "/common-path-prefix",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "common-path-prefix@3.0.0",
|
|
"name": "common-path-prefix",
|
|
"escapedName": "common-path-prefix",
|
|
"rawSpec": "3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
|
|
"_spec": "3.0.0",
|
|
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
|
"author": {
|
|
"name": "Mark Wubben",
|
|
"url": "https://novemberborn.net/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/novemberborn/common-path-prefix/issues"
|
|
},
|
|
"description": "Computes the longest prefix string that is common to each path, excluding the base component",
|
|
"devDependencies": {
|
|
"ava": "^2.3.0",
|
|
"nyc": "^14.1.1",
|
|
"standard": "^14.0.2"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"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"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "common-path-prefix",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/common-path-prefix.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && nyc ava"
|
|
},
|
|
"version": "3.0.0"
|
|
}
|