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.
81 lines
1.9 KiB
81 lines
1.9 KiB
{
|
|
"_from": "remark-parse@^1.1.0",
|
|
"_id": "remark-parse@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-w8oQ+ajaBGFcKPCapOMEUQUm7CE=",
|
|
"_location": "/remark-parse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "remark-parse@^1.1.0",
|
|
"name": "remark-parse",
|
|
"escapedName": "remark-parse",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/remark"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz",
|
|
"_shasum": "c3ca10f9a8da04615c28f09aa4e304510526ec21",
|
|
"_spec": "remark-parse@^1.1.0",
|
|
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint/node_modules/remark",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/remark/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "http://wooorm.com"
|
|
},
|
|
{
|
|
"name": "Eugene Sharygin",
|
|
"email": "eush77@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"collapse-white-space": "^1.0.0",
|
|
"extend": "^3.0.0",
|
|
"parse-entities": "^1.0.2",
|
|
"repeat-string": "^1.5.4",
|
|
"trim": "0.0.1",
|
|
"trim-trailing-lines": "^1.0.0",
|
|
"unherit": "^1.0.4",
|
|
"unist-util-remove-position": "^1.0.0",
|
|
"vfile-location": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Markdown parser for remark",
|
|
"engines": {
|
|
"node": ">=0.11.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "http://remark.js.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"abstract",
|
|
"syntax",
|
|
"tree",
|
|
"ast",
|
|
"parse"
|
|
],
|
|
"license": "MIT",
|
|
"name": "remark-parse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wooorm/remark/tree/master/packages/remark-parse"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|