summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/eslint-plugin-markdown/package.json
blob: 7a8fed705667fbff1e37ab9033434ce48c29ec2e (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": "eslint-plugin-markdown@next",
  "_id": "eslint-plugin-markdown@1.0.0-beta.7",
  "_inBundle": false,
  "_integrity": "sha1-Euc6QSfEpLedlm+fR1hR3Q949+c=",
  "_location": "/eslint-plugin-markdown",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "eslint-plugin-markdown@next",
    "name": "eslint-plugin-markdown",
    "escapedName": "eslint-plugin-markdown",
    "rawSpec": "next",
    "saveSpec": null,
    "fetchSpec": "next"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.0-beta.7.tgz",
  "_shasum": "12e73a4127c4a4b79d966f9f475851dd0f78f7e7",
  "_spec": "eslint-plugin-markdown@next",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint",
  "author": {
    "name": "Brandon Mills",
    "url": "https://github.com/btmills"
  },
  "bugs": {
    "url": "https://github.com/eslint/eslint-plugin-markdown/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "object-assign": "^4.0.1",
    "remark-parse": "^3.0.0",
    "unified": "^6.1.2"
  },
  "deprecated": false,
  "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",
    "eslint-release": "^0.10.2",
    "istanbul": "^0.4.5",
    "mocha": "^2.2.5"
  },
  "files": [
    "index.js",
    "lib/index.js",
    "lib/processor.js"
  ],
  "homepage": "https://github.com/eslint/eslint-plugin-markdown#readme",
  "keywords": [
    "eslint",
    "eslintplugin",
    "markdown",
    "lint",
    "linter"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "eslint-plugin-markdown",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eslint/eslint-plugin-markdown.git"
  },
  "scripts": {
    "alpharelease": "eslint-prerelease alpha",
    "betarelease": "eslint-prerelease beta",
    "ci-release": "eslint-ci-release",
    "gh-release": "eslint-gh-release",
    "lint": "eslint Makefile.js lib/**/*.js tests/lib/plugin.js",
    "release": "eslint-release",
    "test": "npm run lint && npm run test-cov",
    "test-cov": "istanbul cover _mocha -- -c tests/lib/**/*.js"
  },
  "version": "1.0.0-beta.7"
}