1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "fork-stream@^0.0.4",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-24Sfznf2cIpfjzhq5TOgkHtUrnA=",
- "_location": "/fork-stream",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fork-stream@^0.0.4",
- "name": "fork-stream",
- "escapedName": "fork-stream",
- "rawSpec": "^0.0.4",
- "saveSpec": null,
- "fetchSpec": "^0.0.4"
- },
- "_requiredBy": [
- "/ternary-stream"
- ],
- "_resolved": "https://registry.npmjs.org/fork-stream/-/fork-stream-0.0.4.tgz",
- "_shasum": "db849fce77f6708a5f8f386ae533a0907b54ae70",
- "_spec": "fork-stream@^0.0.4",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\ternary-stream",
- "author": {
- "name": "Conrad Pankoff",
- "email": "[email protected]",
- "url": "http://www.fknsrs.biz/"
- },
- "bugs": {
- "url": "https://github.com/deoxxa/fork-stream/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Fork a stream in multiple directions according to a function",
- "devDependencies": {
- "chai": "~1.7.2",
- "mocha": "~1.12.1"
- },
- "homepage": "https://github.com/deoxxa/fork-stream#readme",
- "keywords": [
- "stream",
- "fork",
- "split",
- "function",
- "conditional"
- ],
- "license": "BSD",
- "main": "index.js",
- "name": "fork-stream",
- "repository": {
- "type": "git",
- "url": "git://github.com/deoxxa/fork-stream.git"
- },
- "scripts": {
- "test": "mocha -R tap"
- },
- "version": "0.0.4"
- }
|