PR-URL: https://github.com/nodejs/node/pull/14417 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Refael Ackermann <refack@gmail.com>
104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "markdown-table@^0.4.0",
|
|
"scope": null,
|
|
"escapedName": "markdown-table",
|
|
"name": "markdown-table",
|
|
"rawSpec": "^0.4.0",
|
|
"spec": ">=0.4.0 <0.5.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-stringify"
|
|
]
|
|
],
|
|
"_from": "markdown-table@>=0.4.0 <0.5.0",
|
|
"_id": "markdown-table@0.4.0",
|
|
"_inCache": true,
|
|
"_location": "/markdown-table",
|
|
"_nodeVersion": "1.6.3",
|
|
"_npmUser": {
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
},
|
|
"_npmVersion": "2.7.4",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "markdown-table@^0.4.0",
|
|
"scope": null,
|
|
"escapedName": "markdown-table",
|
|
"name": "markdown-table",
|
|
"rawSpec": "^0.4.0",
|
|
"spec": ">=0.4.0 <0.5.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/remark-stringify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz",
|
|
"_shasum": "890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "markdown-table@^0.4.0",
|
|
"_where": "/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark-stringify",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/markdown-table/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Markdown/ASCII tables",
|
|
"devDependencies": {
|
|
"chalk": "^1.0.0",
|
|
"eslint": "^0.18.0",
|
|
"istanbul": "^0.3.0",
|
|
"jscs": "^1.0.0",
|
|
"jscs-jsdoc": "^0.4.0",
|
|
"mocha": "^2.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1",
|
|
"tarball": "https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz"
|
|
},
|
|
"gitHead": "500964b100c0261c8f731bbb9c3617a624b5b255",
|
|
"homepage": "https://github.com/wooorm/markdown-table",
|
|
"keywords": [
|
|
"text",
|
|
"markdown",
|
|
"table",
|
|
"align",
|
|
"ascii",
|
|
"rows",
|
|
"tabular"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "wooorm",
|
|
"email": "tituswormer@gmail.com"
|
|
}
|
|
],
|
|
"name": "markdown-table",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wooorm/markdown-table.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "npm run lint-api && npm run lint-test && npm run lint-style",
|
|
"lint-api": "eslint index.js",
|
|
"lint-style": "jscs --reporter inline index.js test.js",
|
|
"lint-test": "eslint --env mocha test.js",
|
|
"make": "npm run lint && npm run test-coverage",
|
|
"test": "npm run test-api",
|
|
"test-api": "_mocha --check-leaks test.js",
|
|
"test-coverage": "istanbul cover _mocha -- -- test.js",
|
|
"test-coveralls": "istanbul cover _mocha --report lcovonly -- --check-leaks test.js",
|
|
"test-travis": "npm run test-coveralls"
|
|
},
|
|
"version": "0.4.0"
|
|
}
|