-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.98 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "quick-reference",
"version": "1.0.3",
"scripts": {
"test": "jest"
},
"files": [
"bin",
"src"
],
"preferGlobal": true,
"dependencies": {
"chokidar": "^2.0.3",
"cosmiconfig": "^5.0.4",
"debug": "^3.1.0",
"diff": "^3.5.0",
"md5": "^2.2.1",
"mdast-util-to-string": "^1.0.4",
"meow": "^5.0.0",
"node-shared-cache": "^1.6.2",
"pify": "^3.0.0",
"recursive-readdir": "^2.2.2",
"rehype-stringify": "^3.0.0",
"remark-frontmatter": "^1.2.0",
"remark-parse": "^5.0.0",
"remark-rehype": "^3.0.0",
"remark-slug": "^5.0.0",
"remark-stringify": "^5.0.0",
"to-vfile": "^4.0.0",
"unified": "^7.0.0",
"unist-util-visit": "^1.3.1",
"vfile-reporter": "^5.0.0",
"yaml-front-matter": "^4.0.0"
},
"bin": {
"quick-ref-watch": "./bin/quick-ref-watch.js",
"quick-ref": "./bin/quick-ref.js"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"jest": "^22.4.4"
},
"engines": {
"node": ">=6"
},
"quick-reference": {
"docRoot": "testdocs"
},
"description": "[![build status](https://img.shields.io/travis/be-fe/quick-reference/master.svg?style=flat-square)](https://travis-ci.org/be-fe/quick-reference) [![Test coverage](https://img.shields.io/codecov/c/github/be-fe/quick-reference.svg?style=flat-square)](https://codecov.io/github/be-fe/quick-reference?branch=master) [![NPM version](https://img.shields.io/npm/v/quick-reference.svg?style=flat-square)](https://www.npmjs.com/package/quick-reference) [![NPM Downloads](https://img.shields.io/npm/dm/quick-reference.svg?style=flat-square&maxAge=43200)](https://www.npmjs.com/package/quick-reference)",
"main": "src/transpiler/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/be-fe/quick-reference.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/be-fe/quick-reference/issues"
},
"homepage": "https://github.com/be-fe/quick-reference#readme"
}