UNPKG

909 BJSONView Raw
1{
2 "name": "gulp-vinyl-size",
3 "version": "1.1.4",
4 "description": "Log size of files in the stream",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest"
8 },
9 "jest": {
10 "coverageDirectory": "./coverage/",
11 "collectCoverage": true
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/burntcustard/gulp-vinyl-size.git"
16 },
17 "author": "burntcustard <burntcustard@gmail.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/burntcustard/gulp-vinyl-size/issues"
21 },
22 "homepage": "https://github.com/burntcustard/gulp-vinyl-size#readme",
23 "keywords": [
24 "gulpplugin",
25 "filesize",
26 "file",
27 "size",
28 "log",
29 "measure",
30 "gzip"
31 ],
32 "dependencies": {
33 "fancy-log": "^2.0.0",
34 "filesize": "^9.0.11",
35 "gzip-size": "^6.0.0"
36 },
37 "devDependencies": {
38 "gulp": "^4.0.2",
39 "jest": "^29.6.2",
40 "vinyl": "^3.0.0"
41 }
42}