Ai
1 Star 0 Fork 0

加隐/nodeplotlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "nodeplotlib",
"version": "0.7.3",
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ngfelixl/nodeplotlib.git"
},
"bugs": {
"url": "https://github.com/ngfelixl/nodeplotlib/issues"
},
"files": [
"dist/lib",
"dist/www"
],
"homepage": "https://github.com/ngfelixl/nodeplotlib#readme",
"scripts": {
"build": "npm run clean && webpack",
"clean": "shx rm -rf dist",
"test": "jest --config jest.config.json --coverage --maxWorkers=15",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint --project ./tsconfig.json",
"coverage": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint"
},
"keywords": [
"plot",
"easy-to-use",
"no-frontend",
"plotlyjs",
"science",
"statistics",
"browser",
"localhost"
],
"author": "Felix Lemke <flemke.dev@gmail.com> (https://felixlemke.dev)",
"license": "MIT",
"dependencies": {
"@types/plotly.js": "^1.54.7"
},
"devDependencies": {
"@types/d3": "^5.16.4",
"@types/jest": "^24.9.1",
"@types/node": "^13.13.39",
"@types/request": "^2.48.5",
"copyfiles": "^2.4.1",
"coveralls": "^3.1.0",
"dts-bundle": "^0.7.3",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"plotly.js": "1.58.4",
"prettier": "^1.19.1",
"request": "^2.88.2",
"shx": "^0.3.3",
"source-map-loader": "^0.2.4",
"terser-webpack-plugin": "^5.0.3",
"ts-jest": "^26.4.4",
"ts-loader": "^6.2.2",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wzquyin/nodeplotlib.git
git@gitee.com:wzquyin/nodeplotlib.git
wzquyin
nodeplotlib
nodeplotlib
master

搜索帮助