diff options
Diffstat (limited to 'tools/eslint/node_modules/markdown-table/package.json')
-rw-r--r-- | tools/eslint/node_modules/markdown-table/package.json | 56 |
1 files changed, 12 insertions, 44 deletions
diff --git a/tools/eslint/node_modules/markdown-table/package.json b/tools/eslint/node_modules/markdown-table/package.json index 429dafc625..49117592fc 100644 --- a/tools/eslint/node_modules/markdown-table/package.json +++ b/tools/eslint/node_modules/markdown-table/package.json @@ -1,46 +1,27 @@ { - "_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/trott/io.js/tools/eslint/node_modules/remark-stringify" - ] - ], - "_from": "markdown-table@>=0.4.0 <0.5.0", + "_from": "markdown-table@^0.4.0", "_id": "markdown-table@0.4.0", - "_inCache": true, + "_inBundle": false, + "_integrity": "sha1-iQwsGzv+g/sA5BKbjkz+ZFJw+dE=", "_location": "/markdown-table", - "_nodeVersion": "1.6.3", - "_npmUser": { - "name": "wooorm", - "email": "tituswormer@gmail.com" - }, - "_npmVersion": "2.7.4", "_phantomChildren": {}, "_requested": { + "type": "range", + "registry": true, "raw": "markdown-table@^0.4.0", - "scope": null, - "escapedName": "markdown-table", "name": "markdown-table", + "escapedName": "markdown-table", "rawSpec": "^0.4.0", - "spec": ">=0.4.0 <0.5.0", - "type": "range" + "saveSpec": null, + "fetchSpec": "^0.4.0" }, "_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/trott/io.js/tools/eslint/node_modules/remark-stringify", + "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/remark-stringify", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com" @@ -48,7 +29,8 @@ "bugs": { "url": "https://github.com/wooorm/markdown-table/issues" }, - "dependencies": {}, + "bundleDependencies": false, + "deprecated": false, "description": "Markdown/ASCII tables", "devDependencies": { "chalk": "^1.0.0", @@ -58,13 +40,7 @@ "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", + "homepage": "https://github.com/wooorm/markdown-table#readme", "keywords": [ "text", "markdown", @@ -75,15 +51,7 @@ "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" |