summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/remark-stringify/package.json
blob: 873b3cb61a89b09fbac1b006e6a35f155f553ec3 (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
{
  "_from": "remark-stringify@^1.1.0",
  "_id": "remark-stringify@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-pxBeJbnuK/mkm3XSxCPxGwauIJI=",
  "_location": "/remark-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "remark-stringify@^1.1.0",
    "name": "remark-stringify",
    "escapedName": "remark-stringify",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/remark"
  ],
  "_resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-1.1.0.tgz",
  "_shasum": "a7105e25b9ee2bf9a49b75d2c423f11b06ae2092",
  "_spec": "remark-stringify@^1.1.0",
  "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/remark",
  "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": {
    "ccount": "^1.0.0",
    "extend": "^3.0.0",
    "longest-streak": "^1.0.0",
    "markdown-table": "^0.4.0",
    "parse-entities": "^1.0.2",
    "repeat-string": "^1.5.4",
    "stringify-entities": "^1.0.1",
    "unherit": "^1.0.4"
  },
  "deprecated": false,
  "description": "Markdown compiler for remark",
  "engines": {
    "node": ">=0.11.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "http://remark.js.org",
  "keywords": [
    "markdown",
    "abstract",
    "syntax",
    "tree",
    "ast",
    "stringify"
  ],
  "license": "MIT",
  "name": "remark-stringify",
  "repository": {
    "type": "git",
    "url": "https://github.com/wooorm/remark/tree/master/packages/remark-stringify"
  },
  "version": "1.1.0"
}