isomorphic-git
Version:
Node library for interacting with git repositories, circa 2017
77 lines (76 loc) • 2.19 kB
JSON
{
"name": "isomorphic-git",
"version": "0.0.1",
"description": "Node library for interacting with git repositories, circa 2017",
"main": "lib/index.js",
"bin": "lib/cli.js",
"scripts": {
"format": "prettier-standard src/**/*.js test/**/*.js",
"lint": "standard src/**/*.js",
"watch": "babel src --watch --out-dir lib --source-maps inline",
"build": "babel src --out-dir lib --source-maps",
"test": "npm run build && ava",
"on-pull-request": "npm run format && npm run lint && npm run test",
"ban": "ban",
"precommit": "ban && prettier-standard src/**/*.js test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmhilton/esgit.git"
},
"keywords": [
"git"
],
"author": "William Hilton <wmhilton@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/wmhilton/esgit/issues"
},
"homepage": "https://github.com/wmhilton/esgit#readme",
"dependencies": {
"async-lock": "^1.0.0",
"axios": "^0.16.2",
"buffer": "^5.0.7",
"buffercursor": "0.0.12",
"github-url-to-object": "^4.0.2",
"ini": "^1.3.4",
"lockfile": "^1.0.3",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.sortby": "^4.7.0",
"minimisted": "^2.0.0",
"openpgp": "^2.5.10",
"pad": "^1.1.0",
"pako": "^1.0.5",
"parse-link-header": "^1.0.1",
"pify": "^3.0.0",
"shasum": "^1.0.2",
"simple-concat": "^1.0.0",
"simple-get": "^2.7.0",
"write-file-atomic": "^2.3.0"
},
"devDependencies": {
"ava": "^0.21.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"ban-sensitive-files": "^1.9.0",
"husky": "^0.14.3",
"jsonfile": "^3.0.1",
"ncp": "^2.0.0",
"nock": "^9.0.17",
"parse-header-stream": "^1.1.1",
"prettier-standard": "^6.0.0",
"standard": "^10.0.3",
"stream-equal": "^1.0.1",
"temp": "^0.8.3"
},
"ava": {
"source": [
"lib/**"
]
}
}