2 Star 0 Fork 0

mirrors_jprichardson/node-packpath

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
JP Richardson 提交于 2013-01-29 09:53 . Update version.
{
"name": "packpath",
"version": "0.1.0",
"description": "Find the path(s) package.json.",
"homepage": [
"https://github.com/jprichardson/node-packpath"
],
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-packpath"
},
"keywords": [
"require",
"package",
"path",
"resolve",
"package.json",
"find"
],
"author": "JP Richardson <jprichardson@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jprichardson/node-packpath/raw/master/LICENSE"
}
],
"devDepdencies": {
"mocha": "*"
},
"main": "./lib/packpath",
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"testutil": "~0.4.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jprichardson/node-packpath.git
git@gitee.com:mirrors_jprichardson/node-packpath.git
mirrors_jprichardson
node-packpath
node-packpath
master

搜索帮助