-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
72 lines (72 loc) · 1.81 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gulp-deleted",
"description": "The gulp plugin `gulp-deleted` allows you to remove files from the destination folder which do no exist in the stream",
"version": "2.1.0",
"scripts": {
"pretest": "yarn install",
"test": "mocha"
},
"author": {
"name": "Oliver Foster",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/agarzola/gulp-deleted.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=18 <21"
},
"license": {
"type": "MIT",
"url": "http://github.com/agarzola/gulp-deleted/raw/master/LICENSE"
},
"dependencies": {
"del": "^6.1.1",
"glob-all": "^3.0.1",
"lodash.difference": "^4.5.0",
"through": "^2.3.4"
},
"keywords": [
"gulp",
"gulpplugin",
"minimatch",
"clean",
"dest",
"pipe"
],
"bugs": {
"url": "https://github.com/agarzola/gulp-deleted/issues"
},
"homepage": "https://github.com/agarzola/gulp-deleted",
"maintainers": [
{
"name": "Alfonso Gómez-Arzola",
"email": "[email protected]"
}
],
"gitHead": "3ee77bef6af21930ecc438e44ea4c62a0ade9a17",
"_shasum": "502a94f7fcb7cb78fbc238a53dea572d52efb9d1",
"_from": "gulp-deleted@",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "oliver.foster",
"email": "[email protected]"
},
"dist": {
"shasum": "502a94f7fcb7cb78fbc238a53dea572d52efb9d1",
"tarball": "http://registry.npmjs.org/gulp-deleted/-/gulp-deleted-0.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-deleted/-/gulp-deleted-0.0.1.tgz",
"readme": "ERROR: No README data found!",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.1",
"sinon": "^17.0.0",
"sinon-chai": "^3.3.0",
"vinyl": "^3.0.0"
}
}