Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / git-utils / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "git-utils@^4.0",
        "scope": null,
        "escapedName": "git-utils",
        "name": "git-utils",
        "rawSpec": "^4.0",
        "spec": ">=4.0.0 <5.0.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager"
    ]
  ],
  "_from": "git-utils@>=4.0.0 <5.0.0",
  "_id": "git-utils@4.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/git-utils",
  "_nodeVersion": "4.6.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/git-utils-4.1.4.tgz_1479786863196_0.620369277196005"
  },
  "_npmUser": {
    "name": "damieng",
    "email": "damieng@gmail.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "git-utils@^4.0",
    "scope": null,
    "escapedName": "git-utils",
    "name": "git-utils",
    "rawSpec": "^4.0",
    "spec": ">=4.0.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager"
  ],
  "_resolved": "https://registry.npmjs.org/git-utils/-/git-utils-4.1.4.tgz",
  "_shasum": "b92d31f61fcb4c736f4a78314de36e41b9fc7d68",
  "_shrinkwrap": null,
  "_spec": "git-utils@^4.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager",
  "author": {
    "name": "Kevin Sawicki",
    "email": "kevin@github.com"
  },
  "bugs": {
    "url": "https://github.com/atom/git-utils/issues"
  },
  "contributors": [
    {
      "name": "Garen J. Torikian",
      "email": "gjtorikian@gmail.com"
    }
  ],
  "dependencies": {
    "fs-plus": "^2.1.0",
    "nan": "^2.0.0"
  },
  "description": "A package for using Git repositories",
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-cli": "~0.1.6",
    "grunt-coffeelint": "0.0.6",
    "grunt-contrib-coffee": "~0.9.0",
    "grunt-shell": "~0.2.1",
    "jasmine-focused": "^1.0.4",
    "node-cpplint": "~0.1.5",
    "temp": "~0.5.0",
    "underscore": "~1.5.2",
    "wrench": "~1.4.4"
  },
  "directories": {},
  "dist": {
    "shasum": "b92d31f61fcb4c736f4a78314de36e41b9fc7d68",
    "tarball": "https://registry.npmjs.org/git-utils/-/git-utils-4.1.4.tgz"
  },
  "gitHead": "cd4b19d906850fd3a924a6d2075c9399e6fda94e",
  "gypfile": true,
  "homepage": "http://atom.github.io/git-utils",
  "keywords": [
    "git",
    "libgit2",
    "dvcs",
    "vcs"
  ],
  "license": "MIT",
  "main": "./lib/git.js",
  "maintainers": [
    {
      "name": "atom",
      "email": "nathan@github.com"
    },
    {
      "name": "benogle",
      "email": "ogle.ben@gmail.com"
    },
    {
      "name": "damieng",
      "email": "damieng@gmail.com"
    },
    {
      "name": "izuzak",
      "email": "izuzak@gmail.com"
    },
    {
      "name": "joshaber",
      "email": "joshaber@gmail.com"
    },
    {
      "name": "kevinsawicki",
      "email": "kevinsawicki@gmail.com"
    },
    {
      "name": "nathansobo",
      "email": "nathan@github.com"
    },
    {
      "name": "probablycorey",
      "email": "probablycorey@gmail.com"
    },
    {
      "name": "zcbenz",
      "email": "zcbenz@gmail.com"
    }
  ],
  "name": "git-utils",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atom/git-utils.git"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "prepublish": "grunt clean coffee lint",
    "test": "grunt test"
  },
  "version": "4.1.4"
}