-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.22 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_args": [
[
"gulp-patch@^0.1.4",
"C:\\Work\\SimpleCrowdfunding"
]
],
"_from": "gulp-patch@>=0.1.4 <0.2.0",
"_id": "gulp-patch@0.1.4",
"_inCache": true,
"_installable": true,
"_location": "/gulp-patch",
"_nodeVersion": "4.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/gulp-patch-0.1.4.tgz_1463043963162_0.9538169766310602"
},
"_npmUser": {
"email": "hermankan@mail.ru",
"name": "hermankan"
},
"_npmVersion": "3.8.0",
"_phantomChildren": {},
"_requested": {
"name": "gulp-patch",
"raw": "gulp-patch@^0.1.4",
"rawSpec": "^0.1.4",
"scope": null,
"spec": ">=0.1.4 <0.2.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_shasum": "3ec2b8bb66def956bebd97b6e79f69c55cf6dc77",
"_shrinkwrap": null,
"_spec": "gulp-patch@^0.1.4",
"_where": "C:\\Work\\SimpleCrowdfunding",
"author": {
"email": "hermankan@mail.ru",
"name": "Herman Kan"
},
"bugs": {
"url": "https://github.com/hermankan/gulp-patch/issues"
},
"dependencies": {
"del": "^2.2.0",
"mkdirp": "^0.5.1",
"through2": "^2.0.1",
"vinyl": "^1.1.1",
"vinyl-fs": "^2.4.3"
},
"description": "Create and apply a patch of new/changed/deleted files",
"devDependencies": {
"gulp": "^3.9.1"
},
"directories": {},
"dist": {
"shasum": "3ec2b8bb66def956bebd97b6e79f69c55cf6dc77",
"tarball": "https://registry.npmjs.org/gulp-patch/-/gulp-patch-0.1.4.tgz"
},
"engines": {
"node": ">=4.3.1"
},
"files": [
"index.js"
],
"gitHead": "fca664b812b18919fb1f98c655f8dc2183e4ce4f",
"homepage": "https://github.com/hermankan/gulp-patch#readme",
"keywords": [
"gulpplugin",
"patch",
"diff",
"deployment",
"file",
"changed",
"modified",
"updated",
"new",
"deleted",
"removed"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "hermankan@mail.ru",
"name": "hermankan"
}
],
"name": "gulp-patch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hermankan/gulp-patch.git"
},
"scripts": {},
"version": "0.1.4"
}