{ "_from": "jsmind@^0.8.6", "_id": "jsmind@0.8.6", "_inBundle": false, "_integrity": "sha512-IBNeHvx+OaRHSmGvlgV6fIFSb/DhOznR5xTW/Fm2YVbgZLRRb/u6P5++bxENNGOSq2SFt6dpYQfmK4Z353OLjA==", "_location": "/jsmind", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jsmind@^0.8.6", "name": "jsmind", "escapedName": "jsmind", "rawSpec": "^0.8.6", "saveSpec": null, "fetchSpec": "^0.8.6" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/jsmind/-/jsmind-0.8.6.tgz", "_shasum": "f70d9deb42404c391ae715e5c0d3ce617e806a65", "_spec": "jsmind@^0.8.6", "_where": "D:\\jenkins\\workspace\\dataShare-fvue", "author": { "name": "hizzgdev@163.com" }, "bugs": { "url": "https://github.com/hizzgdev/jsmind/issues" }, "bundleDependencies": false, "deprecated": false, "description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.", "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "http-server": "^14.1.1", "jest": "^28.1.0", "jest-environment-jsdom": "^28.1.0", "prettier": "2.6.2", "rollup": "2.79.2", "rollup-plugin-cleanup": "^3.2.1" }, "directories": { "doc": "docs", "example": "example" }, "exports": { ".": "./es6/jsmind.js", "./draggable-node": "./es6/jsmind.draggable-node.js", "./screenshot": "./es6/jsmind.screenshot.js", "./style/jsmind.css": "./style/jsmind.css" }, "homepage": "https://github.com/hizzgdev/jsmind#readme", "jest": { "verbose": true, "testEnvironment": "jsdom" }, "keywords": [ "jsmind", "mindmap" ], "license": "BSD-3-Clause", "main": "es6/jsmind.js", "maintainers": [ { "name": "hizzgdev", "email": "hizzgdev@163.com" } ], "name": "jsmind", "repository": { "type": "git", "url": "git+https://github.com/hizzgdev/jsmind.git" }, "scripts": { "build": "rollup -c .config/rollup.config.js", "format": "prettier --config .config/prettierrc.json --ignore-path .config/prettierignore --write .", "format-check": "prettier --config .config/prettierrc.json --ignore-path .config/prettierignore --check .", "server": "http-server", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test-es6": "NODE_OPTIONS=--experimental-vm-modules jest tests/unit", "test-legacy": "jest tests/legacy" }, "version": "0.8.6" }