File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " serialize-javascript" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Serialize JavaScript to a superset of JSON that includes regular expressions and functions." ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " https://github.com/yahoo/serialize-javascript.git"
12
+ },
13
+ "keywords" : [
14
+ " serialize" ,
15
+ " serialization" ,
16
+ " javascript" ,
17
+ " js" ,
18
+ " json"
19
+ ],
20
+ "author" : " Eric Ferraiuolo <edf@ericf.me>" ,
21
+ "license" : " BSD" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/yahoo/serialize-javascript/issues"
24
+ },
25
+ "homepage" : " https://github.com/yahoo/serialize-javascript"
26
+ }
You can’t perform that action at this time.
0 commit comments