motion
Version:
motion - moving development forward
90 lines (89 loc) • 3.16 kB
JSON
{
"_args": [
[
"stream-browserify@https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "stream-browserify@>=1.0.0 <2.0.0",
"_id": "stream-browserify@1.0.0",
"_inCache": true,
"_location": "/stream-browserify",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"name": "stream-browserify",
"raw": "stream-browserify@https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/node-libs-browser"
],
"_resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"_shasum": "bf9b4abfb42b274d751479e44e0ff2656b6f1193",
"_shrinkwrap": null,
"_spec": "stream-browserify@https://registry.npmjs.org/stream-browserify/-/stream-browserify-1.0.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/stream-browserify/issues"
},
"dependencies": {
"inherits": "~2.0.1",
"readable-stream": "^1.0.27-1"
},
"description": "the stream module from node core for browsers",
"devDependencies": {
"tape": "~2.3.2",
"typedarray": "~0.0.5"
},
"homepage": "https://github.com/substack/stream-browserify",
"keywords": [
"browser",
"browserify",
"stream"
],
"license": "MIT",
"main": "index.js",
"name": "stream-browserify",
"optionalDependencies": {},
"readme": "# stream-browserify\n\nthe stream module from node core, for browsers!\n\n[](http://travis-ci.org/substack/stream-browserify)\n\n[](https://ci.testling.com/substack/stream-browserify)\n\n# methods\n\nConsult the node core\n[documentation on streams](http://nodejs.org/docs/latest/api/stream.html).\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install stream-browserify\n```\n\nbut if you are using browserify you will get this module automatically when you\ndo `require('stream')`.\n\n# license\n\nMIT\n",
"readmeFilename": "readme.markdown",
"repository": {
"type": "git",
"url": "git://github.com/substack/stream-browserify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/10",
"chrome/canary",
"chrome/latest",
"firefox/10",
"firefox/3.5",
"firefox/nightly",
"ie/8..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
],
"files": "test/*.js"
},
"version": "1.0.0"
}