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

97 lines
2.4 KiB
JSON

{
"_args": [
[
"through2-filter@^2.0.0",
"/Users/sid/Desktop/code/RustyCode/node_modules/gulp-symdest/node_modules/unique-stream"
]
],
"_from": "through2-filter@>=2.0.0 <3.0.0",
"_id": "through2-filter@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/through2-filter",
"_npmUser": {
"email": "bryce@ravenwall.com",
"name": "bryce"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "through2-filter",
"raw": "through2-filter@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-symdest/unique-stream"
],
"_resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz",
"_shasum": "60bc55a0dacb76085db1f9dae99ab43f83d622ec",
"_shrinkwrap": null,
"_spec": "through2-filter@^2.0.0",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/gulp-symdest/node_modules/unique-stream",
"author": {
"name": "Bryce B. Baril"
},
"bugs": {
"url": "https://github.com/brycebaril/through2-filter/issues"
},
"dependencies": {
"through2": "~2.0.0",
"xtend": "~4.0.0"
},
"description": "A through2 to create an Array.prototype.filter analog for streams.",
"devDependencies": {
"concat-stream": "^1.4.7",
"stream-spigot": "^3.0.5",
"tape": "^4.0.0"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "60bc55a0dacb76085db1f9dae99ab43f83d622ec",
"tarball": "http://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "fd290780ed8f8a9e9452c947e7f8cd9f8fefba72",
"homepage": "https://github.com/brycebaril/through2-filter",
"jshintConfig": {
"asi": true,
"eqeqeq": false,
"eqnull": true,
"globalstrict": true,
"loopfunc": true,
"newcap": false,
"node": true,
"validthis": true
},
"keywords": [
"streams",
"through",
"through2",
"filter"
],
"license": "MIT",
"maintainers": [
{
"email": "bryce@ravenwall.com",
"name": "bryce"
}
],
"name": "through2-filter",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brycebaril/through2-filter.git"
},
"scripts": {
"test": "node test/"
},
"version": "2.0.0"
}