123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_args": [
- [
- "bpmn-js@3.5.0",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "bpmn-js@3.5.0",
- "_id": "bpmn-js@3.5.0",
- "_inBundle": false,
- "_integrity": "sha512-PfNM0UbztNyd7+8+hQCThQTwo3ViIAJbpGff1N93dJauwTeF1sYPdjF2w2mQi5pucoYtPmf33fsH8SD3BAjd2g==",
- "_location": "/bpmn-js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bpmn-js@3.5.0",
- "name": "bpmn-js",
- "escapedName": "bpmn-js",
- "rawSpec": "3.5.0",
- "saveSpec": null,
- "fetchSpec": "3.5.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/bpmn-js/-/bpmn-js-3.5.0.tgz",
- "_spec": "3.5.0",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Nico Rehwaldt",
- "url": "https://github.com/nikku"
- },
- "bugs": {
- "url": "https://github.com/bpmn-io/bpmn-js/issues"
- },
- "contributors": [
- {
- "name": "bpmn.io contributors",
- "url": "https://github.com/bpmn-io"
- }
- ],
- "dependencies": {
- "bpmn-font": "^0.8.0",
- "bpmn-moddle": "^5.1.6",
- "css.escape": "^1.5.1",
- "diagram-js": "^3.3.1",
- "diagram-js-direct-editing": "^1.4.3",
- "ids": "^0.2.0",
- "inherits": "^2.0.1",
- "min-dash": "^3.4.0",
- "min-dom": "^3.0.0",
- "object-refs": "^0.3.0",
- "tiny-svg": "^2.2.1"
- },
- "description": "A bpmn 2.0 toolkit and web modeler",
- "devDependencies": {
- "chai": "^4.1.2",
- "chai-match": "^1.1.1",
- "cpx": "^1.5.0",
- "del": "^3.0.0",
- "eslint": "^5.16.0",
- "eslint-plugin-bpmn-io": "^0.6.1",
- "eslint-plugin-import": "^2.17.2",
- "execa": "^1.0.0",
- "istanbul-instrumenter-loader": "^3.0.1",
- "karma": "^3.1.4",
- "karma-chrome-launcher": "^2.1.1",
- "karma-coverage": "^1.1.2",
- "karma-env-preprocessor": "^0.1.1",
- "karma-firefox-launcher": "^1.0.1",
- "karma-ie-launcher": "^1.0.0",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-safari-launcher": "^1.0.0",
- "karma-sinon-chai": "^2.0.2",
- "karma-webpack": "^3.0.0",
- "mkdirp": "^0.5.1",
- "mocha": "^5.2.0",
- "mocha-test-container-support": "0.2.0",
- "npm-run-all": "^4.1.2",
- "phantomjs-prebuilt": "^2.1.12",
- "puppeteer": "^1.14.0",
- "raw-loader": "^0.5.1",
- "rollup": "^0.66.6",
- "rollup-plugin-commonjs": "^9.3.4",
- "rollup-plugin-json": "^3.1.0",
- "rollup-plugin-license": "^0.8.1",
- "rollup-plugin-node-resolve": "^3.3.0",
- "rollup-plugin-replace": "^2.2.0",
- "rollup-plugin-uglify": "^6.0.2",
- "sinon": "^7.3.2",
- "sinon-chai": "^3.2.0",
- "webpack": "^4.30.0"
- },
- "homepage": "https://github.com/bpmn-io/bpmn-js#readme",
- "keywords": [
- "bpmn",
- "bpmn-js",
- "toolkit",
- "web modeler",
- "modeler",
- "modeling",
- "process modeling"
- ],
- "license": "SEE LICENSE IN LICENSE",
- "name": "bpmn-js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bpmn-io/bpmn-js.git"
- },
- "scripts": {
- "all": "run-s lint test distro test:distro",
- "dev": "npm test -- --auto-watch --no-single-run",
- "distro": "node tasks/build-distro.js",
- "lint": "eslint .",
- "prepublishOnly": "run-s distro test:distro",
- "test": "karma start test/config/karma.unit.js",
- "test:distro": "node tasks/test-distro.js"
- },
- "sideEffects": [
- "*.css"
- ],
- "version": "3.5.0"
- }
|