TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

package.json – An interactive guide

31 点作者 fidanov超过 12 年前

2 条评论

JangoSteve超过 12 年前
Weird, I made something exactly like this about a year ago [1]. I think theirs is more complete by now. I also made a package.json generator to go along with it [2], though that is more specifically for front-end javascript packages, so it doesn't have all the fields.<p>[1] <a href="http://jspkg.com/package_json" rel="nofollow">http://jspkg.com/package_json</a><p>[2] <a href="http://jspkg.com/generator" rel="nofollow">http://jspkg.com/generator</a>
评论 #4824943 未加载
asynchrony超过 12 年前
Am I the only who really dislikes the use of the word "binary" to simply mean "executable"?<p>In particular, calling an executable js file a "binary script" just seems wrong.