package.json 3.3 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
{
  "_args": [
    [
      {
        "name": "cheerio",
        "raw": "cheerio@*",
        "rawSpec": "*",
        "scope": null,
        "spec": "*",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/gitbook-plugin-anchor-navigation-ex"
    ]
  ],
  "_from": "cheerio@*",
  "_id": "cheerio@0.22.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/cheerio",
  "_nodeVersion": "6.2.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/cheerio-0.22.0.tgz_1471954900169_0.12557715992443264"
  },
  "_npmUser": {
    "email": "mattmuelle@gmail.com",
    "name": "mattmueller"
  },
  "_npmVersion": "3.10.6",
  "_phantomChildren": {},
  "_requested": {
    "name": "cheerio",
    "raw": "cheerio@*",
    "rawSpec": "*",
    "scope": null,
    "spec": "*",
    "type": "range"
  },
  "_requiredBy": [
    "/gitbook-plugin-anchor-navigation-ex"
  ],
  "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz",
  "_shasum": "a9baa860a3f9b595a6b81b1a86873121ed3a269e",
  "_shrinkwrap": null,
  "_spec": "cheerio@*",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/gitbook-plugin-anchor-navigation-ex",
  "author": {
    "email": "mattmuelle@gmail.com",
    "name": "Matt Mueller",
    "url": "mat.io"
  },
  "bugs": {
    "url": "https://github.com/cheeriojs/cheerio/issues"
  },
  "dependencies": {
    "css-select": "~1.2.0",
    "dom-serializer": "~0.1.0",
    "entities": "~1.1.1",
    "htmlparser2": "^3.9.1",
    "lodash.assignin": "^4.0.9",
    "lodash.bind": "^4.1.4",
    "lodash.defaults": "^4.0.1",
    "lodash.filter": "^4.4.0",
    "lodash.flatten": "^4.2.0",
    "lodash.foreach": "^4.3.0",
    "lodash.map": "^4.4.0",
    "lodash.merge": "^4.4.0",
    "lodash.pick": "^4.2.1",
    "lodash.reduce": "^4.4.0",
    "lodash.reject": "^4.4.0",
    "lodash.some": "^4.4.0"
  },
  "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
  "devDependencies": {
    "benchmark": "^2.1.0",
    "coveralls": "^2.11.9",
    "expect.js": "~0.3.1",
    "istanbul": "^0.4.3",
    "jquery": "^3.0.0",
    "jsdom": "^9.2.1",
    "jshint": "^2.9.2",
    "mocha": "^2.5.3",
    "xyz": "~0.5.0"
  },
  "directories": {},
  "dist": {
    "shasum": "a9baa860a3f9b595a6b81b1a86873121ed3a269e",
    "tarball": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "35c4917205dca9d08139c95419e2626c0689e38a",
  "homepage": "https://github.com/cheeriojs/cheerio#readme",
  "keywords": [
    "htmlparser",
    "jquery",
    "selector",
    "scraper",
    "parser",
    "html"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "email": "mattmuelle@gmail.com",
      "name": "mattmueller"
    },
    {
      "email": "dc@davidchambers.me",
      "name": "davidchambers"
    },
    {
      "email": "mike@mikepennisi.com",
      "name": "jugglinmike"
    },
    {
      "email": "me@feedic.com",
      "name": "feedic"
    }
  ],
  "name": "cheerio",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/cheeriojs/cheerio.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.22.0"
}