12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "@persagy-web/draw@2.2.1",
- "_id": "@persagy-web/draw@2.2.1",
- "_inBundle": false,
- "_integrity": "sha512-Ajff5tBNxdtM0atMNxWxs9xzUu+8ymLEUhhDorpv21Svd6TKV/YFQmLxapkkHnctmoeUR9R3rRUrywe5Dym1ng==",
- "_location": "/@persagy-web/draw",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@persagy-web/draw@2.2.1",
- "name": "@persagy-web/draw",
- "escapedName": "@persagy-web%2fdraw",
- "scope": "@persagy-web",
- "rawSpec": "2.2.1",
- "saveSpec": null,
- "fetchSpec": "2.2.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@persagy-web/draw/-/draw-2.2.1.tgz",
- "_shasum": "3ca0168116820447f677a5ac1e0f093b1a2c6d47",
- "_spec": "@persagy-web/draw@2.2.1",
- "_where": "D:\\project\\persagy-web\\persagy-web-graph",
- "author": {
- "name": "庞利祥",
- "url": "sybotan@126.com"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@persagy-web/base": "2.2.1"
- },
- "deprecated": false,
- "description": "博锐尚格绘制引擎。",
- "devDependencies": {
- "@types/jest": "^24.0.15",
- "@typescript-eslint/eslint-plugin": "^1.12.0",
- "@typescript-eslint/parser": "^1.12.0",
- "eslint": "^6.0.1",
- "eslint-config-prettier": "^6.0.0",
- "eslint-plugin-prettier": "^3.1.0",
- "jest-canvas-mock": "^2.1.0",
- "node-ssh": "^6.0.0",
- "prettier": "^1.18.2",
- "ts-jest": "^24.0.2",
- "typescript": "^3.5.3"
- },
- "jest": {
- "setupFiles": [
- "./__setups__/canvas.js",
- "jest-canvas-mock"
- ]
- },
- "keywords": [
- "draw"
- ],
- "license": "ISC",
- "main": "lib/index.js",
- "name": "@persagy-web/draw",
- "publishConfig": {
- "registry": "http://dev.dp.sagacloud.cn:8082/repository/npm-hosted/"
- },
- "scripts": {
- "build": "tsc",
- "lint": "eslint src/**/*.{js,ts,tsx}",
- "publish": "npm publish",
- "test": "jest",
- "typedoc": "typedoc --hideGenerator src ../persagy-web-base/src"
- },
- "types": "lib/index.d.js",
- "version": "2.2.1"
- }
|