UNPKG

2.8 kBJSONView Raw
1{
2 "name": "gupack",
3 "version": "2.2.52",
4 "description": "(基于gulp的前端构建工具, 支持browserify、webpack对入口文件编译)Based on the front-end build tools of gulp",
5 "keyword": "javascript, nodejs, gulp, babel, browserify, webpack",
6 "keywords": [
7 "javascript",
8 "nodejs",
9 "gulp",
10 "babel",
11 "browserify",
12 "vue",
13 "react",
14 "webpack"
15 ],
16 "author": {
17 "name": "Rodey Luo",
18 "email": "rodeyluo@gmail.com"
19 },
20 "license": "MIT",
21 "repository": {
22 "type": "git",
23 "url": "git+https://github.com/RodeyManager/gupack.git"
24 },
25 "homepage": "https://github.com/RodeyManager/gupack.git#readme",
26 "bin": {
27 "gupack": "./bin/gupack.js",
28 "gp": "./bin/gupack.js"
29 },
30 "main": "index",
31 "files": [
32 "index.js",
33 "bin",
34 "lib",
35 "shell",
36 "templates.json",
37 "mocha.opts"
38 ],
39 "dependencies": {
40 "chalk": "^1.1.3",
41 "chokidar": "3.5.1",
42 "cli-spinners": "^1.0.0",
43 "commander": "^2.11.0",
44 "dateformat": "^3.0.3",
45 "download-github-repo": "^0.1.3",
46 "extend": "^3.0.1",
47 "fs-extra": "^0.30.0",
48 "fs-readdir-recursive": "^1.0.0",
49 "ftp": "^0.3.10",
50 "gulp": "3.9.1",
51 "gulp-clean": "^0.3.2",
52 "gulp-load-plugins": "^1.5.0",
53 "gulp-plumber": "^1.1.0",
54 "gulp-shell": "0.6.5",
55 "http-proxy": "^1.16.2",
56 "inquirer": "^3.2.1",
57 "lodash": "^4.17.4",
58 "map-stream": "0.0.7",
59 "micromatch": "^4.0.2",
60 "minimist": "^1.2.0",
61 "mocha": "^3.5.0",
62 "ora": "^2.0.0",
63 "pako": "^1.0.3",
64 "parents": "^1.0.1",
65 "plugin-error": "^1.0.1",
66 "pretty-hrtime": "^1.0.3",
67 "prompt": "^1.0.0",
68 "ssh2": "^0.5.5",
69 "through2": "^2.0.3",
70 "user-home": "^2.0.0",
71 "vinyl-fs": "^2.4.4",
72 "ws": "^3.1.0",
73 "yargs": "^12.0.1",
74 "graceful-fs": "^4.2.6"
75 },
76 "_npmUser": {
77 "name": "rodey",
78 "email": "rodeyluo@gmail.com"
79 },
80 "engines": {
81 "nodejs": ">=7.0",
82 "npm": ">=3.10.8"
83 },
84 "devDependencies": {
85 "gulp-autoprefixer": "^3.1.0",
86 "gulp-concat": "^2.6.0",
87 "gulp-displace": "^1.0.4",
88 "gulp-htmlmin": "^3.0.0",
89 "gulp-jsminer": "^2.0.3",
90 "gulp-merge-css": "^1.0.1",
91 "gulp-recache": "^1.0.5",
92 "gulp-tag-include": "^1.1.6",
93 "gulp-uglifycss": "^1.0.4"
94 },
95 "preinstall": "npx npm-force-resolutions",
96 "resolutions": {
97 "graceful-fs": "^4.2.6"
98 }
99}
\No newline at end of file