node/tools/eslint/node_modules/remark-parse/package.json
Rich Trott 31f572c3ea
tools: update to ESLint 4.3.0
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>
2017-09-05 12:50:01 -04:00

117 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "remark-parse@^1.1.0",
"scope": null,
"escapedName": "remark-parse",
"name": "remark-parse",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"/Users/mborins/code/node/v6.x/tools/eslint-tmp/node_modules/eslint/node_modules/remark"
]
],
"_from": "remark-parse@>=1.1.0 <2.0.0",
"_id": "remark-parse@1.1.0",
"_inCache": true,
"_location": "/remark-parse",
"_nodeVersion": "5.9.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/remark-parse-1.1.0.tgz_1470758336888_0.29067788645625114"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"raw": "remark-parse@^1.1.0",
"scope": null,
"escapedName": "remark-parse",
"name": "remark-parse",
"rawSpec": "^1.1.0",
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/remark"
],
"_resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz",
"_shasum": "c3ca10f9a8da04615c28f09aa4e304510526ec21",
"_shrinkwrap": null,
"_spec": "remark-parse@^1.1.0",
"_where": "/Users/mborins/code/node/v6.x/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"
},
"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"
},
"description": "Markdown parser for remark",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "c3ca10f9a8da04615c28f09aa4e304510526ec21",
"tarball": "https://registry.npmjs.org/remark-parse/-/remark-parse-1.1.0.tgz"
},
"engines": {
"node": ">=0.11.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "http://remark.js.org",
"keywords": [
"markdown",
"abstract",
"syntax",
"tree",
"ast",
"parse"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "remark-parse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/wooorm/remark/tree/master/packages/remark-parse"
},
"scripts": {},
"version": "1.1.0"
}