Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
74
node_modules/common-path-prefix/package.json
generated
vendored
74
node_modules/common-path-prefix/package.json
generated
vendored
|
|
@ -1,24 +1,50 @@
|
|||
{
|
||||
"name": "common-path-prefix",
|
||||
"version": "3.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"common-path-prefix@3.0.0",
|
||||
"/Users/sam/code/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/sam/code/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",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"ava": "^2.3.0",
|
||||
"nyc": "^14.1.1",
|
||||
"standard": "^14.0.2"
|
||||
},
|
||||
"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",
|
||||
|
|
@ -33,9 +59,15 @@
|
|||
"common path start",
|
||||
"common root"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^2.3.0",
|
||||
"nyc": "^14.1.1",
|
||||
"standard": "^14.0.2"
|
||||
}
|
||||
}
|
||||
"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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue