You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/stream-browserify/package.json

109 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "stream-browserify@~0.1.0",
"scope": null,
"escapedName": "stream-browserify",
"name": "stream-browserify",
"rawSpec": "~0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_from": "stream-browserify@>=0.1.0 <0.2.0",
"_id": "stream-browserify@0.1.3",
"_inCache": true,
"_location": "/stream-browserify",
"_npmUser": {
"name": "substack",
"email": "mail@substack.net"
},
"_npmVersion": "1.3.21",
"_phantomChildren": {},
"_requested": {
"raw": "stream-browserify@~0.1.0",
"scope": null,
"escapedName": "stream-browserify",
"name": "stream-browserify",
"rawSpec": "~0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-0.1.3.tgz",
"_shasum": "95cf1b369772e27adaf46352265152689c6c4be9",
"_shrinkwrap": null,
"_spec": "stream-browserify@~0.1.0",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/stream-browserify/issues"
},
"dependencies": {
"inherits": "~2.0.1",
"process": "~0.5.1"
},
"description": "the stream module from node core for browsers",
"devDependencies": {
"tape": "~2.3.2",
"typedarray": "~0.0.5"
},
"directories": {},
"dist": {
"shasum": "95cf1b369772e27adaf46352265152689c6c4be9",
"tarball": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-0.1.3.tgz"
},
"homepage": "https://github.com/substack/stream-browserify",
"keywords": [
"stream",
"browser",
"browserify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "stream-browserify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/stream-browserify.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/3.5",
"firefox/10",
"firefox/nightly",
"chrome/10",
"chrome/latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "0.1.3"
}