| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "to-through@^2.0.0", |
| 3 | "_id": "to-through@2.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", |
| 6 | "_location": "/to-through", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "to-through@^2.0.0", |
| 12 | "name": "to-through", |
| 13 | "escapedName": "to-through", |
| 14 | "rawSpec": "^2.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^2.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/vinyl-fs" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", |
| 22 | "_shasum": "fc92adaba072647bc0b67d6b03664aa195093af6", |
| 23 | "_spec": "to-through@^2.0.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/to-through/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "contributors": [ |
| 35 | { |
| 36 | "name": "Blaine Bublitz", |
| 37 | "email": "blaine.bublitz@gmail.com" |
| 38 | } |
| 39 | ], |
| 40 | "dependencies": { |
| 41 | "through2": "^2.0.3" |
| 42 | }, |
| 43 | "deprecated": false, |
| 44 | "description": "Wrap a ReadableStream in a TransformStream.", |
| 45 | "devDependencies": { |
| 46 | "eslint": "^1.10.3", |
| 47 | "eslint-config-gulp": "^2.0.0", |
| 48 | "expect": "^1.20.2", |
| 49 | "istanbul": "^0.4.3", |
| 50 | "istanbul-coveralls": "^1.0.3", |
| 51 | "jscs": "^2.4.0", |
| 52 | "jscs-preset-gulp": "^1.0.0", |
| 53 | "mississippi": "^1.3.0", |
| 54 | "mocha": "^3.2.0" |
| 55 | }, |
| 56 | "engines": { |
| 57 | "node": ">= 0.10" |
| 58 | }, |
| 59 | "files": [ |
| 60 | "LICENSE", |
| 61 | "index.js" |
| 62 | ], |
| 63 | "homepage": "https://github.com/gulpjs/to-through#readme", |
| 64 | "keywords": [ |
| 65 | "transform", |
| 66 | "readable", |
| 67 | "through", |
| 68 | "wrap" |
| 69 | ], |
| 70 | "license": "MIT", |
| 71 | "main": "index.js", |
| 72 | "name": "to-through", |
| 73 | "repository": { |
| 74 | "type": "git", |
| 75 | "url": "git+https://github.com/gulpjs/to-through.git" |
| 76 | }, |
| 77 | "scripts": { |
| 78 | "cover": "istanbul cover _mocha --report lcovonly", |
| 79 | "coveralls": "npm run cover && istanbul-coveralls", |
| 80 | "lint": "eslint index.js test/ && jscs index.js test/", |
| 81 | "pretest": "npm run lint", |
| 82 | "test": "mocha --async-only" |
| 83 | }, |
| 84 | "version": "2.0.0" |
| 85 | } |