UNPKG

978 BJSONView Raw
1{
2 "name": "unist-util-find",
3 "version": "1.0.4",
4 "description": "Unist node finder utility. Useful for working with remark, rehype and retext.",
5 "repository": "https://github.com/blahah/unist-util-find",
6 "main": "index.js",
7 "types": "index.d.ts",
8 "files": [
9 "index.d.ts",
10 "index.js"
11 ],
12 "sideEffects": false,
13 "scripts": {
14 "prepack": "npm run build",
15 "test": "standard && node test.js",
16 "build": "tsc"
17 },
18 "type": "commonjs",
19 "keywords": [
20 "unist",
21 "remark",
22 "retext",
23 "rehype",
24 "hast",
25 "mdast",
26 "nlcst",
27 "find",
28 "search"
29 ],
30 "author": "Richard Smith-Unna <rik@fathomlabs.io> @blahah",
31 "license": "MIT",
32 "devDependencies": {
33 "@types/lodash.iteratee": "^4.7.7",
34 "@types/unist": "^2.0.6",
35 "remark": "^13.0.0",
36 "standard": "^8.0.0",
37 "tape": "^5.3.1",
38 "typescript": "^4.6.4"
39 },
40 "dependencies": {
41 "lodash.iteratee": "^4.7.0",
42 "unist-util-visit": "^2.0.0"
43 }
44}