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

106 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "through2@~0.4.1",
"scope": null,
"escapedName": "through2",
"name": "through2",
"rawSpec": "~0.4.1",
"spec": ">=0.4.1 <0.5.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/browserify"
]
],
"_from": "through2@>=0.4.1 <0.5.0",
"_id": "through2@0.4.2",
"_inCache": true,
"_location": "/through2",
"_npmUser": {
"name": "rvagg",
"email": "rod@vagg.org"
},
"_npmVersion": "1.4.3",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"object-keys": "0.4.0"
},
"_requested": {
"raw": "through2@~0.4.1",
"scope": null,
"escapedName": "through2",
"name": "through2",
"rawSpec": "~0.4.1",
"spec": ">=0.4.1 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/browserify",
"/exorcist",
"/module-deps"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.4.2.tgz",
"_shasum": "dbf5866031151ec8352bb6c4db64a2292a840b9b",
"_shrinkwrap": null,
"_spec": "through2@~0.4.1",
"_where": "/Users/MB/git/pdfkit/node_modules/browserify",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"dependencies": {
"readable-stream": "~1.0.17",
"xtend": "~2.1.1"
},
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~0.6.0",
"brtapsauce": "~0.2.2",
"stream-spigot": "~3.0.1",
"tape": "~2.3.0"
},
"directories": {},
"dist": {
"shasum": "dbf5866031151ec8352bb6c4db64a2292a840b9b",
"tarball": "https://registry.npmjs.org/through2/-/through2-0.4.2.tgz"
},
"homepage": "https://github.com/rvagg/through2",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"maintainers": [
{
"name": "rvagg",
"email": "rod@vagg.org"
},
{
"name": "bryce",
"email": "bryce@ravenwall.com"
}
],
"name": "through2",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "node test/test.js",
"test-local": "brtapsauce-local test/basic-test.js"
},
"version": "0.4.2"
}