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
2.1 KiB

{
"_from": "markdown-table@^0.4.0",
"_id": "markdown-table@0.4.0",
"_inBundle": false,
"_integrity": "sha1-iQwsGzv+g/sA5BKbjkz+ZFJw+dE=",
"_location": "/markdown-table",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "markdown-table@^0.4.0",
"name": "markdown-table",
"escapedName": "markdown-table",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/remark-stringify"
],
"_resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz",
"_shasum": "890c2c1b3bfe83fb00e4129b8e4cfe645270f9d1",
"_spec": "markdown-table@^0.4.0",
"_where": "/Users/trott/io.js/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"
},
"bundleDependencies": false,
"deprecated": false,
"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"
},
"homepage": "https://github.com/wooorm/markdown-table#readme",
"keywords": [
"text",
"markdown",
"table",
"align",
"ascii",
"rows",
"tabular"
],
"license": "MIT",
"name": "markdown-table",
"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"
}