123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- {
- "_args": [
- [
- "css-select@^1.1.0",
- "/home/seleznev/project Angular/Quality system/node_modules/renderkid"
- ]
- ],
- "_from": "css-select@>=1.1.0 <2.0.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.1.0",
- "rawSpec": "^1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/renderkid"
- ],
- "_resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
- "_shasum": "2b3a110539c5355f1cd8d314623e870b121ec858",
- "_shrinkwrap": null,
- "_spec": "css-select@^1.1.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/renderkid",
- "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": [
- {
- "name": "feedic",
- "email": "me@feedic.com"
- }
- ],
- "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"
- }
|