cashier_admin_app/node_modules/@sindresorhus/merge-streams/package.json

87 lines
2.2 KiB
JSON

{
"_args": [
[
"@sindresorhus/merge-streams@2.3.0",
"C:\\Users\\asus\\Desktop\\cashier_admin_app"
]
],
"_development": true,
"_from": "@sindresorhus/merge-streams@2.3.0",
"_id": "@sindresorhus/merge-streams@2.3.0",
"_inBundle": false,
"_integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
"_location": "/@sindresorhus/merge-streams",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sindresorhus/merge-streams@2.3.0",
"name": "@sindresorhus/merge-streams",
"escapedName": "@sindresorhus%2fmerge-streams",
"scope": "@sindresorhus",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/globby"
],
"_resolved": "https://registry.npmmirror.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
"_spec": "2.3.0",
"_where": "C:\\Users\\asus\\Desktop\\cashier_admin_app",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/merge-streams/issues"
},
"description": "Merge multiple streams into a unified stream",
"devDependencies": {
"@types/node": "^20.8.9",
"ava": "^6.1.0",
"c8": "^9.1.0",
"tempfile": "^5.0.0",
"tsd": "^0.30.4",
"typescript": "^5.2.2",
"xo": "^0.56.0"
},
"engines": {
"node": ">=18"
},
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/merge-streams#readme",
"keywords": [
"merge",
"stream",
"streams",
"readable",
"passthrough",
"interleave",
"interleaved",
"unify",
"unified"
],
"license": "MIT",
"name": "@sindresorhus/merge-streams",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/merge-streams.git"
},
"scripts": {
"test": "xo && c8 ava && tsd"
},
"sideEffects": false,
"type": "module",
"version": "2.3.0"
}