2020-05-26 18:17:24 +02:00

137 lines
3.4 KiB
JSON

{
"_args": [
[
"glob-stream@^6.1.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs"
]
],
"_from": "glob-stream@>=6.1.0 <7.0.0",
"_id": "glob-stream@6.1.0",
"_inCache": true,
"_installable": true,
"_location": "/glob-stream",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/glob-stream-6.1.0.tgz_1488055036704_0.16514079086482525"
},
"_npmUser": {
"email": "blaine.bublitz@gmail.com",
"name": "phated"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"name": "glob-stream",
"raw": "glob-stream@^6.1.0",
"rawSpec": "^6.1.0",
"scope": null,
"spec": ">=6.1.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz",
"_shasum": "7045c99413b3eb94888d83ab46d0b404cc7bdde4",
"_shrinkwrap": null,
"_spec": "glob-stream@^6.1.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/vinyl-fs",
"author": {
"email": "team@gulpjs.com",
"name": "Gulp Team",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/glob-stream/issues"
},
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"extend": "^3.0.0",
"glob": "^7.1.1",
"glob-parent": "^3.1.0",
"is-negated-glob": "^1.0.0",
"ordered-read-streams": "^1.0.0",
"pumpify": "^1.3.5",
"readable-stream": "^2.1.5",
"remove-trailing-separator": "^1.0.1",
"to-absolute-glob": "^2.0.0",
"unique-stream": "^2.0.2"
},
"description": "A Readable Stream interface over node-glob.",
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.4.0",
"jscs-preset-gulp": "^1.0.0",
"mississippi": "^1.2.0",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "7045c99413b3eb94888d83ab46d0b404cc7bdde4",
"tarball": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"readable.js"
],
"gitHead": "8210a3c95cabc032088b1a0ff47ccbeb2f83ec52",
"homepage": "https://github.com/gulpjs/glob-stream#readme",
"keywords": [
"files",
"fs",
"glob",
"gulp",
"readable",
"stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "contra",
"email": "contra@wearefractal.com"
},
{
"name": "fractal",
"email": "contact@wearefractal.com"
},
{
"name": "phated",
"email": "blaine.bublitz@gmail.com"
}
],
"name": "glob-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/glob-stream.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js readable.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "6.1.0"
}