UNPKG

auspice

Version:

Web app for visualizing pathogen evolution

109 lines (108 loc) 2.97 kB
{ "_from": "truncate-html@^1.0.2", "_id": "truncate-html@1.0.3", "_inBundle": false, "_integrity": "sha512-1o1prdRv+iehXcGwn29YgXU17DotHkr+OK3ijVEG7FGMwHNG9RyobXwimw6djDvbIc24rhmz3tjNNvNESjkNkQ==", "_location": "/truncate-html", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "truncate-html@^1.0.2", "name": "truncate-html", "escapedName": "truncate-html", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/docusaurus" ], "_resolved": "https://registry.npmjs.org/truncate-html/-/truncate-html-1.0.3.tgz", "_shasum": "0166dfc7890626130c2e4174c6b73d4d63993e5f", "_spec": "truncate-html@^1.0.2", "_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/docusaurus", "author": { "name": "Saiya", "url": "https://github.com/evecalm" }, "bugs": { "url": "https://github.com/evecalm/truncate-html/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Caleb Eno", "url": "https://github.com/calebeno" }, { "name": "Aaditya Thakkar", "url": "https://github.com/aaditya-thakkar" } ], "dependencies": { "@types/cheerio": "^0.22.8", "cheerio": "0.22.0" }, "deprecated": false, "description": "Truncate HTML and Keep Tags", "devDependencies": { "@types/jest": "^23.3.1", "@types/node": "^10.5.5", "buble": "0.18.0", "jest": "22.1.4", "rimraf": "2.6.2", "rollup": "0.55.3", "rollup-plugin-buble": "0.18.0", "rollup-plugin-typescript2": "^0.16.1", "ts-jest": "^23.0.1", "ts-node": "^7.0.1", "tslint": "^5.11.0", "tslint-config-prettier": "^1.14.0", "tslint-config-standard": "^7.1.0", "typescript": "^3.0.1" }, "homepage": "https://github.com/evecalm/truncate-html#readme", "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "verbose": true, "testURL": "http://localhost/", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "keywords": [ "truncate html", "html", "truncate" ], "license": "MIT", "main": "dist/truncate.cjs.js", "module": "dist/truncate.es.js", "name": "truncate-html", "repository": { "type": "git", "url": "git+https://evecalm@github.com/evecalm/truncate-html.git" }, "scripts": { "build": "rollup -c rollup.config.ts", "clean:builddir": "rimraf dist/*", "dev": "ts-node ./test/demo.ts", "lint": "tslint --project ./tsconfig.json --config tslint.json", "postpublish": "./post-publish2npm.sh", "prebuild": "npm run lint && npm run test && npm run clean:builddir", "prepublish": "npm run build", "test": "jest --coverage", "test:server": "jest --coverage --watch" }, "typings": "dist/truncate.d.ts", "version": "1.0.3" }