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

104 lines
2.7 KiB
JSON

{
"_args": [
[
"glob-stream@^4.0.1",
"/Users/sid/Desktop/code/RustyCode/node_modules/gulp-symdest/node_modules/vinyl-fs"
]
],
"_from": "glob-stream@>=4.0.1 <5.0.0",
"_id": "glob-stream@4.1.1",
"_inCache": true,
"_installable": true,
"_location": "/gulp-symdest/glob-stream",
"_nodeVersion": "1.5.1",
"_npmUser": {
"email": "contact@wearefractal.com",
"name": "fractal"
},
"_npmVersion": "2.7.0",
"_phantomChildren": {},
"_requested": {
"name": "glob-stream",
"raw": "glob-stream@^4.0.1",
"rawSpec": "^4.0.1",
"scope": null,
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-symdest/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-4.1.1.tgz",
"_shasum": "b842df10d688c7eb6bcfcebd846f3852296b3200",
"_shrinkwrap": null,
"_spec": "glob-stream@^4.0.1",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/gulp-symdest/node_modules/vinyl-fs",
"author": {
"email": "contact@wearefractal.com",
"name": "Fractal",
"url": "http://wearefractal.com/"
},
"bugs": {
"url": "https://github.com/wearefractal/glob-stream/issues"
},
"dependencies": {
"glob": "^4.3.1",
"glob2base": "^0.0.12",
"minimatch": "^2.0.1",
"ordered-read-streams": "^0.1.0",
"through2": "^0.6.1",
"unique-stream": "^2.0.2"
},
"description": "File system globs as a stream",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jshint": "^2.5.10",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "0.0.1",
"rimraf": "^2.2.5",
"should": "^4.3.0"
},
"directories": {},
"dist": {
"shasum": "b842df10d688c7eb6bcfcebd846f3852296b3200",
"tarball": "https://registry.npmjs.org/glob-stream/-/glob-stream-4.1.1.tgz"
},
"engines": {
"node": ">= 0.9"
},
"files": [
"index.js"
],
"gitHead": "6411ea4891d24227f94f302bd52d79584af8fa9b",
"homepage": "https://github.com/wearefractal/glob-stream",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
}
],
"maintainers": [
{
"email": "contact@wearefractal.com",
"name": "fractal"
},
{
"email": "blaine@iceddev.com",
"name": "phated"
}
],
"name": "glob-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wearefractal/glob-stream.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
"test": "jshint && mocha"
},
"version": "4.1.1"
}