1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/glob-stream/package.json

85 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "glob-stream@^3.1.5",
2023-12-18 13:12:25 +08:00
"_id": "glob-stream@3.1.18",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-owHtlMMXIAbxLjhUAO0HhW1/TB7kV0AwDduI3BLbYsWCaRzNIcLBu8N0wHZft2Za2SCmUXCEOdpZzC7k/H19eg==",
2023-12-18 13:12:25 +08:00
"_location": "/glob-stream",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"core-util-is": "1.0.3",
2023-12-18 13:12:25 +08:00
"inherits": "2.0.4",
"isarray": "0.0.1",
"string_decoder": "0.10.31",
2024-01-16 21:26:16 +08:00
"xtend": "4.0.2"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "glob-stream@^3.1.5",
2023-12-18 13:12:25 +08:00
"name": "glob-stream",
"escapedName": "glob-stream",
2024-01-16 21:26:16 +08:00
"rawSpec": "^3.1.5",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^3.1.5"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/vinyl-fs"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/glob-stream/-/glob-stream-3.1.18.tgz",
"_shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
"_spec": "glob-stream@^3.1.5",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\vinyl-fs",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"bugs": {
"url": "https://github.com/wearefractal/glob-stream/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"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": "^1.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"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"
},
"engines": {
"node": ">= 0.9"
},
"files": [
"index.js"
],
"homepage": "http://github.com/wearefractal/glob-stream",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
}
],
"main": "./index.js",
"name": "glob-stream",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/glob-stream.git"
},
"scripts": {
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls",
"test": "mocha --reporter spec && jshint"
},
"version": "3.1.18"
}