Files
30-seconds-of-code/node_modules/unified/package.json
2019-08-20 15:52:05 +02:00

131 lines
3.2 KiB
JSON

{
"_from": "unified@^6.1.5",
"_id": "unified@6.2.0",
"_inBundle": false,
"_integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==",
"_location": "/unified",
"_phantomChildren": {
"is-buffer": "1.1.6",
"replace-ext": "1.0.0",
"unist-util-stringify-position": "1.1.2",
"vfile-message": "1.1.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "unified@^6.1.5",
"name": "unified",
"escapedName": "unified",
"rawSpec": "^6.1.5",
"saveSpec": null,
"fetchSpec": "^6.1.5"
},
"_requiredBy": [
"/gatsby-transformer-remark"
],
"_resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz",
"_shasum": "7fbd630f719126d67d40c644b7e3f617035f6dba",
"_spec": "unified@^6.1.5",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/unifiedjs/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",
"is-plain-obj": "^1.1.0",
"trough": "^1.0.0",
"vfile": "^2.0.0",
"x-is-string": "^0.1.0"
},
"deprecated": false,
"description": "Pluggable text processing interface",
"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.4.0",
"xo": "^0.20.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/unifiedjs/unified#readme",
"keywords": [
"process",
"parse",
"transform",
"compile",
"stringify",
"rehype",
"retext",
"remark"
],
"license": "MIT",
"name": "unified",
"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/unifiedjs/unified.git"
},
"scripts": {
"build": "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",
"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"
},
"version": "6.2.0",
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"guard-for-in": "off",
"no-var": "off",
"object-shorthand": "off",
"prefer-arrow-callback": "off",
"unicorn/prefer-type-error": "off"
},
"ignores": [
"unified.js"
]
}
}