dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/through2/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

104 lines
2.6 KiB
JSON

{
"_args": [
[
"through2@^2.0.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/gulp-util"
]
],
"_from": "through2@>=2.0.0 <3.0.0",
"_id": "through2@2.0.1",
"_inCache": true,
"_installable": true,
"_location": "/through2",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/through2-2.0.1.tgz_1454928418348_0.7339043114334345"
},
"_npmUser": {
"email": "rod@vagg.org",
"name": "rvagg"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.1",
"process-nextick-args": "1.0.6",
"string_decoder": "0.10.31",
"util-deprecate": "1.0.2"
},
"_requested": {
"name": "through2",
"raw": "through2@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-shell",
"/gulp-util",
"/through2-filter"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz",
"_shasum": "384e75314d49f32de12eebb8136b8eb6b5d59da9",
"_shrinkwrap": null,
"_spec": "through2@^2.0.0",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/gulp-util",
"author": {
"email": "r@va.gg",
"name": "Rod Vagg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"dependencies": {
"readable-stream": "~2.0.0",
"xtend": "~4.0.0"
},
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~0.9.4",
"faucet": "0.0.1",
"stream-spigot": "~3.0.5",
"tape": "~4.0.0"
},
"directories": {},
"dist": {
"shasum": "384e75314d49f32de12eebb8136b8eb6b5d59da9",
"tarball": "https://registry.npmjs.org/through2/-/through2-2.0.1.tgz"
},
"gitHead": "6d52a1b77db13a741f2708cd5854a198e4ae3072",
"homepage": "https://github.com/rvagg/through2#readme",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"maintainers": [
{
"email": "rod@vagg.org",
"name": "rvagg"
},
{
"email": "bryce@ravenwall.com",
"name": "bryce"
}
],
"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 | faucet",
"test-local": "brtapsauce-local test/basic-test.js"
},
"version": "2.0.1"
}