UNPKG
tcalc65
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
一个计算器功能包
tcalc65
/
package.json
18 lines
(16 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name"
:
"tcalc65"
,
"version"
:
"1.0.4"
,
"description"
:
"一个计算器功能包"
,
"main"
:
"index.js"
,
"scripts"
: {
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"keywords"
: [
"加法"
,
"乘法"
,
"计算"
],
"author"
:
"ivan"
,
"license"
:
"ISC"
}