File: /var/www/tana/frontend/node_modules/css-select/package.json
{
"_args": [
[
"css-select@1.3.0-rc0",
"C:\\OSPanel\\domains\\tana\\frontend"
]
],
"_development": true,
"_from": "css-select@1.3.0-rc0",
"_id": "css-select@1.3.0-rc0",
"_inBundle": false,
"_integrity": "sha1-b5MZaqrnN2ZuoQNqjLFKj8t6kjE=",
"_location": "/css-select",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-select@1.3.0-rc0",
"name": "css-select",
"escapedName": "css-select",
"rawSpec": "1.3.0-rc0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc0"
},
"_requiredBy": [
"/imagemin-svgo/svgo"
],
"_resolved": "https://registry.npmjs.org/css-select/-/css-select-1.3.0-rc0.tgz",
"_spec": "1.3.0-rc0",
"_where": "C:\\OSPanel\\domains\\tana\\frontend",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"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": "*",
"eslint": "^3.0.0",
"expect.js": "*",
"htmlparser2": "*",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/fb55/css-select#readme",
"keywords": [
"css",
"selector",
"sizzle"
],
"license": "BSD-like",
"name": "css-select",
"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": "eslint index.js lib/*.js test/*.js",
"test": "mocha && npm run lint"
},
"version": "1.3.0-rc0"
}