medium-to-markdown/node_modules/to-markdown/package.json

103 lines
2.6 KiB
JSON

{
"_args": [
[
{
"name": "to-markdown",
"raw": "to-markdown",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/Users/david/repos/medium-to-markdown"
]
],
"_from": "to-markdown@latest",
"_id": "to-markdown@3.0.4",
"_inCache": true,
"_installable": true,
"_location": "/to-markdown",
"_nodeVersion": "6.9.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/to-markdown-3.0.4.tgz_1489730299988_0.7179745242465287"
},
"_npmUser": {
"email": "christiedom@gmail.com",
"name": "domchristie"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "to-markdown",
"raw": "to-markdown",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/to-markdown/-/to-markdown-3.0.4.tgz",
"_shasum": "3c7822f9286bc294ff37f9e0e5e23154c122ce69",
"_shrinkwrap": null,
"_spec": "to-markdown",
"_where": "/Users/david/repos/medium-to-markdown",
"author": {
"name": "Dom Christie"
},
"browser": {
"jsdom": false
},
"bugs": {
"url": "https://github.com/domchristie/to-markdown/issues"
},
"dependencies": {
"collapse-whitespace": "1.1.2",
"jsdom": "^9.0.0"
},
"description": "HTML-to-Markdown converter",
"devDependencies": {
"qunit": "^0.7.6",
"saucie": "0.1.3",
"standard": "^6.0.8",
"testem": "^0.8.2",
"watchify": "^2.5.0"
},
"directories": {},
"dist": {
"shasum": "3c7822f9286bc294ff37f9e0e5e23154c122ce69",
"tarball": "https://registry.npmjs.org/to-markdown/-/to-markdown-3.0.4.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "0ffa85ad0194e541dddd2fd5d6c2065adb0d4d41",
"homepage": "https://github.com/domchristie/to-markdown#readme",
"keywords": [
"markdown"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "christiedom@gmail.com",
"name": "domchristie"
}
],
"name": "to-markdown",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/domchristie/to-markdown.git"
},
"scripts": {
"start": "watchify -s toMarkdown -o dist/to-markdown.js index.js -v",
"test": "standard index.js lib/**/*.js test/**/*.js && qunit -c ./index.js -t ./test/to-markdown-test.js ./test/gfm-test.js"
},
"url": "http://domchristie.github.com/to-markdown/",
"version": "3.0.4"
}