public_library_map/node_modules/condense-newlines/package.json

65 lines
1.3 KiB
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "condense-newlines",
"description": "Replace extraneous newlines with a single newline, or pass a specified number of newlines to use.",
"version": "0.2.1",
"homepage": "https://github.com/jonschlinkert/condense-newlines",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/condense-newlines",
"bugs": {
"url": "https://github.com/jonschlinkert/condense-newlines/issues"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"license": "MIT",
"files": [
"index.js"
2021-11-24 19:46:47 +11:00
],
2021-12-11 08:03:44 +11:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"scripts": {
"test": "mocha"
2021-11-24 19:46:47 +11:00
},
"dependencies": {
"extend-shallow": "^2.0.1",
"is-whitespace": "^0.3.0",
"kind-of": "^3.0.2"
},
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"keywords": [
"docs",
"documentation",
"generate",
"generator",
"markdown",
"templates",
"verb"
],
"verb": {
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb"
],
"related": {
"list": [
"arr-union",
"array-unique",
"arrayify-compact"
]
},
"run": true,
"toc": false,
"layout": "default",
"lint": {
"reflinks": true
},
"tasks": [
"readme"
]
2021-12-11 08:03:44 +11:00
}
2021-11-24 19:46:47 +11:00
}