WIP - add extractor, generate snippet_data
This commit is contained in:
83
node_modules/unist-util-select/package.json
generated
vendored
Normal file
83
node_modules/unist-util-select/package.json
generated
vendored
Normal file
@ -0,0 +1,83 @@
|
||||
{
|
||||
"_from": "unist-util-select@^1.5.0",
|
||||
"_id": "unist-util-select@1.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-qTwr6MD2U4J4A7gTMa3sKqJM2TM=",
|
||||
"_location": "/unist-util-select",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "unist-util-select@^1.5.0",
|
||||
"name": "unist-util-select",
|
||||
"escapedName": "unist-util-select",
|
||||
"rawSpec": "^1.5.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.5.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gatsby-remark-images",
|
||||
"/gatsby-transformer-remark"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-1.5.0.tgz",
|
||||
"_shasum": "a93c2be8c0f653827803b81331adec2aa24cd933",
|
||||
"_spec": "unist-util-select@^1.5.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-remark-images",
|
||||
"author": {
|
||||
"name": "Eugene Sharygin",
|
||||
"email": "eush77@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eush77/unist-util-select/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"css-selector-parser": "^1.1.0",
|
||||
"debug": "^2.2.0",
|
||||
"nth-check": "^1.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Select unist nodes using css-like selectors",
|
||||
"devDependencies": {
|
||||
"tape": "^4.2.0",
|
||||
"unist-builder": "^1.0.1"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib/"
|
||||
],
|
||||
"homepage": "https://github.com/eush77/unist-util-select",
|
||||
"keywords": [
|
||||
"child",
|
||||
"descendant",
|
||||
"sibling",
|
||||
"type",
|
||||
"attribute",
|
||||
"expression",
|
||||
"filter",
|
||||
"find",
|
||||
"match",
|
||||
"ast",
|
||||
"mdast",
|
||||
"node",
|
||||
"retext",
|
||||
"select",
|
||||
"selector",
|
||||
"tree",
|
||||
"unist",
|
||||
"util",
|
||||
"utility",
|
||||
"visit",
|
||||
"walk"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "unist-util-select",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eush77/unist-util-select.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"version": "1.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user