mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* first action! (#1)
This commit is contained in:
parent
8deacc95b1
commit
ace1e6a69a
3750 changed files with 1155519 additions and 0 deletions
69
node_modules/responselike/package.json
generated
vendored
Normal file
69
node_modules/responselike/package.json
generated
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"_from": "responselike@^1.0.2",
|
||||
"_id": "responselike@1.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=",
|
||||
"_location": "/responselike",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "responselike@^1.0.2",
|
||||
"name": "responselike",
|
||||
"escapedName": "responselike",
|
||||
"rawSpec": "^1.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cacheable-request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz",
|
||||
"_shasum": "918720ef3b631c5642be068f15ade5a46f4ba1e7",
|
||||
"_spec": "responselike@^1.0.2",
|
||||
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/cacheable-request",
|
||||
"author": {
|
||||
"name": "lukechilds"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lukechilds/responselike/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"lowercase-keys": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A response-like object for mocking a Node.js HTTP response stream",
|
||||
"devDependencies": {
|
||||
"ava": "^0.22.0",
|
||||
"coveralls": "^2.13.1",
|
||||
"eslint-config-xo-lukechilds": "^1.0.0",
|
||||
"get-stream": "^3.0.0",
|
||||
"nyc": "^11.1.0",
|
||||
"xo": "^0.19.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