129 lines
3.7 KiB
JSON
129 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "console-stream@^0.1.1",
|
|
"scope": null,
|
|
"escapedName": "console-stream",
|
|
"name": "console-stream",
|
|
"rawSpec": "^0.1.1",
|
|
"spec": ">=0.1.1 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\squeak"
|
|
]
|
|
],
|
|
"_from": "console-stream@>=0.1.1 <0.2.0",
|
|
"_id": "console-stream@0.1.1",
|
|
"_inCache": true,
|
|
"_location": "/console-stream",
|
|
"_npmUser": {
|
|
"name": "raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"_npmVersion": "1.2.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "console-stream@^0.1.1",
|
|
"scope": null,
|
|
"escapedName": "console-stream",
|
|
"name": "console-stream",
|
|
"rawSpec": "^0.1.1",
|
|
"spec": ">=0.1.1 <0.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/squeak"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz",
|
|
"_shasum": "a095fe07b20465955f2fafd28b5d72bccd949d44",
|
|
"_shrinkwrap": null,
|
|
"_spec": "console-stream@^0.1.1",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\squeak",
|
|
"author": {
|
|
"name": "Raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Raynos/console-stream/issues",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Raynos"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "A writable stream that writes to the console",
|
|
"devDependencies": {
|
|
"browserify": "https://github.com/raynos/node-browserify/tarball/master",
|
|
"tape": "~0.2.2",
|
|
"testem": "~0.2.55"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a095fe07b20465955f2fafd28b5d72bccd949d44",
|
|
"tarball": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz"
|
|
},
|
|
"homepage": "https://github.com/Raynos/console-stream",
|
|
"keywords": [],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/Raynos/console-stream/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "index",
|
|
"maintainers": [
|
|
{
|
|
"name": "raynos",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
{
|
|
"name": "substack",
|
|
"email": "mail@substack.net"
|
|
}
|
|
],
|
|
"name": "console-stream",
|
|
"optionalDependencies": {},
|
|
"readme": "# console-stream\n\n[![build status][1]][2]\n\n[![browser support][3]][4]\n\nA writable stream that writes to the console\n\nRefactored out of [tape][5]\n\n## Example\n\n```js\nvar ConsoleStream = require(\"console-stream\")\n\nvar stream = ConsoleStream()\n\nstream.write(\"one\")\nstream.write(\"two\\n\")\n// console.log('onetwo')\nstream.write(\"three\\nfour\")\n// console.log('three')\nstream.end(\"five\")\n// console.log('fourfive')\n```\n\n## Installation\n\n`npm install console-stream`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n\n\n [1]: https://secure.travis-ci.org/Raynos/console-stream.png\n [2]: http://travis-ci.org/Raynos/console-stream\n [3]: http://ci.testling.com/Raynos/console-stream.png\n [4]: http://ci.testling.com/Raynos/console-stream\n [5]: https://github.com/substack/tape/blob/028e858f85c6916a730dca183c00469ebb869729/lib/default_stream.js\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Raynos/console-stream.git"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify test/index.js -o test/static/bundle.js",
|
|
"test": "node ./test",
|
|
"testem": "testem"
|
|
},
|
|
"testling": {
|
|
"files": "test/index.js",
|
|
"browsers": {
|
|
"ie": [
|
|
"8",
|
|
"9",
|
|
"10"
|
|
],
|
|
"firefox": [
|
|
"16",
|
|
"17",
|
|
"nightly"
|
|
],
|
|
"chrome": [
|
|
"22",
|
|
"23",
|
|
"canary"
|
|
],
|
|
"opera": [
|
|
"12",
|
|
"next"
|
|
],
|
|
"safari": [
|
|
"5.1"
|
|
]
|
|
}
|
|
},
|
|
"version": "0.1.1"
|
|
}
|