forgeplus-react/node_modules/quill-delta-to-html/package.json

102 lines
2.9 KiB
JSON

{
"_args": [
[
"quill-delta-to-html@0.11.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "quill-delta-to-html@0.11.0",
"_id": "quill-delta-to-html@0.11.0",
"_inBundle": false,
"_integrity": "sha512-PsW/VIuVDxa0xN/e+jglsSZy2eSUl/db3Lbvv3uC/syFi2ZIBL8zSsQfR7qrURrt4Aih36JZnw37CFxelIaX2Q==",
"_location": "/quill-delta-to-html",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "quill-delta-to-html@0.11.0",
"name": "quill-delta-to-html",
"escapedName": "quill-delta-to-html",
"rawSpec": "0.11.0",
"saveSpec": null,
"fetchSpec": "0.11.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/quill-delta-to-html/-/quill-delta-to-html-0.11.0.tgz",
"_spec": "0.11.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Nihat Özer",
"email": "nihatforweb@gmail.com"
},
"bugs": {
"url": "https://github.com/nozer/quill-delta-to-html/issues"
},
"dependencies": {},
"description": "Converts Quill's delta ops to HTML",
"devDependencies": {
"@types/mocha": "^2",
"@types/node": "^7.0",
"browserify": "^16.2",
"coveralls": "^3.0",
"husky": "^3.0.9",
"mocha": "^6",
"nyc": "^14.1",
"prettier": "1.18.2",
"pretty-quick": "^2.0.0",
"ts-node": "^8",
"typescript": "^2"
},
"homepage": "https://github.com/nozer/quill-delta-to-html#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"keywords": [
"quill",
"delta",
"html"
],
"license": "ISC",
"main": "./dist/commonjs/main.js",
"name": "quill-delta-to-html",
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"typings",
"src/main.ts",
"**/*.d.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"json",
"html"
],
"all": true
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nozer/quill-delta-to-html.git"
},
"scripts": {
"browser": "npm run browserbundle && echo '; window.QuillDeltaToHtmlConverter = window.QuillDeltaToHtmlConverter ? window.QuillDeltaToHtmlConverter.QuillDeltaToHtmlConverter : window.QuillDeltaToHtmlConverter; ' >> ./dist/browser/QuillDeltaToHtmlConverter.bundle.js ",
"browserbundle": "./node_modules/browserify/bin/cmd.js ./dist/commonjs/QuillDeltaToHtmlConverter.js -o ./dist/browser/QuillDeltaToHtmlConverter.bundle.js -s QuillDeltaToHtmlConverter ",
"build": "./node_modules/typescript/bin/tsc && npm run browser ",
"coverage": "./node_modules/nyc/bin/nyc.js report --reporter=text-lcov | coveralls ",
"coveragehtml": "./node_modules/nyc/bin/nyc.js report --reporter=html ",
"test": "./node_modules/nyc/bin/nyc.js ./node_modules/mocha/bin/mocha --require ts-node/register -b \"./test/**/*.ts\" "
},
"types": "./dist/commonjs/main.d.ts",
"version": "0.11.0"
}