summaryrefslogtreecommitdiff
path: root/utilities/node_modules/clone-response/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/node_modules/clone-response/package.json')
-rw-r--r--utilities/node_modules/clone-response/package.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/utilities/node_modules/clone-response/package.json b/utilities/node_modules/clone-response/package.json
deleted file mode 100644
index a4a0810..0000000
--- a/utilities/node_modules/clone-response/package.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "clone-response",
- "version": "1.0.3",
- "description": "Clone a Node.js HTTP response stream",
- "main": "src/index.js",
- "scripts": {
- "test": "xo && nyc ava",
- "coverage": "nyc report --reporter=text-lcov | coveralls"
- },
- "funding": "https://github.com/sponsors/sindresorhus",
- "xo": {
- "extends": "xo-lukechilds"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/clone-response.git"
- },
- "keywords": [
- "clone",
- "duplicate",
- "copy",
- "response",
- "HTTP",
- "stream"
- ],
- "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
- "license": "MIT",
- "dependencies": {
- "mimic-response": "^1.0.0"
- },
- "devDependencies": {
- "ava": "^0.22.0",
- "coveralls": "^2.13.1",
- "create-test-server": "^2.0.1",
- "eslint-config-xo-lukechilds": "^1.0.0",
- "get-stream": "^3.0.0",
- "nyc": "^11.0.2",
- "pify": "^3.0.0",
- "xo": "^0.19.0"
- }
-}