Bret Comnes 80459935e1
0.0.1
2020-02-12 16:58:30 -07:00

57 lines
1.5 KiB
JSON

{
"_from": "streamx@^2.6.0",
"_id": "streamx@2.6.0",
"_inBundle": false,
"_integrity": "sha512-fDIdCkmCjhNt9/IIFL6UdJeqyOpDoX9rHXdRt5hpYQQ1owCSyVieQtTkbXcZAsASS9F5JrlxwKLHkv5w2GHVvA==",
"_location": "/streamx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "streamx@^2.6.0",
"name": "streamx",
"escapedName": "streamx",
"rawSpec": "^2.6.0",
"saveSpec": null,
"fetchSpec": "^2.6.0"
},
"_requiredBy": [
"/async-neocities"
],
"_resolved": "https://registry.npmjs.org/streamx/-/streamx-2.6.0.tgz",
"_shasum": "f7aa741edc8142666c12d09479e708fdc2a09c33",
"_spec": "streamx@^2.6.0",
"_where": "/Users/bret/repos/deploy-to-neocities/node_modules/async-neocities",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bugs": {
"url": "https://github.com/mafintosh/streamx/issues"
},
"bundleDependencies": false,
"dependencies": {
"fast-fifo": "^1.0.0",
"nanoassert": "^2.0.0"
},
"deprecated": false,
"description": "An iteration of the Node.js core streams with a series of improvements",
"devDependencies": {
"end-of-stream": "^1.4.1",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"homepage": "https://github.com/mafintosh/streamx",
"license": "MIT",
"main": "index.js",
"name": "streamx",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/streamx.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"version": "2.6.0"
}