Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
remark-squeeze-paragraphs
/
Filename :
package.json
back
Copy
{ "name": "remark-squeeze-paragraphs", "version": "4.0.0", "description": "remark plugin to remove empty paragraphs", "license": "MIT", "keywords": [ "unified", "remark", "remark-plugin", "plugin", "mdast", "markdown", "clean", "empty", "paragraph", "remove", "squeeze", "whitespace" ], "repository": "remarkjs/remark-squeeze-paragraphs", "bugs": "https://github.com/remarkjs/remark-squeeze-paragraphs/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "author": "Eugene Sharygin <eush77@gmail.com>", "contributors": [ "Eugene Sharygin <eush77@gmail.com>", "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" ], "files": [ "index.js" ], "dependencies": { "mdast-squeeze-paragraphs": "^4.0.0" }, "devDependencies": { "browserify": "^16.0.0", "nyc": "^14.0.0", "prettier": "^2.0.0", "remark": "^11.0.0", "remark-cli": "^7.0.0", "remark-preset-wooorm": "^6.0.0", "tape": "^4.0.0", "tinyify": "^2.0.0", "unist-builder": "^2.0.0", "xo": "^0.28.0" }, "scripts": { "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "build-bundle": "browserify . -s remarkSqueezeParagraph -o remark-squeeze-paragraphs.js", "build-mangle": "browserify . -s remarkSqueezeParagraph -p tinyify -o remark-squeeze-paragraphs.min.js", "build": "npm run build-bundle && npm run build-mangle", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js", "test": "npm run format && npm run build && npm run test-coverage" }, "nyc": { "check-coverage": true, "lines": 100, "functions": 100, "branches": 100 }, "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "xo": { "prettier": true, "esnext": false }, "remarkConfig": { "plugins": [ "preset-wooorm" ] } }