HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/shahnamag/back-end/node_modules/responselike/package.json
{
	"name": "responselike",
	"version": "3.0.0",
	"description": "A response-like object for mocking a Node.js HTTP response stream",
	"license": "MIT",
	"repository": "sindresorhus/responselike",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": "Luke Childs <lukechilds123@gmail.com> (https://lukechilds.co.uk)",
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=14.16"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"http",
		"https",
		"response",
		"mock",
		"test",
		"request",
		"responselike"
	],
	"dependencies": {
		"lowercase-keys": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^4.3.1",
		"get-stream": "^6.0.1",
		"tsd": "^0.22.0",
		"xo": "^0.50.0"
	}
}