{ "_args": [ [ "mxdraw@0.1.142", "D:\\林谷智能项目\\yanchengPowerSupply" ] ], "_from": "mxdraw@0.1.142", "_id": "mxdraw@0.1.142", "_inBundle": false, "_integrity": "sha512-NocSJq9w7RAsB5LfcI2hf8p0rPt44YA/HdsJf3INywx4QAGdvqBxzJxDKfbpGCNdE0DU4RAb8kdZFZUTji3beg==", "_location": "/mxdraw", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mxdraw@0.1.142", "name": "mxdraw", "escapedName": "mxdraw", "rawSpec": "0.1.142", "saveSpec": null, "fetchSpec": "0.1.142" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/mxdraw/-/mxdraw-0.1.142.tgz", "_spec": "0.1.142", "_where": "D:\\林谷智能项目\\yanchengPowerSupply", "author": { "name": "--username--", "email": "--usermail--" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "dependencies": { "element-resize-event-polyfill": "^1.0.5", "jquery": "^3.6.0", "lodash": "^4.17.21" }, "description": " 目录", "devDependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.19.3", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.5", "@babel/register": "^7.0.0", "@commitlint/cli": "^7.1.2", "@commitlint/config-conventional": "^7.1.2", "@rollup/plugin-alias": "^3.1.8", "@rollup/plugin-legacy": "^2.2.0", "@types/dat.gui": "^0.7.7", "@types/fabric": "^4.5.12", "@types/jest": "^23.3.2", "@types/jquery": "^3.5.9", "@types/lodash": "^4.14.186", "@types/node": "^10.11.0", "@types/offscreencanvas": "^2019.6.4", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^29.2.1", "babel-loader": "^8.2.3", "babel-plugin-component": "^1.1.1", "babel-plugin-import": "^1.13.3", "babel-plugin-lodash": "^3.3.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-polyfill": "^6.26.0", "colors": "^1.3.2", "commitizen": "^3.0.0", "coveralls": "^3.0.2", "cross-env": "^5.2.0", "css-loader": "^6.5.1", "cz-conventional-changelog": "^2.1.0", "dat.gui": "^0.7.9", "doctoc": "^2.1.0", "esbuild": "^0.15.11", "express": "^4.17.1", "extract-text-webpack-plugin": "^3.0.2", "fabric": "^5.2.4", "file-loader": "^6.2.0", "husky": "^1.0.1", "jest": "^23.6.0", "jest-canvas-mock": "^2.3.1", "jest-config": "^23.6.0", "lint-staged": "^8.0.0", "lodash.camelcase": "^4.3.0", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.1.0", "prettier": "^1.14.3", "prompt": "^1.0.0", "replace-in-file": "^3.4.2", "rimraf": "^2.6.2", "rollup": "^2.70.2", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-dts": "^4.2.3", "rollup-plugin-esbuild": "^4.10.1", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-externals": "^5.0.0", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-sizes": "^1.0.4", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.31.1", "rollup-plugin-visualizer": "^5.5.2", "semantic-release": "^15.9.16", "shelljs": "^0.8.3", "three": "0.113.2", "travis-deploy-once": "^5.0.9", "ts-jest": "^23.10.2", "ts-loader": "^9.2.6", "ts-node": "^7.0.1", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "tslint-config-standard": "^8.0.1", "tslint-loader": "^3.5.4", "typedoc": "^0.22.10", "typedoc-plugin-rename-defaults": "^0.4.0", "typescript": "^4.5.2", "uglify-es": "^3.3.9", "vue": "^2.6.14", "vue-loader": "^15.9.8", "vue-style-loader": "^4.1.3", "vue-template-compiler": "^2.6.14", "webpack": "^5.64.4", "webpack-dev-middleware": "^5.2.2", "webpack-hot-middleware": "^2.25.1" }, "engines": { "node": ">=6.0.0" }, "files": [ "dist" ], "keywords": [], "license": "MIT", "lint-staged": { "{src,test}/**/*.ts": [ "prettier --write", "git add" ] }, "main": "dist/mxdraw.umd.js", "module": "dist/lib/index.js", "module-min": "dist/mxdraw.es.js", "name": "mxdraw", "prettier": { "semi": false, "singleQuote": true }, "repository": { "type": "git", "url": "" }, "scripts": { "build": "tsc --module es2015 --outDir dist/lib && rollup -c rollup.config.ts && typedoc --out docs && node compress", "builddebug": "tsc --module es2015 --outDir dist/lib && rollup -c rollup.config.ts", "commit": "git-cz", "deploy-docs": "ts-node tools/gh-pages-publish", "dev": "node examples/server.js", "docs": "npm run patch && npm run doctoc && typedoc --out docs", "doctoc": "doctoc --title 目录 --maxlevel 3 README.md", "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'", "oldDocs": "typedoc --out docs --target es6 --theme minimal --mode file src", "patch": "patch-package", "postinstall": "", "prebuild": "rimraf dist", "precommit": "lint-staged", "prepub": "npm run test:prod && npm run build", "pub": "node release.js", "report-coverage": "cat ./coverage/lcov.info | coveralls", "semantic-release": "semantic-release", "semantic-release-prepare": "ts-node tools/semantic-release-prepare", "start": "rollup -c rollup.config.ts -w", "test": "jest --coverage", "test:prod": "npm run lint && npm run test -- --no-cache", "test:watch": "jest --coverage --watch", "travis-deploy-once": "travis-deploy-once", "type-doc": "typedoc --out docs" }, "sideEffects": [ "jquery", "element-resize-event-polyfill" ], "typings": "dist/lib/index.d.ts", "version": "0.1.142" }