This utility will walk you through creating a package.json file.
It only covers the most common items, and tries to guess sensible defaults.
See `npmhelp json`for definitive documentation on these fields
and exactly what they do.
Use `npminstall<pkg> --save` afterwards to install a package and
save it as a dependency in the package.json file.
Press ^C at any time to quit.
name: (node_modules) runoob # 模塊名
version: (1.0.0)
description: Node.js 測試模塊(www.xxxxx.com)# 描述
entry point: (index.js)test command: maketestgit repository: https://github.com/xxxxx/xxxxx.git # Github 地址
keywords:
author:
license: (ISC)
About to write to ……/node_modules/package.json: # 生成地址{"name":"runoob",
"version":"1.0.0",
"description":"Node.js 測試模塊(www.runoob.com)",
……# 其他參數(shù)}
Is this ok? (yes): yes