/usr/local/lib/node_modules/nodemon/node_modules/clone-response
NameSizeModeActions
src/-0755rm
LICENSE10680644editdlrm
package.json19880644editdlrm
README.md20870644editdlrm
Edit: /usr/local/lib/node_modules/nodemon/node_modules/clone-response/package.json (1988B)
{ "_from": "clone-response@^1.0.2", "_id": "clone-response@1.0.2", "_inBundle": false, "_integrity": "sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==", "_location": "/nodemon/clone-response", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "clone-response@^1.0.2", "name": "clone-response", "escapedName": "clone-response", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/nodemon/cacheable-request" ], "_resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "_shasum": "d1dc973920314df67fbeb94223b4ee350239e96b", "_spec": "clone-response@^1.0.2", "_where": "/usr/local/lib/node_modules/nodemon/node_modules/cacheable-request", "author": { "name": "Luke Childs", "email": "lukechilds123@gmail.com", "url": "http://lukechilds.co.uk" }, "bugs": { "url": "https://github.com/lukechilds/clone-response/issues" }, "bundleDependencies": false, "dependencies": { "mimic-response": "^1.0.0" }, "deprecated": false, "description": "Clone a Node.js HTTP response stream", "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" }, "homepage": "https://github.com/lukechilds/clone-response", "keywords": [ "clone", "duplicate", "copy", "response", "HTTP", "stream" ], "license": "MIT", "main": "src/index.js", "name": "clone-response", "repository": { "type": "git", "url": "git+https://github.com/lukechilds/clone-response.git" }, "scripts": { "coverage": "nyc report --reporter=text-lcov | coveralls", "test": "xo && nyc ava" }, "version": "1.0.2", "xo": { "extends": "xo-lukechilds" } }