mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.2 KiB
80 lines
2.2 KiB
{
|
|
"_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/trott/io.js/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"
|
|
}
|
|
|