git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

package.json (1371B)


      1 {
      2   "name": "colors",
      3   "description": "get colors in your node.js console",
      4   "version": "1.1.2",
      5   "author": {
      6     "name": "Marak Squires"
      7   },
      8   "homepage": "https://github.com/Marak/colors.js",
      9   "bugs": {
     10     "url": "https://github.com/Marak/colors.js/issues"
     11   },
     12   "keywords": [
     13     "ansi",
     14     "terminal",
     15     "colors"
     16   ],
     17   "repository": {
     18     "type": "git",
     19     "url": "git+ssh://git@github.com/Marak/colors.js.git"
     20   },
     21   "license": "MIT",
     22   "scripts": {
     23     "test": "node tests/basic-test.js && node tests/safe-test.js"
     24   },
     25   "engines": {
     26     "node": ">=0.1.90"
     27   },
     28   "main": "lib",
     29   "files": [
     30     "examples",
     31     "lib",
     32     "LICENSE",
     33     "safe.js",
     34     "themes"
     35   ],
     36   "gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4",
     37   "_id": "colors@1.1.2",
     38   "_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
     39   "_from": "colors@latest",
     40   "_npmVersion": "2.1.8",
     41   "_nodeVersion": "0.11.13",
     42   "_npmUser": {
     43     "name": "marak",
     44     "email": "marak.squires@gmail.com"
     45   },
     46   "maintainers": [
     47     {
     48       "name": "marak",
     49       "email": "marak.squires@gmail.com"
     50     }
     51   ],
     52   "dist": {
     53     "shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
     54     "tarball": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
     55   },
     56   "directories": {},
     57   "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
     58   "readme": "ERROR: No README data found!"
     59 }