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/quote-stream/package.json

122 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "quote-stream@^1.0.1",
"scope": null,
"escapedName": "quote-stream",
"name": "quote-stream",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/MB/git/pitfall/pdfkit/node_modules/fontkit/node_modules/brfs"
]
],
"_from": "quote-stream@>=1.0.1 <2.0.0",
"_id": "quote-stream@1.0.2",
"_inCache": true,
"_location": "/quote-stream",
"_nodeVersion": "2.4.0",
"_npmUser": {
"name": "substack",
"email": "substack@gmail.com"
},
"_npmVersion": "3.2.2",
"_phantomChildren": {
"buffer-shims": "1.0.0",
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"process-nextick-args": "1.0.7",
"util-deprecate": "1.0.2"
},
"_requested": {
"raw": "quote-stream@^1.0.1",
"scope": null,
"escapedName": "quote-stream",
"name": "quote-stream",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/fontkit/brfs",
"/unicode-properties/brfs"
],
"_resolved": "https://registry.npmjs.org/quote-stream/-/quote-stream-1.0.2.tgz",
"_shasum": "84963f8c9c26b942e153feeb53aae74652b7e0b2",
"_shrinkwrap": null,
"_spec": "quote-stream@^1.0.1",
"_where": "/Users/MB/git/pitfall/pdfkit/node_modules/fontkit/node_modules/brfs",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bin": {
"quote-stream": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/substack/quote-stream/issues"
},
"dependencies": {
"buffer-equal": "0.0.1",
"minimist": "^1.1.3",
"through2": "^2.0.0"
},
"description": "transform a stream into a quoted string",
"devDependencies": {
"concat-stream": "~1.4.5",
"tape": "^4.1.0"
},
"directories": {},
"dist": {
"shasum": "84963f8c9c26b942e153feeb53aae74652b7e0b2",
"tarball": "https://registry.npmjs.org/quote-stream/-/quote-stream-1.0.2.tgz"
},
"gitHead": "a448c573805056a9aca57acbc2e68b65665b5f58",
"homepage": "https://github.com/substack/quote-stream",
"keywords": [
"quote",
"transform",
"stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "quote-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/quote-stream.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/15",
"firefox/latest",
"firefox/nightly",
"chrome/15",
"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": "1.0.2"
}