blob: aec89af8f0a9223259ec4f67970753bdef7aba56 [file] [log] [blame]
{
"_args": [
[
"unist-util-stringify-position@1.1.2",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "unist-util-stringify-position@1.1.2",
"_id": "unist-util-stringify-position@1.1.2",
"_inBundle": false,
"_integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==",
"_location": "/unist-util-stringify-position",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "unist-util-stringify-position@1.1.2",
"name": "unist-util-stringify-position",
"escapedName": "unist-util-stringify-position",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/vfile",
"/vfile-message"
],
"_resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz",
"_spec": "1.1.2",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/unist-util-stringify-position/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {},
"description": "Stringify a Unist node, position, or point",
"devDependencies": {
"browserify": "^16.0.0",
"esmangle": "^1.0.0",
"nyc": "^11.0.0",
"prettier": "^1.12.1",
"remark-cli": "^5.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.5.1",
"xo": "^0.20.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/unist-util-stringify-position#readme",
"keywords": [
"unist",
"position",
"location",
"point",
"node",
"stringify",
"tostring",
"util",
"utility"
],
"license": "MIT",
"name": "unist-util-stringify-position",
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/syntax-tree/unist-util-stringify-position.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"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",
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"test": "npm run format && npm run build && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js"
},
"version": "1.1.2",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"no-var": "off",
"prefer-arrow-callback": "off"
},
"ignores": [
"unist-util-stringify-position.js"
]
}
}