Commit fbd73e0 1 parent 10910ae commit fbd73e0 Copy full SHA for fbd73e0
File tree 2 files changed +34
-0
lines changed
2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ "use strict" ;
2
+ module . exports = require ( "@jsdevtools/sourcemapify" ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " sourcemapify" ,
3
+ "version" : " X.X.X" ,
4
+ "description" : " Source Map plugin for Browserify" ,
5
+ "keywords" : [
6
+ " browserify" ,
7
+ " browserify-plugin" ,
8
+ " sourcemap" ,
9
+ " source-map" ,
10
+ " source map"
11
+ ],
12
+ "author" : {
13
+ "name" : " James Messinger" ,
14
+ "url" : " https://jamesmessinger.com"
15
+ },
16
+ "homepage" : " https://jstools.dev/sourcemapify" ,
17
+ "license" : " MIT" ,
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " https://github.com/JS-DevTools/sourcemapify.git"
21
+ },
22
+ "main" : " index.js" ,
23
+ "files" : [
24
+ " index.js"
25
+ ],
26
+ "engines" : {
27
+ "node" : " >=10"
28
+ },
29
+ "dependencies" : {
30
+ "@jsdevtools/sourcemapify" : " X.X.X"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments