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.
72 lines
1.9 KiB
72 lines
1.9 KiB
{
|
|
"_from": "eslint-plugin-markdown@1.0.0-beta.4",
|
|
"_id": "eslint-plugin-markdown@1.0.0-beta.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-gqGZcTmeSxti99SsZCRofCwH7no=",
|
|
"_location": "/eslint-plugin-markdown",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-markdown@1.0.0-beta.4",
|
|
"name": "eslint-plugin-markdown",
|
|
"escapedName": "eslint-plugin-markdown",
|
|
"rawSpec": "1.0.0-beta.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0-beta.4"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-markdown/-/eslint-plugin-markdown-1.0.0-beta.4.tgz",
|
|
"_shasum": "82a19971399e4b1b62f7d4ac6424687c2c07ee7a",
|
|
"_spec": "eslint-plugin-markdown@1.0.0-beta.4",
|
|
"_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",
|
|
"parse5": "^2.2.2",
|
|
"remark": "^5.0.0"
|
|
},
|
|
"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",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"files": [
|
|
"lib/*.js",
|
|
"index.js",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"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": {
|
|
"test": "eslint --ext .js --ext .md . && mocha tests"
|
|
},
|
|
"version": "1.0.0-beta.4"
|
|
}
|
|
|