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.
107 lines
2.8 KiB
107 lines
2.8 KiB
8 years ago
|
{
|
||
|
"_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"
|
||
|
}
|