2 Star 0 Fork 0

mirrors_jprichardson/node-path-extra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan Zimmerman 提交于 2019-09-23 12:37 . 4.3.0
{
"name": "path-extra",
"version": "4.3.0",
"description": "path-extra contains methods that aren't included in the vanilla Node.js path package.",
"homepage": "https://github.com/jprichardson/node-path-extra",
"repository": {
"type": "git",
"url": "https://github.com/jprichardson/node-path-extra"
},
"keywords": [
"fs",
"file",
"file system",
"path"
],
"author": "JP Richardson <jprichardson@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "*",
"standard": "*"
},
"main": "./lib/path.js",
"typings": "./types/index.d.ts",
"scripts": {
"test": "standard && mocha"
},
"dependencies": {
"replace-ext": "^1.0.0",
"escape-string-regexp": "^1.0.5"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jprichardson/node-path-extra.git
git@gitee.com:mirrors_jprichardson/node-path-extra.git
mirrors_jprichardson
node-path-extra
node-path-extra
master

搜索帮助