119 lines
3.0 KiB
JSON
119 lines
3.0 KiB
JSON
{
|
|
"_from": "remark-retext@^3.1.0",
|
|
"_id": "remark-retext@3.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-UujXAm28u4lnUvtOZQFYfRIhxX+auKI9PuA2QpQVTT7gYk1OgX6o0OUrSo1KOa6GNrFX+OODOtS5PWIHPxM7qw==",
|
|
"_location": "/remark-retext",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "remark-retext@^3.1.0",
|
|
"name": "remark-retext",
|
|
"escapedName": "remark-retext",
|
|
"rawSpec": "^3.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby-transformer-remark"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/remark-retext/-/remark-retext-3.1.3.tgz",
|
|
"_shasum": "77173b1d9d13dab15ce5b38d996195fea522ee7f",
|
|
"_spec": "remark-retext@^3.1.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-transformer-remark",
|
|
"author": {
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/remarkjs/remark-retext/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Titus Wormer",
|
|
"email": "tituswormer@gmail.com",
|
|
"url": "https://wooorm.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"mdast-util-to-nlcst": "^3.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "remark plugin to transform to retext",
|
|
"devDependencies": {
|
|
"browserify": "^16.0.0",
|
|
"nyc": "^14.0.0",
|
|
"prettier": "^1.0.0",
|
|
"remark-cli": "^6.0.0",
|
|
"remark-parse": "^6.0.0",
|
|
"remark-preset-wooorm": "^5.0.0",
|
|
"remark-stringify": "^6.0.0",
|
|
"retext-english": "^3.0.0",
|
|
"retext-stringify": "^2.0.0",
|
|
"tape": "^4.0.0",
|
|
"tinyify": "^2.0.0",
|
|
"unified": "^7.0.0",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/remarkjs/remark-retext#readme",
|
|
"keywords": [
|
|
"unified",
|
|
"remark",
|
|
"retext",
|
|
"plugin",
|
|
"mdast",
|
|
"markdown",
|
|
"nlcst",
|
|
"natural language",
|
|
"prose"
|
|
],
|
|
"license": "MIT",
|
|
"name": "remark-retext",
|
|
"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/remarkjs/remark-retext.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-bundle && npm run build-mangle",
|
|
"build-bundle": "browserify . -s remarkRetext > remark-retext.js",
|
|
"build-mangle": "browserify . -s remarkRetext -p tinyify > remark-retext.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": "3.1.3",
|
|
"xo": {
|
|
"prettier": true,
|
|
"esnext": false,
|
|
"ignores": [
|
|
"remark-retext.js"
|
|
]
|
|
}
|
|
}
|