| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "glob-stream@^6.1.0", |
| 3 | "_id": "glob-stream@6.1.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", |
| 6 | "_location": "/glob-stream", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "glob-stream@^6.1.0", |
| 12 | "name": "glob-stream", |
| 13 | "escapedName": "glob-stream", |
| 14 | "rawSpec": "^6.1.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^6.1.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/vinyl-fs" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", |
| 22 | "_shasum": "7045c99413b3eb94888d83ab46d0b404cc7bdde4", |
| 23 | "_spec": "glob-stream@^6.1.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\vinyl-fs", |
| 25 | "author": { |
| 26 | "name": "Gulp Team", |
| 27 | "email": "team@gulpjs.com", |
| 28 | "url": "http://gulpjs.com/" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/gulpjs/glob-stream/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Eric Schoffstall", |
| 37 | "email": "yo@contra.io" |
| 38 | }, |
| 39 | { |
| 40 | "name": "Blaine Bublitz", |
| 41 | "email": "blaine.bublitz@gmail.com" |
| 42 | } |
| 43 | ], |
| 44 | "dependencies": { |
| 45 | "extend": "^3.0.0", |
| 46 | "glob": "^7.1.1", |
| 47 | "glob-parent": "^3.1.0", |
| 48 | "is-negated-glob": "^1.0.0", |
| 49 | "ordered-read-streams": "^1.0.0", |
| 50 | "pumpify": "^1.3.5", |
| 51 | "readable-stream": "^2.1.5", |
| 52 | "remove-trailing-separator": "^1.0.1", |
| 53 | "to-absolute-glob": "^2.0.0", |
| 54 | "unique-stream": "^2.0.2" |
| 55 | }, |
| 56 | "deprecated": false, |
| 57 | "description": "A Readable Stream interface over node-glob.", |
| 58 | "devDependencies": { |
| 59 | "eslint": "^1.10.3", |
| 60 | "eslint-config-gulp": "^2.0.0", |
| 61 | "expect": "^1.19.0", |
| 62 | "istanbul": "^0.4.3", |
| 63 | "istanbul-coveralls": "^1.0.3", |
| 64 | "jscs": "^2.4.0", |
| 65 | "jscs-preset-gulp": "^1.0.0", |
| 66 | "mississippi": "^1.2.0", |
| 67 | "mocha": "^2.4.5" |
| 68 | }, |
| 69 | "engines": { |
| 70 | "node": ">= 0.10" |
| 71 | }, |
| 72 | "files": [ |
| 73 | "index.js", |
| 74 | "readable.js", |
| 75 | "LICENSE" |
| 76 | ], |
| 77 | "homepage": "https://github.com/gulpjs/glob-stream#readme", |
| 78 | "keywords": [ |
| 79 | "glob", |
| 80 | "stream", |
| 81 | "gulp", |
| 82 | "readable", |
| 83 | "fs", |
| 84 | "files" |
| 85 | ], |
| 86 | "license": "MIT", |
| 87 | "main": "index.js", |
| 88 | "name": "glob-stream", |
| 89 | "repository": { |
| 90 | "type": "git", |
| 91 | "url": "git+https://github.com/gulpjs/glob-stream.git" |
| 92 | }, |
| 93 | "scripts": { |
| 94 | "cover": "istanbul cover _mocha --report lcovonly", |
| 95 | "coveralls": "npm run cover && istanbul-coveralls", |
| 96 | "lint": "eslint . && jscs index.js readable.js test/", |
| 97 | "pretest": "npm run lint", |
| 98 | "test": "mocha --async-only" |
| 99 | }, |
| 100 | "version": "6.1.0" |
| 101 | } |