package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@persagy-web/draw@2.2.1",
  3. "_id": "@persagy-web/draw@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ajff5tBNxdtM0atMNxWxs9xzUu+8ymLEUhhDorpv21Svd6TKV/YFQmLxapkkHnctmoeUR9R3rRUrywe5Dym1ng==",
  6. "_location": "/@persagy-web/draw",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@persagy-web/draw@2.2.1",
  12. "name": "@persagy-web/draw",
  13. "escapedName": "@persagy-web%2fdraw",
  14. "scope": "@persagy-web",
  15. "rawSpec": "2.2.1",
  16. "saveSpec": null,
  17. "fetchSpec": "2.2.1"
  18. },
  19. "_requiredBy": [
  20. "/"
  21. ],
  22. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@persagy-web/draw/-/draw-2.2.1.tgz",
  23. "_shasum": "3ca0168116820447f677a5ac1e0f093b1a2c6d47",
  24. "_spec": "@persagy-web/draw@2.2.1",
  25. "_where": "D:\\project\\persagy-web\\persagy-web-graph",
  26. "author": {
  27. "name": "庞利祥",
  28. "url": "sybotan@126.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@persagy-web/base": "2.2.1"
  33. },
  34. "deprecated": false,
  35. "description": "博锐尚格绘制引擎。",
  36. "devDependencies": {
  37. "@types/jest": "^24.0.15",
  38. "@typescript-eslint/eslint-plugin": "^1.12.0",
  39. "@typescript-eslint/parser": "^1.12.0",
  40. "eslint": "^6.0.1",
  41. "eslint-config-prettier": "^6.0.0",
  42. "eslint-plugin-prettier": "^3.1.0",
  43. "jest-canvas-mock": "^2.1.0",
  44. "node-ssh": "^6.0.0",
  45. "prettier": "^1.18.2",
  46. "ts-jest": "^24.0.2",
  47. "typescript": "^3.5.3"
  48. },
  49. "jest": {
  50. "setupFiles": [
  51. "./__setups__/canvas.js",
  52. "jest-canvas-mock"
  53. ]
  54. },
  55. "keywords": [
  56. "draw"
  57. ],
  58. "license": "ISC",
  59. "main": "lib/index.js",
  60. "name": "@persagy-web/draw",
  61. "publishConfig": {
  62. "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
  63. },
  64. "scripts": {
  65. "build": "tsc",
  66. "lint": "eslint src/**/*.{js,ts,tsx}",
  67. "publish": "npm publish",
  68. "test": "jest",
  69. "typedoc": "typedoc --hideGenerator src ../persagy-web-base/src"
  70. },
  71. "types": "lib/index.d.js",
  72. "version": "2.2.1"
  73. }