package.json 2.93 KB
{
  "_args": [
    [
      {
        "raw": "cheerio",
        "scope": null,
        "escapedName": "cheerio",
        "name": "cheerio",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT"
    ]
  ],
  "_from": "cheerio@latest",
  "_id": "cheerio@1.0.0-rc.2",
  "_inCache": true,
  "_location": "/cheerio",
  "_nodeVersion": "6.10.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/cheerio-1.0.0-rc.2.tgz_1499017014157_0.4666579710319638"
  },
  "_npmUser": {
    "name": "jugglinmike",
    "email": "mike@mikepennisi.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cheerio",
    "scope": null,
    "escapedName": "cheerio",
    "name": "cheerio",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz",
  "_shasum": "4b9f53a81b27e4d5dac31c0ffd0cfa03cc6830db",
  "_shrinkwrap": null,
  "_spec": "cheerio",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
  "author": {
    "name": "Matt Mueller",
    "email": "mattmuelle@gmail.com",
    "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": "^4.15.0",
    "parse5": "^3.0.1"
  },
  "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": "^3.1.2",
    "xyz": "~1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "4b9f53a81b27e4d5dac31c0ffd0cfa03cc6830db",
    "tarball": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "48eae25c93702a29b8cd0d09c4a2dce2f912d1f4",
  "homepage": "https://github.com/cheeriojs/cheerio#readme",
  "keywords": [
    "htmlparser",
    "jquery",
    "selector",
    "scraper",
    "parser",
    "html"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "mattmueller",
      "email": "mattmuelle@gmail.com"
    },
    {
      "name": "davidchambers",
      "email": "dc@davidchambers.me"
    },
    {
      "name": "jugglinmike",
      "email": "mike@mikepennisi.com"
    },
    {
      "name": "feedic",
      "email": "me@feedic.com"
    }
  ],
  "name": "cheerio",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/cheeriojs/cheerio.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.0.0-rc.2"
}