Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
parent
ee4cc86b19
commit
6afe41036b
416 changed files with 8183 additions and 24278 deletions
63
node_modules/file-url/package.json
generated
vendored
63
node_modules/file-url/package.json
generated
vendored
|
|
@ -1,54 +1,24 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"file-url@3.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_from": "file-url@3.0.0",
|
||||
"_id": "file-url@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-g872QGsHexznxkIAdK8UiZRe7SkE6kvylShU4Nsj8NvfvZag7S0QuQ4IgvPDkk75HxgjIVDwycFTDAgIiO4nDA==",
|
||||
"_location": "/file-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "file-url@3.0.0",
|
||||
"name": "file-url",
|
||||
"escapedName": "file-url",
|
||||
"rawSpec": "3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/file-url/-/file-url-3.0.0.tgz",
|
||||
"_spec": "3.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "file-url",
|
||||
"version": "3.0.0",
|
||||
"description": "Convert a file path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/file-url",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/file-url/issues"
|
||||
},
|
||||
"description": "Convert a file path to a file url: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`",
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/file-url#readme",
|
||||
"keywords": [
|
||||
"file",
|
||||
"url",
|
||||
|
|
@ -57,14 +27,9 @@
|
|||
"scheme",
|
||||
"slash"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "file-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/file-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue