1 Star 0 Fork 0

益达/nodegit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "nodegit",
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.27.0",
"homepage": "http://nodegit.org",
"keywords": [
"libgit2",
"git2",
"git",
"native"
],
"license": "MIT",
"author": "Tim Branyen (@tbranyen)",
"contributors": [
{
"name": "John Haley",
"email": "john@haley.io"
},
{
"name": "Max Korp",
"email": "maxkorp@8bytealchemy.com"
},
{
"name": "Tyler Ang-Wanek",
"email": "tylerw@axosoft.com"
}
],
"main": "dist/nodegit.js",
"repository": {
"type": "git",
"url": "git://github.com/nodegit/nodegit.git"
},
"directories": {
"build": "./build",
"lib": "./lib"
},
"engines": {
"node": ">= 12.19.0 < 13 || >= 14.10.0"
},
"dependencies": {
"fs-extra": "^7.0.0",
"got": "^10.7.0",
"json5": "^2.1.0",
"lodash": "^4.17.14",
"nan": "^2.14.1",
"node-gyp": "^4.0.0",
"node-pre-gyp": "^0.13.0",
"ramda": "^0.25.0",
"tar-fs": "^1.16.3"
},
"devDependencies": {
"aws-sdk": "^2.326.0",
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"cheerio": "^1.0.0-rc.2",
"clean-for-publish": "~1.0.2",
"combyne": "~0.8.1",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"js-beautify": "~1.5.10",
"jshint": "^2.9.6",
"lcov-result-merger": "^3.1.0",
"mocha": "^5.2.0",
"walk": "^2.3.9"
},
"binary": {
"module_name": "nodegit",
"module_path": "./build/Release/",
"host": "https://axonodegit.s3.amazonaws.com/nodegit/nodegit/"
},
"scripts": {
"babel": "babel --presets es2015 -d ./dist ./lib",
"cov": "npm run cppcov && npm run filtercov && npm run mergecov",
"coveralls": "cat ./test/coverage/merged.lcov | coveralls",
"cppcov": "mkdir -p test/coverage/cpp && ./lcov-1.10/bin/lcov --gcov-tool /usr/bin/gcov-4.9 --capture --directory build/Release/obj.target/nodegit/src --output-file test/coverage/cpp/lcov_full.info",
"filtercov": "./lcov-1.10/bin/lcov --extract test/coverage/cpp/lcov_full.info $(pwd)/src/* $(pwd)/src/**/* $(pwd)/include/* $(pwd)/include/**/* --output-file test/coverage/cpp/lcov.info && rm test/coverage/cpp/lcov_full.info",
"generateJson": "node generate/scripts/generateJson",
"generateMissingTests": "node generate/scripts/generateMissingTests",
"generateNativeCode": "node generate/scripts/generateNativeCode",
"install": "node lifecycleScripts/preinstall && node lifecycleScripts/install",
"installDebug": "BUILD_DEBUG=true npm install",
"lint": "jshint lib test/tests test/utils examples lifecycleScripts",
"mergecov": "lcov-result-merger 'test/**/*.info' 'test/coverage/merged.lcov' && ./lcov-1.10/bin/genhtml test/coverage/merged.lcov --output-directory test/coverage/report",
"mocha": "mocha --expose-gc test/runner test/tests --timeout 15000",
"mochaDebug": "mocha --expose-gc --debug-brk test/runner test/tests --timeout 15000",
"postinstall": "node lifecycleScripts/postinstall",
"prepublish": "npm run babel",
"rebuild": "node generate && npm run babel && node-gyp configure build",
"rebuildDebug": "node generate && npm run babel && node-gyp configure --debug build",
"recompile": "node-gyp configure build",
"recompileDebug": "node-gyp configure --debug build",
"test": "npm run lint && node --expose-gc test",
"xcodeDebug": "node-gyp configure -- -f xcode"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/edazh/nodegit.git
git@gitee.com:edazh/nodegit.git
edazh
nodegit
nodegit
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385