54 lines
1.5 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "css-select-base-adapter@^0.1.1",
"_id": "css-select-base-adapter@0.1.1",
"_inBundle": false,
"_integrity": "sha1-Oy/0lyzDYquIVhUHqVQIoUMhNdc=",
"_location": "/css-select-base-adapter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-select-base-adapter@^0.1.1",
"name": "css-select-base-adapter",
"escapedName": "css-select-base-adapter",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npm.taobao.org/css-select-base-adapter/download/css-select-base-adapter-0.1.1.tgz",
"_shasum": "3b2ff4972cc362ab88561507a95408a1432135d7",
"_spec": "css-select-base-adapter@^0.1.1",
"_where": "E:\\GreateCommunity\\node_modules\\svgo",
"author": {
"name": "Nik Coughlin",
"email": "nrkn.com@gmail.com"
},
"bugs": {
"url": "https://github.com/nrkn/css-select-base-adapter/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.",
"homepage": "https://github.com/nrkn/css-select-base-adapter#readme",
"keywords": [
"css",
"select",
"adapter",
"css-select"
],
"license": "MIT",
"main": "index.js",
"name": "css-select-base-adapter",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkn/css-select-base-adapter.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}