| Current Path : /etc/kibana/node_modules/unist-util-stringify-position/ |
| Current File : //etc/kibana/node_modules/unist-util-stringify-position/package.json |
{
"name": "unist-util-stringify-position",
"version": "1.1.1",
"description": "Stringify a Unist node, location, or position",
"license": "MIT",
"keywords": [
"unist",
"position",
"location",
"node",
"stringify",
"tostring",
"util",
"utility"
],
"repository": "https://github.com/syntax-tree/unist-util-stringify-position",
"bugs": "https://github.com/syntax-tree/unist-util-stringify-position/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {},
"devDependencies": {},
"scripts": {
"build-md": "remark . --quiet --frail --output",
"build-bundle": "browserify index.js --no-builtins -s unistUtilStringifyPosition > unist-util-stringify-position.js",
"build-mangle": "esmangle unist-util-stringify-position.js > unist-util-stringify-position.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run build && npm run lint && npm run test-coverage"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"xo": {
"space": true,
"esnext": false,
"ignores": [
"unist-util-stringify-position.js"
]
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"cleaned": true
}