95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "glob-stream@^5.3.2",
|
||
|
"_id": "glob-stream@5.3.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=",
|
||
|
"_location": "/glob-stream",
|
||
|
"_phantomChildren": {
|
||
|
"core-util-is": "1.0.2",
|
||
|
"inflight": "1.0.6",
|
||
|
"inherits": "2.0.3",
|
||
|
"minimatch": "3.0.4",
|
||
|
"once": "1.4.0",
|
||
|
"path-is-absolute": "1.0.1",
|
||
|
"xtend": "4.0.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "glob-stream@^5.3.2",
|
||
|
"name": "glob-stream",
|
||
|
"escapedName": "glob-stream",
|
||
|
"rawSpec": "^5.3.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^5.3.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/vinyl-fs"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz",
|
||
|
"_shasum": "a55665a9a8ccdc41915a87c701e32d4e016fad22",
|
||
|
"_spec": "glob-stream@^5.3.2",
|
||
|
"_where": "/home/nathan/Projects/Upsilon/UpsilonVsCodeLanguageServer/Client/node_modules/vinyl-fs",
|
||
|
"author": {
|
||
|
"name": "Gulp Team",
|
||
|
"email": "team@gulpjs.com",
|
||
|
"url": "http://gulpjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gulpjs/glob-stream/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [],
|
||
|
"dependencies": {
|
||
|
"extend": "^3.0.0",
|
||
|
"glob": "^5.0.3",
|
||
|
"glob-parent": "^3.0.0",
|
||
|
"micromatch": "^2.3.7",
|
||
|
"ordered-read-streams": "^0.3.0",
|
||
|
"through2": "^0.6.0",
|
||
|
"to-absolute-glob": "^0.1.1",
|
||
|
"unique-stream": "^2.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "A wrapper around node-glob to make it streamy",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^2.11.2",
|
||
|
"eslint": "^1.7.3",
|
||
|
"eslint-config-gulp": "^2.0.0",
|
||
|
"istanbul": "^0.3.0",
|
||
|
"istanbul-coveralls": "^1.0.1",
|
||
|
"jscs": "^2.3.5",
|
||
|
"jscs-preset-gulp": "^1.0.0",
|
||
|
"mocha": "^2.0.0",
|
||
|
"mocha-lcov-reporter": "^0.0.2",
|
||
|
"rimraf": "^2.2.5",
|
||
|
"should": "^7.1.0",
|
||
|
"stream-sink": "^1.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "http://gulpjs.com",
|
||
|
"keywords": [
|
||
|
"glob",
|
||
|
"stream"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "glob-stream",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gulpjs/glob-stream.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls",
|
||
|
"lint": "eslint . && jscs . test/",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "5.3.5"
|
||
|
}
|