brasid/project-lvl3-s382

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "brasid-page-loader",
  "version": "0.5.2",
  "description": "student's project - simple js tool to download pages to local machine",
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brasid/project-lvl3-s382.git"
  },
  "keywords": [
    "node",
    "js",
    "promises",
    "hexlet",
    "http",
    "loader"
  ],
  "author": "alexander fufaev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brasid/project-lvl3-s382/issues"
  },
  "homepage": "https://github.com/brasid/project-lvl3-s382#readme",
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "coveragePathIgnorePatterns": [
      "<rootDir>/src/bin"
    ],
    "coverageReporters": [
      "lcov"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__fixtures__"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-throw-expressions": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "eslint": "^5.12.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.2",
    "jest": "^23.6.0"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.19.0",
    "debug": "^4.1.1",
    "errno": "^0.1.7",
    "fs": "0.0.1-security",
    "http": "0.0.0",
    "javascript-state-machine": "^3.1.0",
    "listr": "^0.14.3",
    "lodash": "^4.17.11",
    "nock": "^10.0.6",
    "os": "^0.1.1",
    "path": "^0.12.7",
    "querystring": "^0.2.0",
    "url": "^0.11.0"
  }
}