package.json 2.9 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
{
  "_args": [
    [
      {
        "name": "css-select",
        "raw": "css-select@~1.2.0",
        "rawSpec": "~1.2.0",
        "scope": null,
        "spec": ">=1.2.0 <1.3.0",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/cheerio"
    ]
  ],
  "_from": "css-select@>=1.2.0 <1.3.0",
  "_id": "css-select@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/css-select",
  "_nodeVersion": "5.0.0",
  "_npmUser": {
    "email": "me@feedic.com",
    "name": "feedic"
  },
  "_npmVersion": "3.3.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "css-select",
    "raw": "css-select@~1.2.0",
    "rawSpec": "~1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
  "_shasum": "2b3a110539c5355f1cd8d314623e870b121ec858",
  "_shrinkwrap": null,
  "_spec": "css-select@~1.2.0",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/cheerio",
  "author": {
    "email": "me@feedic.com",
    "name": "Felix Boehm"
  },
  "bugs": {
    "url": "https://github.com/fb55/css-select/issues"
  },
  "dependencies": {
    "boolbase": "~1.0.0",
    "css-what": "2.1",
    "domutils": "1.5.1",
    "nth-check": "~1.0.1"
  },
  "description": "a CSS selector compiler/engine",
  "devDependencies": {
    "cheerio-soupselect": "*",
    "coveralls": "*",
    "expect.js": "*",
    "htmlparser2": "*",
    "istanbul": "*",
    "jshint": "2",
    "mocha": "*",
    "mocha-lcov-reporter": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "2b3a110539c5355f1cd8d314623e870b121ec858",
    "tarball": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "09c405d8296bd97a660256604d8cdfb23fca47b6",
  "homepage": "https://github.com/fb55/css-select#readme",
  "jshintConfig": {
    "eqeqeq": true,
    "eqnull": true,
    "freeze": true,
    "globals": {
      "describe": true,
      "it": true
    },
    "latedef": "nofunc",
    "noarg": true,
    "node": true,
    "nonbsp": true,
    "proto": true,
    "quotmark": "double",
    "smarttabs": true,
    "trailing": true,
    "undef": true,
    "unused": true
  },
  "keywords": [
    "css",
    "selector",
    "sizzle"
  ],
  "license": "BSD-like",
  "maintainers": [
    {
      "email": "me@feedic.com",
      "name": "feedic"
    }
  ],
  "name": "css-select",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/fb55/css-select.git"
  },
  "scripts": {
    "coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
    "lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
    "lint": "jshint index.js lib/*.js test/*.js",
    "test": "mocha && npm run lint"
  },
  "version": "1.2.0"
}