summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/unified/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eslint/node_modules/unified/package.json')
-rw-r--r--tools/eslint/node_modules/unified/package.json173
1 files changed, 173 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/unified/package.json b/tools/eslint/node_modules/unified/package.json
new file mode 100644
index 0000000000..84c400a923
--- /dev/null
+++ b/tools/eslint/node_modules/unified/package.json
@@ -0,0 +1,173 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "unified@^4.1.1",
+ "scope": null,
+ "escapedName": "unified",
+ "name": "unified",
+ "rawSpec": "^4.1.1",
+ "spec": ">=4.1.1 <5.0.0",
+ "type": "range"
+ },
+ "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark"
+ ]
+ ],
+ "_from": "unified@>=4.1.1 <5.0.0",
+ "_id": "unified@4.2.1",
+ "_inCache": true,
+ "_location": "/unified",
+ "_nodeVersion": "5.0.0",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/unified-4.2.1.tgz_1470121761063_0.6253260243684053"
+ },
+ "_npmUser": {
+ "name": "wooorm",
+ "email": "tituswormer@gmail.com"
+ },
+ "_npmVersion": "3.3.6",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "unified@^4.1.1",
+ "scope": null,
+ "escapedName": "unified",
+ "name": "unified",
+ "rawSpec": "^4.1.1",
+ "spec": ">=4.1.1 <5.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/remark"
+ ],
+ "_resolved": "https://registry.npmjs.org/unified/-/unified-4.2.1.tgz",
+ "_shasum": "76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e",
+ "_shrinkwrap": null,
+ "_spec": "unified@^4.1.1",
+ "_where": "j:\\temp\\_git\\node-fork\\tools\\eslint\\node_modules\\remark",
+ "author": {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "http://wooorm.com"
+ },
+ "browser": {
+ "node-extend": "extend"
+ },
+ "bugs": {
+ "url": "https://github.com/wooorm/unified/issues"
+ },
+ "contributors": [
+ {
+ "name": "Titus Wormer",
+ "email": "tituswormer@gmail.com",
+ "url": "http://wooorm.com"
+ }
+ ],
+ "dependencies": {
+ "bail": "^1.0.0",
+ "extend": "^3.0.0",
+ "has": "^1.0.1",
+ "once": "^1.3.3",
+ "trough": "^1.0.0",
+ "vfile": "^1.0.0"
+ },
+ "description": "Pluggable text processing interface",
+ "devDependencies": {
+ "browserify": "^13.0.0",
+ "esmangle": "^1.0.0",
+ "nyc": "^7.1.0",
+ "remark-cli": "^1.0.0",
+ "remark-comment-config": "^4.0.0",
+ "remark-github": "^5.0.0",
+ "remark-lint": "^4.0.0",
+ "remark-toc": "^3.0.0",
+ "remark-validate-links": "^4.0.0",
+ "tape": "^4.4.0",
+ "xo": "^0.16.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e",
+ "tarball": "https://registry.npmjs.org/unified/-/unified-4.2.1.tgz"
+ },
+ "engines": {
+ "node": ">=0.11.0"
+ },
+ "files": [
+ "index.js",
+ "lib"
+ ],
+ "gitHead": "75dd894ce8150dcfbd142327cac61fbdd5bf6ef8",
+ "homepage": "https://github.com/wooorm/unified#readme",
+ "keywords": [
+ "process",
+ "parse",
+ "transform",
+ "compile",
+ "stringify",
+ "hast",
+ "retext",
+ "remark"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "wooorm",
+ "email": "tituswormer@gmail.com"
+ }
+ ],
+ "name": "unified",
+ "nyc": {
+ "check-coverage": true,
+ "lines": 100,
+ "functions": 100,
+ "branches": 100
+ },
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "remarkConfig": {
+ "output": true,
+ "plugins": {
+ "comment-config": null,
+ "lint": {
+ "heading-increment": false,
+ "no-duplicate-headings": false,
+ "list-item-spacing": false
+ },
+ "github": null,
+ "toc": {
+ "maxDepth": 3
+ },
+ "validate-links": null
+ },
+ "settings": {
+ "bullet": "*"
+ }
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/wooorm/unified.git"
+ },
+ "scripts": {
+ "build": "npm run build-md && npm run build-bundle && npm run build-mangle",
+ "build-bundle": "browserify index.js -s unified > unified.js",
+ "build-mangle": "esmangle unified.js > unified.min.js",
+ "build-md": "remark . --quiet --frail",
+ "lint": "xo",
+ "test": "npm run build && npm run lint && npm run test-coverage",
+ "test-api": "node test",
+ "test-coverage": "nyc --reporter lcov tape test"
+ },
+ "version": "4.2.1",
+ "xo": {
+ "space": true,
+ "rules": {
+ "guard-for-in": "off",
+ "max-lines": "off"
+ },
+ "ignores": [
+ "unified.js",
+ "unified.min.js"
+ ]
+ }
+}