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
| {
| "name": "css-select-base-adapter",
| "version": "0.1.1",
| "description": "Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.",
| "main": "index.js",
| "scripts": {
| "test": "mocha"
| },
| "repository": {
| "type": "git",
| "url": "https://github.com/nrkn/css-select-base-adapter.git"
| },
| "keywords": [
| "css",
| "select",
| "adapter",
| "css-select"
| ],
| "bugs": {
| "url": "https://github.com/nrkn/css-select-base-adapter/issues"
| },
| "homepage": "https://github.com/nrkn/css-select-base-adapter#readme",
| "author": "Nik Coughlin <nrkn.com@gmail.com>",
| "license": "MIT"
|
| ,"_resolved": "https://registry.npmmirror.com/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz"
| ,"_integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w=="
| ,"_from": "css-select-base-adapter@^0.1.1"
| }
|
|