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.
138 lines
3.1 KiB
138 lines
3.1 KiB
{
|
|
"_from": "unified@^4.1.1",
|
|
"_id": "unified@4.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-dv9Dqo2kMPbn5KVchOusKtLPzS4=",
|
|
"_location": "/unified",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "unified@^4.1.1",
|
|
"name": "unified",
|
|
"escapedName": "unified",
|
|
"rawSpec": "^4.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/remark"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unified/-/unified-4.2.1.tgz",
|
|
"_shasum": "76ff43aa8da430f6e7e4a55c84ebac2ad2cfcd2e",
|
|
"_spec": "unified@^4.1.1",
|
|
"_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"
|
|
},
|
|
"browser": {
|
|
"node-extend": "extend"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wooorm/unified/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.11.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/wooorm/unified#readme",
|
|
"keywords": [
|
|
"process",
|
|
"parse",
|
|
"transform",
|
|
"compile",
|
|
"stringify",
|
|
"hast",
|
|
"retext",
|
|
"remark"
|
|
],
|
|
"license": "MIT",
|
|
"name": "unified",
|
|
"nyc": {
|
|
"check-coverage": true,
|
|
"lines": 100,
|
|
"functions": 100,
|
|
"branches": 100
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
|