完成世界书、骰子、apiconfig页面处理
This commit is contained in:
36
frontend/node_modules/hachure-fill/package.json
generated
vendored
Normal file
36
frontend/node_modules/hachure-fill/package.json
generated
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "hachure-fill",
|
||||
"version": "0.5.2",
|
||||
"description": "Fill a polygon with lines ",
|
||||
"main": "bin/hachure.js",
|
||||
"types": "bin/hachure.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "npm run lint && npm run build-ts",
|
||||
"build-ts": "rm -rf bin && tsc",
|
||||
"lint": "eslint --ext ts src"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pshihn/hachure-fill.git"
|
||||
},
|
||||
"keywords": [
|
||||
"hachure",
|
||||
"lines",
|
||||
"polygon",
|
||||
"plotter"
|
||||
],
|
||||
"author": "Preet Shihn",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pshihn/hachure-fill/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pshihn/hachure-fill#readme",
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
||||
"@typescript-eslint/parser": "^5.59.0",
|
||||
"esbuild": "^0.17.18",
|
||||
"eslint": "^8.39.0",
|
||||
"typescript": "^5.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user