12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "moddle@4.1.0",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "moddle@4.1.0",
- "_id": "moddle@4.1.0",
- "_inBundle": false,
- "_integrity": "sha512-asBaDLTTNpv4oC8iFdwonfMf/noPVvaBDXoSL7AsXZUDqwokgy8Lsf5eXwdnjXiDqm0olYi/S3Do544uVJSQDg==",
- "_location": "/moddle",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "moddle@4.1.0",
- "name": "moddle",
- "escapedName": "moddle",
- "rawSpec": "4.1.0",
- "saveSpec": null,
- "fetchSpec": "4.1.0"
- },
- "_requiredBy": [
- "/bpmn-moddle",
- "/moddle-xml"
- ],
- "_resolved": "https://registry.npmmirror.com/moddle/-/moddle-4.1.0.tgz",
- "_spec": "4.1.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/moddle/issues"
- },
- "contributors": [
- {
- "name": "bpmn.io contributors",
- "url": "https://github.com/bpmn-io"
- }
- ],
- "dependencies": {
- "min-dash": "^3.0.0"
- },
- "description": "A library for importing meta-model based file formats into JS",
- "devDependencies": {
- "chai": "^4.1.2",
- "eslint": "^4.11.0",
- "eslint-plugin-bpmn-io": "^0.4.1",
- "esm": "^3.0.15",
- "mocha": "^4.0.1",
- "npm-run-all": "^4.1.2"
- },
- "directories": {
- "lib": "lib"
- },
- "homepage": "https://github.com/bpmn-io/moddle#readme",
- "keywords": [
- "model",
- "meta-model",
- "xml",
- "xsd",
- "import",
- "export"
- ],
- "license": "MIT",
- "name": "moddle",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bpmn-io/moddle.git"
- },
- "scripts": {
- "all": "run-s lint test",
- "dev": "npm test -- --watch",
- "lint": "eslint .",
- "test": "mocha -r esm --reporter=spec test/**/*.js"
- },
- "sideEffects": false,
- "version": "4.1.0"
- }
|