71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"_from": "responselike@^2.0.0",
|
|
"_id": "responselike@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==",
|
|
"_location": "/responselike",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "responselike@^2.0.0",
|
|
"name": "responselike",
|
|
"escapedName": "responselike",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cacheable-request",
|
|
"/got"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz",
|
|
"_shasum": "26391bcc3174f750f9a79eacc40a12a5c42d7723",
|
|
"_spec": "responselike@^2.0.0",
|
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/got",
|
|
"author": {
|
|
"name": "lukechilds"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lukechilds/responselike/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A response-like object for mocking a Node.js HTTP response stream",
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint-config-xo-lukechilds": "^1.0.0",
|
|
"get-stream": "^3.0.0",
|
|
"nyc": "^11.8.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": "2.0.0",
|
|
"xo": {
|
|
"extends": "xo-lukechilds"
|
|
}
|
|
}
|