summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/eslint-plugin-markdown/package.json
blob: b90029938ed9e927172c72f195cc76545a7ae144 (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "_args": [
    [
      {
        "raw": "eslint-plugin-markdown",
        "scope": null,
        "escapedName": "eslint-plugin-markdown",
        "name": "eslint-plugin-markdown",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "j:\\temp\\_git\\node-fork\\tools\\eslint"
    ]
  ],
  "_from": "eslint-plugin-markdown@latest",
  "_id": "eslint-plugin-markdown@1.0.0-beta.4",
  "_inCache": true,
  "_location": "/eslint-plugin-markdown",
  "_nodeVersion": "7.7.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/eslint-plugin-markdown-1.0.0-beta.4.tgz_1488662554242_0.9874107467476279"
  },
  "_npmUser": {
    "name": "btmills",
    "email": "mills.brandont@gmail.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "eslint-plugin-markdown",
    "scope": null,
    "escapedName": "eslint-plugin-markdown",
    "name": "eslint-plugin-markdown",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.0-beta.4.tgz",
  "_shasum": "82a19971399e4b1b62f7d4ac6424687c2c07ee7a",
  "_shrinkwrap": null,
  "_spec": "eslint-plugin-markdown",
  "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint",
  "author": {
    "name": "Brandon Mills",
    "url": "https://github.com/btmills"
  },
  "bugs": {
    "url": "https://github.com/eslint/eslint-plugin-markdown/issues"
  },
  "dependencies": {
    "object-assign": "^4.0.1",
    "parse5": "^2.2.2",
    "remark": "^5.0.0"
  },
  "description": "An ESLint plugin to lint JavaScript in Markdown code fences.",
  "devDependencies": {
    "chai": "^3.0.0",
    "eslint": "^2.2.0",
    "eslint-config-eslint": "^3.0.0",
    "mocha": "^2.2.5"
  },
  "directories": {},
  "dist": {
    "shasum": "82a19971399e4b1b62f7d4ac6424687c2c07ee7a",
    "tarball": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.0-beta.4.tgz"
  },
  "files": [
    "lib/*.js",
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "gitHead": "c84a63171c85a1ffec9b4fd41b55f29bb2117b21",
  "homepage": "https://github.com/eslint/eslint-plugin-markdown#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "markdown",
    "lint",
    "linter"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "btmills",
      "email": "mills.brandont@gmail.com"
    }
  ],
  "name": "eslint-plugin-markdown",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eslint/eslint-plugin-markdown.git"
  },
  "scripts": {
    "test": "eslint --ext .js --ext .md . && mocha tests"
  },
  "version": "1.0.0-beta.4"
}