FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gulpExample/node_modules/concat-with-sourcemaps/package.json at master · 20B2/gulpExample · GitHub
20B2
/
gulpExample
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
gulpExample
/
node_modules
/
concat-with-sourcemaps
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
101 lines (101 loc) · 2.88 KB
Breadcrumbs
gulpExample
/
node_modules
/
concat-with-sourcemaps
/
package.json
Copy path
File metadata and controls
101 lines (101 loc) · 2.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
101
{
"_args"
: [
[
{
"raw"
:
"
concat-with-sourcemaps@^1.0.0
"
,
"scope"
:
null
,
"escapedName"
:
"
concat-with-sourcemaps
"
,
"name"
:
"
concat-with-sourcemaps
"
,
"rawSpec"
:
"
^1.0.0
"
,
"spec"
:
"
>=1.0.0 <2.0.0
"
,
"type"
:
"
range
"
},
"
C:
\\
Users
\\
bnod_
\\
Desktop
\\
Dev
\\
JavaScript
\\
gulp
\\
test
\\
node_modules
\\
gulp-concat
"
]
],
"_from"
:
"
concat-with-sourcemaps@>=1.0.0 <2.0.0
"
,
"_id"
:
"
concat-with-sourcemaps@1.0.4
"
,
"_inCache"
:
true
,
"_location"
:
"
/concat-with-sourcemaps
"
,
"_nodeVersion"
:
"
4.1.1
"
,
"_npmUser"
: {
"name"
:
"
floridoo
"
,
"email"
:
"
florian.reiterer@gmail.com
"
},
"_npmVersion"
:
"
3.3.4
"
,
"_phantomChildren"
: {},
"_requested"
: {
"raw"
:
"
concat-with-sourcemaps@^1.0.0
"
,
"scope"
:
null
,
"escapedName"
:
"
concat-with-sourcemaps
"
,
"name"
:
"
concat-with-sourcemaps
"
,
"rawSpec"
:
"
^1.0.0
"
,
"spec"
:
"
>=1.0.0 <2.0.0
"
,
"type"
:
"
range
"
},
"_requiredBy"
: [
"
/gulp-concat
"
],
"_resolved"
:
"
https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz
"
,
"_shasum"
:
"
f55b3be2aeb47601b10a2d5259ccfb70fd2f1dd6
"
,
"_shrinkwrap"
:
null
,
"_spec"
:
"
concat-with-sourcemaps@^1.0.0
"
,
"_where"
:
"
C:
\\
Users
\\
bnod_
\\
Desktop
\\
Dev
\\
JavaScript
\\
gulp
\\
test
\\
node_modules
\\
gulp-concat
"
,
"author"
: {
"name"
:
"
Florian Reiterer
"
,
"email"
:
"
me@florianreiterer.com
"
},
"bugs"
: {
"url"
:
"
https://github.com/floridoo/concat-with-sourcemaps/issues
"
},
"dependencies"
: {
"source-map"
:
"
^0.5.1
"
},
"description"
:
"
Concatenate file contents with a custom separator and generate a source map
"
,
"devDependencies"
: {
"coveralls"
:
"
^2.11.4
"
,
"faucet"
:
"
0.0.1
"
,
"istanbul"
:
"
^0.3.21
"
,
"jshint"
:
"
^2.8.0
"
,
"tape"
:
"
^4.2.0
"
},
"directories"
: {},
"dist"
: {
"shasum"
:
"
f55b3be2aeb47601b10a2d5259ccfb70fd2f1dd6
"
,
"tarball"
:
"
https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz
"
},
"files"
: [
"
index.js
"
,
"
package.json
"
,
"
README.md
"
,
"
LICENSE.md
"
],
"gitHead"
:
"
73d8e16c80e6e376abe6dbf59c81ebb4d28f8427
"
,
"homepage"
:
"
http://github.com/floridoo/concat-with-sourcemaps
"
,
"keywords"
: [
"
concat
"
,
"
source map
"
],
"license"
:
"
ISC
"
,
"main"
:
"
index.js
"
,
"maintainers"
: [
{
"name"
:
"
floridoo
"
,
"email"
:
"
florian.reiterer@gmail.com
"
}
],
"name"
:
"
concat-with-sourcemaps
"
,
"optionalDependencies"
: {},
"readme"
:
"
ERROR: No README data found!
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/floridoo/concat-with-sourcemaps.git
"
},
"scripts"
: {
"cover"
:
"
istanbul cover --dir reports/coverage tape test/*.js
"
,
"coveralls"
:
"
istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage
"
,
"tap"
:
"
tape test/*.js
"
,
"test"
:
"
jshint *.js test/*.js && faucet test/*.js
"
},
"version"
:
"
1.0.4
"
}
Back
|
FazBrowse Home
|
New Git URL