summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/remark-parse/package.json
blob: 3396a02a9c5be9e44aae63389b89e7c8f0f8c8ce (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "_from": "remark-parse@^3.0.0",
  "_id": "remark-parse@3.0.1",
  "_inBundle": false,
  "_integrity": "sha1-G5+EGkTY9PvyJGhQJlRZpOs1TIA=",
  "_location": "/remark-parse",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "remark-parse@^3.0.0",
    "name": "remark-parse",
    "escapedName": "remark-parse",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/eslint-plugin-markdown"
  ],
  "_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-3.0.1.tgz",
  "_shasum": "1b9f841a44d8f4fbf2246850265459a4eb354c80",
  "_spec": "remark-parse@^3.0.0",
  "_where": "/home/mzasso/git/nodejs/node/tools/eslint-tmp/node_modules/eslint/node_modules/eslint-plugin-markdown",
  "author": {
    "name": "Titus Wormer",
    "email": "tituswormer@gmail.com",
    "url": "http://wooorm.com"
  },
  "bugs": {
    "url": "https://github.com/wooorm/remark/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Titus Wormer",
      "email": "tituswormer@gmail.com",
      "url": "http://wooorm.com"
    },
    {
      "name": "Eugene Sharygin",
      "email": "eush77@gmail.com"
    }
  ],
  "dependencies": {
    "collapse-white-space": "^1.0.2",
    "has": "^1.0.1",
    "is-alphabetical": "^1.0.0",
    "is-decimal": "^1.0.0",
    "is-whitespace-character": "^1.0.0",
    "is-word-character": "^1.0.0",
    "markdown-escapes": "^1.0.0",
    "parse-entities": "^1.0.2",
    "repeat-string": "^1.5.4",
    "state-toggle": "^1.0.0",
    "trim": "0.0.1",
    "trim-trailing-lines": "^1.0.0",
    "unherit": "^1.0.4",
    "unist-util-remove-position": "^1.0.0",
    "vfile-location": "^2.0.0",
    "xtend": "^4.0.1"
  },
  "deprecated": false,
  "description": "Markdown parser for remark",
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "http://remark.js.org",
  "keywords": [
    "markdown",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "parse"
  ],
  "license": "MIT",
  "name": "remark-parse",
  "repository": {
    "type": "git",
    "url": "https://github.com/wooorm/remark/tree/master/packages/remark-parse"
  },
  "version": "3.0.1",
  "xo": false
}