17 Star 23 Fork 7

小为 / word-table

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2017-06-13 09:40 . fixed #6, interger supported.
{
"name": "word-table",
"officialName": "word-table",
"version": "1.0.3",
"summary": "word-table is simple browserjs / nodejs library for drawing ascii tables in the terminal / console.",
"description": "word-table is simple browserjs / nodejs library for drawing tables in the terminal/console.",
"author": {
"name": "hustcc",
"url": "http://git.hust.cc/word-table"
},
"license": "MIT",
"keywords": [
"word-table",
"ascii",
"ascii-table",
"table",
"sheet",
"terminal",
"console",
"terminal table",
"console table"
],
"main": "dist/word-table.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hustcc/word-table"
},
"bugs": {
"url": "https://github.com/hustcc/word-table/issues"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"jest": "^20.0.4",
"webpack": "^2.6.0"
},
"scripts": {
"lint": "eslint src",
"test": "npm run lint && npm run cover",
"dev": "webpack --watch",
"cover": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "webpack && npm run test"
},
"dependencies": {
"word-width": "^1.0.1"
},
"jest": {
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"collectCoverage": true,
"collectCoverageFrom": [
"src/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**"
],
"moduleDirectories": [
"node_modules",
"src"
],
"transform": {
"^.+\\.js?$": "babel-jest"
}
}
}
JavaScript
1
https://gitee.com/hustcc/word-table.git
git@gitee.com:hustcc/word-table.git
hustcc
word-table
word-table
master

搜索帮助