{ "_from": "css-line-break@1.1.1", "_id": "css-line-break@1.1.1", "_inBundle": false, "_integrity": "sha1-1em90peEAJnrBQPHMQ/TSSegJu8=", "_location": "/css-line-break", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "css-line-break@1.1.1", "name": "css-line-break", "escapedName": "css-line-break", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/html2canvas" ], "_resolved": "https://registry.npm.taobao.org/css-line-break/download/css-line-break-1.1.1.tgz", "_shasum": "d5e9bdd297840099eb0503c7310fd34927a026ef", "_spec": "css-line-break@1.1.1", "_where": "/Users/zhengjunchao/workspace/dailyquotation/html2canvas-renderjs-demo/node_modules/html2canvas", "author": { "name": "Niklas von Hertzen", "email": "niklasvh@gmail.com", "url": "https://hertzen.com" }, "bugs": { "url": "https://github.com/niklasvh/css-line-break/issues" }, "bundleDependencies": false, "dependencies": { "base64-arraybuffer": "^0.2.0" }, "deprecated": false, "description": "css-line-break ==============", "devDependencies": { "@types/mocha": "^5.2.6", "@types/node": "^11.13.8", "mocha": "4.0.1", "prettier": "1.9.2", "rimraf": "2.6.1", "rollup": "^1.10.1", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "^0.21.0", "ts-node": "^8.1.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.4.5" }, "homepage": "https://github.com/niklasvh/css-line-break#readme", "keywords": [ "white-space", "line-break", "word-break", "word-wrap", "overflow-wrap" ], "license": "MIT", "main": "dist/css-line-break.umd.js", "module": "dist/css-line-break.es5.js", "name": "css-line-break", "repository": { "type": "git", "url": "git+ssh://git@github.com/niklasvh/css-line-break.git" }, "scripts": { "build": "tsc --module commonjs && rollup -c rollup.config.ts", "format": "prettier --write \"{src,scripts}/**/*.ts\"", "generate-tests": "ts-node scripts/generate_line_break_tests.ts", "generate-trie": "ts-node scripts/generate_line_break_trie.ts", "lint": "tslint -c tslint.json --project tsconfig.json -t codeFrame src/**/*.ts tests/**/*.ts scripts/**/*.ts", "mocha": "mocha --require ts-node/register tests/*.ts", "prebuild": "rimraf dist/", "test": "npm run lint && npm run mocha" }, "typings": "dist/types/index.d.ts", "version": "1.1.1" }