mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
68
node_modules/http-cache-semantics/package.json
generated
vendored
68
node_modules/http-cache-semantics/package.json
generated
vendored
@@ -1,42 +1,17 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"http-cache-semantics@4.1.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "http-cache-semantics@4.1.0",
|
||||
"_id": "http-cache-semantics@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==",
|
||||
"_location": "/http-cache-semantics",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "http-cache-semantics@4.1.0",
|
||||
"name": "http-cache-semantics",
|
||||
"escapedName": "http-cache-semantics",
|
||||
"rawSpec": "4.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cacheable-request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
|
||||
"_spec": "4.1.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Kornel Lesiński",
|
||||
"email": "kornel@geekhood.net",
|
||||
"url": "https://kornel.ski/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kornelski/http-cache-semantics/issues"
|
||||
},
|
||||
"name": "http-cache-semantics",
|
||||
"version": "4.1.0",
|
||||
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
|
||||
"repository": "https://github.com/kornelski/http-cache-semantics.git",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",
|
||||
"license": "BSD-2-Clause",
|
||||
"devDependencies": {
|
||||
"eslint": "^5.13.0",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
@@ -45,20 +20,5 @@
|
||||
"mocha": "^5.1.0",
|
||||
"prettier": "^1.14.3",
|
||||
"prettier-eslint-cli": "^4.7.1"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/kornelski/http-cache-semantics#readme",
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "index.js",
|
||||
"name": "http-cache-semantics",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kornelski/http-cache-semantics.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user