UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@arcblock/hast-wrap-heading",
3 "version": "3.11.0",
4 "description": "wrap flat hast from mdast with section divs for different heading tags",
5 "keywords": [
6 "hast",
7 "markdown"
8 ],
9 "author": "wangshijun <wangshijun2010@gmail.com>",
10 "homepage": "https://github.com/ArcBlock/gatsby-remark-cms#readme",
11 "license": "MIT",
12 "main": "lib/index.js",
13 "files": [
14 "lib"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/ArcBlock/gatsby-remark-cms.git"
19 },
20 "scripts": {
21 "lint": "eslint lib tests",
22 "precommit": "CI=1 yarn test",
23 "prepush": "CI=1 yarn test",
24 "test": "npm run lint && node tools/jest.js",
25 "coverage": "npm run lint && yarn test -- --coverage"
26 },
27 "bugs": {
28 "url": "https://github.com/ArcBlock/gatsby-remark-cms/issues"
29 },
30 "dependencies": {
31 "debug": "^4.1.1",
32 "lodash": "^4.17.11",
33 "md-attr-parser": "^1.2.1"
34 },
35 "publishConfig": {
36 "access": "public"
37 },
38 "devDependencies": {
39 "jest": "^24.1.0"
40 },
41 "gitHead": "610c7633f4027fcee6edf7c1a6881497d80818fa"
42}