UNPKG

vmes-flowable

Version:

ceshibao

68 lines (67 loc) 1.71 kB
{ "_from": "object-refs@^0.3.0", "_id": "object-refs@0.3.0", "_inBundle": false, "_integrity": "sha1-k09PD7a0CeeL4V+mD2FhCK7WN4Y=", "_location": "/object-refs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "object-refs@^0.3.0", "name": "object-refs", "escapedName": "object-refs", "rawSpec": "^0.3.0", "saveSpec": null, "fetchSpec": "^0.3.0" }, "_requiredBy": [ "/bpmn-js", "/diagram-js", "/jeeplus-bpmn" ], "_resolved": "https://registry.npm.taobao.org/object-refs/download/object-refs-0.3.0.tgz", "_shasum": "934f4f0fb6b409e78be15fa60f616108aed63786", "_spec": "object-refs@^0.3.0", "_where": "D:\\vmes-antd-new\\node_modules\\jeeplus-bpmn", "author": { "name": "Nico Rehwaldt", "url": "https://github.com/Nikku" }, "bugs": { "url": "https://github.com/bpmn-io/object-refs/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Minimal bi-directional object references for JavaScript", "devDependencies": { "chai": "^1.9.1", "eslint": "^4.19.1", "eslint-plugin-bpmn-io": "^0.5.2", "mocha": "^5.0.1", "npm-run-all": "^4.1.2" }, "homepage": "https://github.com/bpmn-io/object-refs#readme", "keywords": [ "object", "bidirectional", "references", "refs", "ref", "property", "binding" ], "license": "MIT", "name": "object-refs", "repository": { "type": "git", "url": "git+https://github.com/bpmn-io/object-refs.git" }, "scripts": { "all": "run-s lint test", "dev": "npm test -- --watch", "lint": "eslint .", "test": "mocha test/spec/*.js" }, "version": "0.3.0" }