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/mimic-response/package.json
{
	"name": "mimic-response",
	"version": "4.0.0",
	"description": "Mimic a Node.js HTTP response stream",
	"license": "MIT",
	"repository": "sindresorhus/mimic-response",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.d.ts",
		"index.js"
	],
	"keywords": [
		"mimic",
		"response",
		"stream",
		"http",
		"https",
		"request",
		"get",
		"core"
	],
	"devDependencies": {
		"@types/node": "^16.4.13",
		"ava": "^3.15.0",
		"create-test-server": "^3.0.1",
		"p-event": "^4.2.0",
		"pify": "^5.0.0",
		"tsd": "^0.17.0",
		"xo": "^0.44.0"
	}
}