innovationDriveApp/node_modules/memory-streams/package.json
2018-07-08 19:21:40 +10:00

67 lines
1.8 KiB
JSON

{
"_from": "memory-streams@^0.1.2",
"_id": "memory-streams@0.1.3",
"_inBundle": false,
"_integrity": "sha512-qVQ/CjkMyMInPaaRMrwWNDvf6boRZXaT/DbQeMYcCWuXPEBf1v8qChOc9OlEVQp2uOvRXa1Qu30fLmKhY6NipA==",
"_location": "/memory-streams",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "memory-streams@^0.1.2",
"name": "memory-streams",
"escapedName": "memory-streams",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/npm-run-all"
],
"_resolved": "https://registry.npmjs.org/memory-streams/-/memory-streams-0.1.3.tgz",
"_shasum": "d9b0017b4b87f1d92f55f2745c9caacb1dc93ceb",
"_spec": "memory-streams@^0.1.2",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2/node_modules/npm-run-all",
"author": {
"name": "Paul Jackson",
"url": "http://jaaco.uk/"
},
"bugs": {
"url": "https://github.com/paulja/memory-streams-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.0.2"
},
"deprecated": false,
"description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
"devDependencies": {
"should": "~1.2.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/paulja/memory-streams-js",
"keywords": [
"stream",
"string",
"memory",
"Readable",
"Writable"
],
"license": "MIT",
"main": "index.js",
"name": "memory-streams",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/paulja/memory-streams-js.git"
},
"scripts": {
"test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
},
"typings": "index.d.ts",
"version": "0.1.3"
}