59naga/chopsticks

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chopsticks",
  "version": "0.6.0",
  "description": "more greedy argument parser like a minimist!",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "abby mocha, build, tap. --watch",
    "test": "abby build, tap, cover.",
    "tap-watch": "abby build, tap --watch --log",
    "tap": "tap test-minimist-v1.2.0/*.js",
    "lint": "eslint src test",
    "cover": "abby cover:*",
    "cover:test": "nyc --reporter=lcov --reporter=text mocha",
    "cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
    "build": "rollup -c",
    "postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
  },
  "abigail": {
    "plugins": {
      "log": false,
      "watch": false,
      "parse": {
        "serial": true,
        "raw": true
      }
    }
  },
  "devDependencies": {
    "@59naga/array.from": "^2.0.2",
    "abigail": "^1.6.1",
    "assert-polyfill": "^0.0.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.7.2",
    "codeclimate-test-reporter": "^0.3.1",
    "conventional-changelog-cli": "^1.1.1",
    "conventional-github-releaser": "^1.1.1",
    "cross-env": "^1.0.7",
    "eslint": "^2.6.0",
    "eslint-config-airbnb": "^6.2.0",
    "lodash.get": "^4.2.0",
    "lodash.set": "^4.1.0",
    "mocha": "^2.4.5",
    "npm-statement": "^0.0.0",
    "nyc": "^6.1.1",
    "power-assert": "^1.3.1",
    "rollup": "^0.26.0",
    "rollup-plugin-babel": "^2.4.0",
    "rollup-plugin-commonjs": "^2.2.1",
    "rollup-plugin-node-resolve": "^1.5.0",
    "rollup-plugin-replace": "^1.1.0",
    "rollup-plugin-uglify": "^0.3.1",
    "shell-quote": "^1.5.0",
    "sinon": "^1.17.3",
    "tap": "^5.7.0",
    "tape": "^4.5.1"
  },
  "keywords": [
    "cli",
    "bin",
    "util",
    "utility",
    "helper",
    "command",
    "line",
    "parser",
    "option",
    "flags",
    "input",
    "cmd",
    "console",
    "argv",
    "getopt",
    "command",
    "option",
    "parser",
    "minimist",
    "optimist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/59naga/chopsticks.git"
  },
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/59naga/chopsticks/issues"
  },
  "homepage": "https://github.com/59naga/chopsticks#readme"
}