File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "main" : " json-bufferify.js" ,
55 "description" : " Convert JSON to ArrayBuffer and Revert ArrayBuffer to JSON." ,
6+ "author" : " LangZhai (智能小菜菜)" ,
7+ "license" : " LGPL-3.0+" ,
68 "scripts" : {
79 "test" : " echo \" Error: no test specified\" && exit 1"
810 },
9- "author" : " LangZhai" ,
10- "license" : " LGPL-3.0+" ,
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " https://github.com/LangZhai/nodejs-exercises/tree/master/modules/json-bufferify"
14- }
13+ "url" : " git+https://github.com/LangZhai/json-bufferify.git"
14+ },
15+ "keywords" : [
16+ " JSON" ,
17+ " ArrayBuffer" ,
18+ " bufferify"
19+ ],
20+ "bugs" : {
21+ "url" : " https://github.com/LangZhai/json-bufferify/issues"
22+ },
23+ "homepage" : " https://github.com/LangZhai/json-bufferify#readme"
1524}
You can’t perform that action at this time.
0 commit comments