package.json 3.43 KB
{
  "_from": "cheerio-httpcli",
  "_id": "cheerio-httpcli@0.7.3",
  "_inBundle": false,
  "_integrity": "sha512-6grjmuzSwjv/8gsDwZcNbrWL5Ce9trbrO4rkqSJC7ci3DmDkePFAmXfMZgokO8xiy9ZvRMT2jxvwTlt6e5cHTA==",
  "_location": "/cheerio-httpcli",
  "_phantomChildren": {
    "css-select": "1.2.0",
    "dom-serializer": "0.1.0",
    "entities": "1.1.2",
    "htmlparser2": "3.10.0",
    "lodash.assignin": "4.2.0",
    "lodash.bind": "4.2.1",
    "lodash.defaults": "4.2.0",
    "lodash.filter": "4.6.0",
    "lodash.flatten": "4.4.0",
    "lodash.foreach": "4.5.0",
    "lodash.map": "4.6.0",
    "lodash.merge": "4.6.1",
    "lodash.pick": "4.4.0",
    "lodash.reduce": "4.6.0",
    "lodash.reject": "4.6.0",
    "lodash.some": "4.6.0",
    "psl": "1.1.29",
    "punycode": "2.1.1"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "cheerio-httpcli",
    "name": "cheerio-httpcli",
    "escapedName": "cheerio-httpcli",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cheerio-httpcli/-/cheerio-httpcli-0.7.3.tgz",
  "_shasum": "a8a00032abeadda909849e5d28bdb500242f11a7",
  "_spec": "cheerio-httpcli",
  "_where": "D:\\OSS project\\YTMT\\routes",
  "author": {
    "name": "ktty1220",
    "email": "ktty1220@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ktty1220/cheerio-httpcli/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/cheerio": "^0.22.7",
    "async": "^2.6.0",
    "cheerio": "^0.22.0",
    "colors": "^1.2.1",
    "foreach": "^2.0.5",
    "he": "^1.1.1",
    "iconv-lite": "^0.4.21",
    "jschardet": "^1.6.0",
    "object-assign": "^4.1.1",
    "os-locale": "^2.1.0",
    "prettyjson": "^1.2.1",
    "request": "^2.85.0",
    "require-uncached": "^1.0.3",
    "rsvp": "^4.8.2",
    "spawn-sync": "^1.0.15",
    "tough-cookie": "^2.3.4",
    "type-of": "^2.0.1",
    "valid-url": "^1.0.9"
  },
  "deprecated": false,
  "description": "http client module with cheerio & iconv(-lite) & promise",
  "devDependencies": {
    "@types/node": "^8.0.47",
    "constants": "^0.0.2",
    "dev-null": "^0.1.1",
    "eslint": "^4.19.1",
    "espower-loader": "^1.2.2",
    "intelli-espower-loader": "^1.0.1",
    "isstream": "^0.1.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1",
    "mocha-clean": "^1.0.0",
    "node-static": "^0.7.10",
    "pkg-ok": "^2.2.0",
    "power-assert": "^1.5.0",
    "pre-commit": "^1.2.2",
    "random-string": "^0.2.0",
    "strip-ansi": "^4.0.0",
    "yargs": "^11.0.0"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/ktty1220/cheerio-httpcli#readme",
  "keywords": [
    "cheerio",
    "http",
    "dom",
    "scrape"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "cheerio-httpcli",
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ktty1220/cheerio-httpcli.git"
  },
  "scripts": {
    "cov": "istanbul cover -x index.js -x testrunner.js testrunner.js -- -R nyan || true",
    "cs": "jscs lib test example || true",
    "dep": "depcheck --parsers=*.js:es6,*.json:json --ignores=iconv-lite,os-locale,constants,pre-commit,@types/*,espower-loader || true",
    "dts": "tsc -p dts",
    "lint": "eslint lib test example --ext .js",
    "prepublish": "pkg-ok",
    "test": "node testrunner.js || true",
    "todo": "leasot -S lib/**/**/* test/** example/** || true"
  },
  "typings": "./index.d.ts",
  "version": "0.7.3"
}