Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/remark/package.json')
-rw-r--r--tools/eslint/node_modules/remark/package.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/remark/package.json b/tools/eslint/node_modules/remark/package.json
new file mode 100644
index 00000000000..d032e69881e
--- /dev/null
+++ b/tools/eslint/node_modules/remark/package.json
@@ -0,0 +1,112 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "remark@^5.0.0",
+ "scope": null,
+ "escapedName": "remark",
+ "name": "remark",
+ "rawSpec": "^5.0.0",
+ "spec": ">=5.0.0 <6.0.0",
+ "type": "range"
+ },
+ "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\eslint-plugin-markdown"
+ ]
+ ],
+ "_from": "remark@>=5.0.0 <6.0.0",
+ "_id": "remark@5.1.0",
+ "_inCache": true,
+ "_location": "/remark",
+ "_nodeVersion": "5.9.1",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/remark-5.1.0.tgz_1470758345873_0.9820503767114133"
+ },
+ "_npmUser": {
+ "name": "wooorm",
+ "email": "tituswormer@gmail.com"
+ },
+ "_npmVersion": "3.7.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "remark@^5.0.0",
+ "scope": null,
+ "escapedName": "remark",
+ "name": "remark",
+ "rawSpec": "^5.0.0",
+ "spec": ">=5.0.0 <6.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/eslint-plugin-markdown"
+ ],
+ "_resolved": "https://registry.npmjs.org/remark/-/remark-5.1.0.tgz",
+ "_shasum": "cb463bd3dbcb4b99794935eee1cf71d7a8e3068c",
+ "_shrinkwrap": null,
+ "_spec": "remark@^5.0.0",
+ "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\eslint-plugin-markdown",
+ "author": {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "http://wooorm.com"
+ },
+ "bin": {
+ "remark": "cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/wooorm/remark/issues"
+ },
+ "contributors": [
+ {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "http://wooorm.com"
+ }
+ ],
+ "dependencies": {
+ "remark-parse": "^1.1.0",
+ "remark-stringify": "^1.1.0",
+ "unified": "^4.1.1"
+ },
+ "description": "Markdown processor powered by plugins",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "cb463bd3dbcb4b99794935eee1cf71d7a8e3068c",
+ "tarball": "https://registry.npmjs.org/remark/-/remark-5.1.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.11.0"
+ },
+ "files": [
+ "index.js",
+ "cli.js"
+ ],
+ "homepage": "http://remark.js.org",
+ "keywords": [
+ "markdown",
+ "abstract",
+ "syntax",
+ "tree",
+ "ast",
+ "parse",
+ "stringify",
+ "process"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "wooorm",
+ "email": "tituswormer@gmail.com"
+ }
+ ],
+ "name": "remark",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/wooorm/remark/tree/master/packages/remark"
+ },
+ "scripts": {},
+ "version": "5.1.0"
+}