| Server IP : 209.209.40.120 / Your IP : 216.73.216.138 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/nodejs/node_modules/npm/node_modules/minipass-json-stream/ |
Upload File : |
{
"name": "minipass-json-stream",
"version": "1.0.1",
"description": "Like JSONStream, but using Minipass streams",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"license": "MIT",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
},
"devDependencies": {
"JSONStream": "^1.3.5",
"tap": "^14.6.9"
},
"dependencies": {
"jsonparse": "^1.3.1",
"minipass": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/minipass-json-stream.git"
},
"keywords": [
"stream",
"json",
"parse",
"minipass",
"JSONStream"
],
"files": [
"index.js"
]
}