59naga/npm-tarball

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "npm-tarball",
  "description": "download tarball of npm registry with stream/promise api",
  "version": "0.1.1",
  "main": "lib",
  "files": [
    "lib"
  ],
  "dependencies": {
    "bluebird": "^3.4.0",
    "request": "^2.72.0",
    "semver": "^5.1.0"
  },
  "scripts": {
    "start": "mocha --watch",
    "test": "mocha",
    "cover": "abby cover:*",
    "cover:test": "nyc --reporter=lcov --reporter=text npm test",
    "cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
    "lint": "eslint src test",
    "build": "abby \"babel src --out-dir lib --source-maps\" --env",
    "postversion": "git push --follow-tags && conventional-github-releaser -p atom -r 0"
  },
  "devDependencies": {
    "abigail": "^1.7.1",
    "assert-exception": "^1.1.0",
    "babel-cli": "^6.9.0",
    "babel-eslint": "^6.0.4",
    "babel-plugin-transform-bluebird": "^0.1.1",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.9.0",
    "codeclimate-test-reporter": "^0.3.2",
    "conventional-github-releaser": "^1.1.2",
    "eslint": "^2.11.1",
    "eslint-config-import": "^0.13.0",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-promise": "^1.3.2",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.5.3",
    "mocha.parallel": "^0.12.0",
    "npm-statement": "^0.0.0",
    "nyc": "^6.4.4",
    "power-assert": "^1.4.1",
    "stream-to-promise": "^1.1.1",
    "streamifier": "^0.1.1",
    "tar": "^2.2.1"
  },
  "keywords": [
    "npm",
    "registry",
    "package",
    "tarball",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/59naga/npm-tarball.git"
  },
  "bugs": {
    "url": "https://github.com/59naga/npm-tarball/issues"
  },
  "homepage": "https://github.com/59naga/npm-tarball#readme",
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT"
}