UNPKG
csaetucalc
Version:
latest (1.0.0)
1.0.0
这是一个简单好用包含加减乘除的方程式计算器,能满足基本的计算方法。
csaetucalc
/
package.json
12 lines
•
361 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"name"
:
"csaetucalc"
,
"version"
:
"1.0.0"
,
"description"
:
"这是一个简单好用包含加减乘除的方程式计算器,能满足基本的计算方法。"
,
"main"
:
"calc.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"简单好用"
,
"计算器"
,
"wujingshi"
],
"author"
:
""
,
"license"
:
"ISC"
}