package.json 3.25 KB
{
  "_args": [
    [
      "cheerio-httpcli@0.7.4",
      "/Users/star/Desktop/YTMT"
    ]
  ],
  "_from": "cheerio-httpcli@0.7.4",
  "_id": "cheerio-httpcli@0.7.4",
  "_inBundle": false,
  "_integrity": "sha512-D2Chqfwdu0xQ/xcX8zxB14I+mT+J5TO9yJlXczcV35clYLKaRnrweAjNrAayyE1fRKTk5JNzN0yhZpVdNP/aXQ==",
  "_location": "/cheerio-httpcli",
  "_phantomChildren": {
    "css-select": "1.2.0",
    "dom-serializer": "0.1.0",
    "entities": "1.1.2",
    "htmlparser2": "3.10.0",
    "ip-regex": "2.1.0",
    "lodash": "4.17.15",
    "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.2",
    "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",
    "safer-buffer": "2.1.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cheerio-httpcli@0.7.4",
    "name": "cheerio-httpcli",
    "escapedName": "cheerio-httpcli",
    "rawSpec": "0.7.4",
    "saveSpec": null,
    "fetchSpec": "0.7.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cheerio-httpcli/-/cheerio-httpcli-0.7.4.tgz",
  "_spec": "0.7.4",
  "_where": "/Users/star/Desktop/YTMT",
  "author": {
    "name": "ktty1220",
    "email": "ktty1220@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ktty1220/cheerio-httpcli/issues"
  },
  "dependencies": {
    "@types/cheerio": "^0.22.10",
    "async": "^2.6.2",
    "cheerio": "^0.22.0",
    "colors": "^1.3.3",
    "foreach": "^2.0.5",
    "he": "^1.2.0",
    "iconv-lite": "^0.4.24",
    "import-fresh": "^3.0.0",
    "jschardet": "^2.1.0",
    "object-assign": "^4.1.1",
    "os-locale": "^3.1.0",
    "prettyjson": "^1.2.1",
    "request": "^2.88.0",
    "rsvp": "^4.8.4",
    "spawn-sync": "^2.0.0",
    "tough-cookie": "^3.0.1",
    "type-of": "^2.0.1",
    "valid-url": "^1.0.9"
  },
  "description": "http client module with cheerio & iconv(-lite) & promise",
  "devDependencies": {
    "@types/node": "^11.10.4",
    "constants": "^0.0.2",
    "dev-null": "^0.1.1",
    "eslint": "^5.15.0",
    "espower-loader": "^1.2.2",
    "intelli-espower-loader": "^1.0.1",
    "isstream": "^0.1.2",
    "istanbul": "^0.4.5",
    "mocha": "^6.0.2",
    "mocha-clean": "^1.0.0",
    "node-static": "^0.7.11",
    "pkg-ok": "^2.3.1",
    "power-assert": "^1.6.1",
    "pre-commit": "^1.2.2",
    "random-string": "^0.2.0",
    "strip-ansi": "^5.0.0",
    "yargs": "^13.2.1"
  },
  "engines": {
    "node": ">=6"
  },
  "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",
    "dts": "tsc -p dts",
    "lint": "eslint lib test example --ext .js",
    "prepublishOnly": "pkg-ok",
    "test": "node testrunner.js || true"
  },
  "typings": "./index.d.ts",
  "version": "0.7.4"
}