{ "author": "Felix Böhm (http://feedic.com)", "name": "css-what", "description": "a CSS selector parser", "version": "2.1.3", "repository": { "url": "https://github.com/fb55/css-what" }, "main": "./index.js", "files": [ "index.js" ], "scripts": { "test": "node tests/test.js && jshint *.js" }, "dependencies": {}, "devDependencies": { "jshint": "2" }, "optionalDependencies": {}, "engines": { "node": "*" }, "license": "BSD-2-Clause", "jshintConfig": { "eqeqeq": true, "freeze": true, "latedef": "nofunc", "noarg": true, "nonbsp": true, "undef": true, "unused": true, "eqnull": true, "proto": true, "node": true, "globals": { "describe": true, "it": true } }, "prettier": { "tabWidth": 4 }, "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)", "_from": "css-what@2.1.3", "_resolved": "https://registry.npm.taobao.org/css-what/download/css-what-2.1.3.tgz?cache=0&sync_timestamp=1602571008205&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcss-what%2Fdownload%2Fcss-what-2.1.3.tgz" }