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

114 lines
2.9 KiB
JSON

{
"_from": "nlcst-to-string@^2.0.0",
"_id": "nlcst-to-string@2.0.3",
"_inBundle": false,
"_integrity": "sha512-OY2QhGdf6jpYfHqS4vJwqF7aIBZkaMjMUkcHcskMPitvXLuYNGdQvgVWI/5yKwkmIdmhft3ounSJv+Re2yydng==",
"_location": "/nlcst-to-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nlcst-to-string@^2.0.0",
"name": "nlcst-to-string",
"escapedName": "nlcst-to-string",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/mdast-util-to-nlcst",
"/parse-english",
"/parse-latin"
],
"_resolved": "https://registry.npmjs.org/nlcst-to-string/-/nlcst-to-string-2.0.3.tgz",
"_shasum": "b7913bb1305263b0561a86de68e179f17f7febe3",
"_spec": "nlcst-to-string@^2.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/mdast-util-to-nlcst",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/syntax-tree/nlcst-to-string/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
{
"name": "Kenichiro Murata",
"email": "kenichiro.murata@gmail.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "Stringify NLCST",
"devDependencies": {
"browserify": "^16.0.0",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"tape": "^4.0.0",
"tinyify": "^2.5.0",
"unist-builder": "^1.0.0",
"xo": "^0.24.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/syntax-tree/nlcst-to-string#readme",
"keywords": [
"nlcst",
"retext",
"to",
"string"
],
"license": "MIT",
"name": "nlcst-to-string",
"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/nlcst-to-string.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify . -s nlcstToString -o nlcst-to-string.js",
"build-mangle": "browserify . -s nlcstToString -p tinyify -o nlcst-to-string.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": "2.0.3",
"xo": {
"prettier": true,
"esnext": false,
"ignore": [
"nlcst-to-string.js"
]
}
}