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
87
node_modules/responselike/package.json
generated
vendored
87
node_modules/responselike/package.json
generated
vendored
|
|
@ -1,29 +1,43 @@
|
|||
{
|
||||
"name": "responselike",
|
||||
"version": "1.0.2",
|
||||
"description": "A response-like object for mocking a Node.js HTTP response stream",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"test": "xo && nyc ava",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"xo": {
|
||||
"extends": "xo-lukechilds"
|
||||
},
|
||||
"keywords": [
|
||||
"http",
|
||||
"https",
|
||||
"response",
|
||||
"mock",
|
||||
"request",
|
||||
"responselike"
|
||||
"_args": [
|
||||
[
|
||||
"responselike@1.0.2",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lukechilds/responselike.git"
|
||||
"_development": true,
|
||||
"_from": "responselike@1.0.2",
|
||||
"_id": "responselike@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
|
||||
"_location": "/responselike",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "responselike@1.0.2",
|
||||
"name": "responselike",
|
||||
"escapedName": "responselike",
|
||||
"rawSpec": "1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.2"
|
||||
},
|
||||
"author": "lukechilds",
|
||||
"license": "MIT",
|
||||
"_requiredBy": [
|
||||
"/cacheable-request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
|
||||
"_spec": "1.0.2",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "lukechilds"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lukechilds/responselike/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"lowercase-keys": "^1.0.0"
|
||||
},
|
||||
"description": "A response-like object for mocking a Node.js HTTP response stream",
|
||||
"devDependencies": {
|
||||
"ava": "^0.22.0",
|
||||
"coveralls": "^2.13.1",
|
||||
|
|
@ -32,7 +46,28 @@
|
|||
"nyc": "^11.1.0",
|
||||
"xo": "^0.19.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"lowercase-keys": "^1.0.0"
|
||||
"homepage": "https://github.com/lukechilds/responselike#readme",
|
||||
"keywords": [
|
||||
"http",
|
||||
"https",
|
||||
"response",
|
||||
"mock",
|
||||
"request",
|
||||
"responselike"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "responselike",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lukechilds/responselike.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"test": "xo && nyc ava"
|
||||
},
|
||||
"version": "1.0.2",
|
||||
"xo": {
|
||||
"extends": "xo-lukechilds"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue