| /plugin/asciidocjs/node_modules/handlebars/ |
| D | package.json | 15 "url": "https://github.com/handlebars-lang/handlebars.js.git" 25 "neo-async": "^2.6.2", 26 "source-map": "^0.6.1", 30 "uglify-js": "^3.1.4" 34 "aws-sdk": "^2.1.49", 35 "babel-loader": "^5.0.0", 36 "babel-runtime": "^5.1.10", 39 "chai-diff": "^1.0.1", 41 "dirty-chai": "^2.0.1", 43 "dustjs-linkedin": "^2.0.2", [all …]
|
| /plugin/bpmnio/ |
| H A D | README.md | 1 # dokuwiki-plugin-bpmnio 3 Renders using the bpmn.io js libraries within dokuwiki: 5 - BPMN v2.0 diagrams 6 - DMN v1.3 decision requirement diagrams, decision tables and literal expressions 20 <bpmnio type="bpmn" src="wiki:diagrams:zoning-map-amendment.bpmn" zoom="0.8" /> 26 | --------- | ----------------------- | -----------------------------------------------------------… 30 | `lint` | `on`, `off`, `inactive` | Per-diagram [bpmnlint](https://github.com/bpmn-io/bpmnlint)… 34 BPMN diagrams ship with an embedded [bpmnlint](https://github.com/bpmn-io/bpmnlint) 35 linter via [bpmn-js-bpmnlint](https://github.com/bpmn-io/bpmn-js-bpmnlint). A 38 of issues for that element. This works on rendered wiki pages (read-only viewer) [all …]
|
| H A D | package.json | 2 "name": "dokuwiki-plugin-bpmnio", 6 "description": "Dev tooling for dokuwiki-plugin-bpmnio", 8 "@eslint/js": "^9.0.0", 9 "bpmn-js": "^18.18.0", 10 "bpmn-js-bpmnlint": "^0.24.0", 12 "bpmnlint-pack-config": "^0.9.0", 13 "dmn-js": "^17.8.1", 18 "stylelint-config-standard-less": "^3.0.0" 21 "build:vendor": "node build/build-vendor.mjs", 22 "lint:js": "eslint script.js script/", [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/ |
| D | package.json | 4 "description": "Asciidoctor - the core library", 6 "main": "dist/node/asciidoctor.js", 7 "browser": "dist/browser/asciidoctor.js", 8 "module": "dist/browser/asciidoctor.js", 11 "import": "./dist/node/asciidoctor.js", 14 "default": "./dist/browser/asciidoctor.js" 30 "test:node:esm": "mocha --experimental-json-modules spec/node/asciidoctor.spec.js", 32 …st:types": "rm -f types/tests.js && eslint types --ext .ts && tsc --build types/tsconfig.json && n… 33 …"test": "node tasks/test/unsupported-features.cjs && npm run test:node && npm run test:browser && … 34 "build": "node tasks/build.cjs && npm run test && npm run lint", [all …]
|
| /plugin/bpmnio/.github/workflows/ |
| H A D | lint.yml | 1 name: Lint & Test 13 php-lint: 14 name: PHP Lint & Static Analysis 15 runs-on: ubuntu-latest 18 php-version: ['8.1', '8.2', '8.3'] 20 - uses: actions/checkout@v4 22 - name: Setup PHP 23 uses: shivammathur/setup-php@v2 25 php-version: ${{ matrix.php-version }} 28 - name: Install Composer dependencies [all …]
|
| /plugin/bpmnio/vendor/bpmn-js-bpmnlint/ |
| H A D | README.md | 1 # bpmn-js-bpmnlint 3 [](https://github.com/bpmn… 5 Integrates [bpmnlint](https://github.com/bpmn-io/bpmnlint) into [bpmn-js](https://github.com/bpmn-i… 9 …ion in action as part of the [bpmnlint playground](https://github.com/bpmn-io/bpmnlint-playground). 14 Integrate the linter into [bpmn-js](https://github.com/bpmn-io/bpmn-js): 17 import lintModule from 'bpmn-js-bpmnlint'; 19 import 'bpmn-js-bpmnlint/dist/assets/css/bpmn-js-bpmnlint.css'; 21 import BpmnModeler from 'bpmn-js/lib/Modeler'; 36 ## Bundle Lint Rules 38 …ler (cf. [rollup-plugin-bpmnlint](https://github.com/nikku/rollup-plugin-bpmnlint), [bpmnlint-load… [all …]
|
| H A D | package.json | 2 "name": "bpmn-js-bpmnlint", 4 "description": "bpmn-js integration for bpmnlint", 5 "main": "dist/index.js", 6 "module": "dist/index.esm.js", 7 "source": "lib/index.js", 8 "umd:main": "dist/bpmn-js-bpmnlint.umd.js", 10 "all": "run-s lint test distro", 11 "lint": "eslint .", string 12 "start": "cross-env SINGLE_START=true npm run dev", 13 "test": "karma start --no-auto-test --single-run", [all …]
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | package.json | 12 "license": "Apache-2.0", 14 "jake": "./bin/cli.js" 16 "main": "./lib/jake.js", 18 "lint": "eslint --format codeframe \"lib/**/*.js\" \"test/**/*.js\"", string 19 "lint:fix": "eslint --fix \"lib/**/*.js\" \"test/**/*.js\"", 20 "test": "./bin/cli.js test", 21 "test:ci": "npm run lint && npm run test"
|
| /plugin/asciidocjs/node_modules/unxhr/ |
| D | package.json | 9 …"test": "mocha tests/test-*.js && ts-node node_modules/mocha/lib/cli/cli.js tests/test-request.js", 10 "lint": "standard tests/**.js lib/**.js example/**.js", string 11 "lint-fix": "npm run lint -- --fix" 41 "main": "./lib/XMLHttpRequest.js", 44 "dirty-chai": "2.0.1", 45 "get-port": "5.1.1", 48 "ts-node": "^9.1.1",
|
| /plugin/asciidocjs/node_modules/asap/ |
| D | package.json | 4 "description": "High-priority task queue for Node.js and browsers", 15 "main": "./asap.js", 17 "./asap": "./browser-asap.js", 18 "./asap.js": "./browser-asap.js", 19 "./raw": "./browser-raw.js", 20 "./raw.js": "./browser-raw.js", 21 "./test/domain.js": "./test/browser-domain.js" 23 "react-native": { 27 "raw.js", 28 "asap.js", [all …]
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 1 .PHONY : all test dependencies clean veryclean lint js css font 6 all: lint js css test 7 js: dist/sequence-diagram-min.js dist/sequence-diagram-raphael-min.js dist/sequence-diagram-snap-mi… target 8 css: dist/sequence-diagram-min.css font 28 -rm build/* 29 -git checkout -- dist 32 -rm -rf node_modules 33 -rm -rf bower_components 35 lint: dependencies package.json bower.json target 36 $(NODE_MODULES)/jshint --verbose src/*.js [all …]
|
| /plugin/asciidocjs/node_modules/lazy-cache/ |
| D | README.md | 1 …-cache [](https://www.npmjs.… 3 > Cache requires to be lazy-loaded when needed. 10 $ npm install lazy-cache --save 13 …e webpack and are experiencing issues, try using [unlazy-loader](https://github.com/doowb/unlazy-l… 17 ```js 18 var utils = require('lazy-cache')(require); 26 ```js 27 var utils = require('lazy-cache')(require); 33 console.log(utils.glob.sync('*.js')); 36 utils.glob('*.js', function (err, files) { [all …]
|
| D | package.json | 2 "name": "lazy-cache", 3 "description": "Cache requires to be lazy-loaded when needed.", 5 "homepage": "https://github.com/jonschlinkert/lazy-cache", 7 "repository": "jonschlinkert/lazy-cache", 9 "url": "https://github.com/jonschlinkert/lazy-cache/issues" 13 "index.js" 15 "main": "index.js", 23 "ansi-yellow": "^0.1.1", 25 "gulp-format-md": "^0.1.8", 40 "lint-deps" [all …]
|
| /plugin/bpmnio/vendor/bpmn-js/ |
| H A D | package.json | 2 "name": "bpmn-js", 5 "main": "lib/index.js", 16 "all": "run-s lint test generate-types distro test:distro", 17 "lint": "eslint .", string 18 "format": "run-s format:markdown 'lint -- --fix'", 19 "format:markdown": "remark . -qo", 20 "start": "cross-env SINGLE_START=modeler npm run dev", 21 "start:viewer": "cross-env SINGLE_START=viewer npm run dev", 22 "start:navigated-viewer": "cross-env SINGLE_START=navigated-viewer npm run dev", 23 "dev": "npm test -- --auto-watch --no-single-run", [all …]
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | jakefile.js | 10 task('build', ['lint', 'clean', 'browserify', 'minify'], function () { 16 jake.rmRf('./ejs.js'); 17 jake.rmRf('./ejs.min.js'); 22 task('lint', ['clean'], function () { 24 exec(epath+' "**/*.js"'); 29 var epath = path.join('./node_modules/browserify/bin/cmd.js'); 30 exec(epath+' --standalone ejs lib/ejs.js > ejs.js'); 35 var epath = path.join('./node_modules/uglify-js/bin/uglifyjs'); 36 exec(epath+' ejs.js > ejs.min.js'); 44 exec(epath+' --verbose -c jsdoc.json lib/* docs/jsdoc/*'); [all …]
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | package.json | 4 "description": "the complete solution for node.js command-line programs", 15 "author": "TJ Holowaychuk <tj@vision-media.ca>", 19 "url": "https://github.com/tj/commander.js.git" 22 "lint": "eslint index.js \"tests/**/*.js\"", string 23 "typescript-lint": "eslint typings/*.ts", 24 "test": "jest && npm run test-typings", 25 "test-typings": "tsc -p tsconfig.json" 29 "index.js", 36 "@typescript-eslint/eslint-plugin": "^2.29.0", 38 "eslint-config-standard-with-typescript": "^15.0.1", [all …]
|
| /plugin/asciidocjs/node_modules/function-bind/ |
| D | package.json | 2 "name": "function-bind", 12 "repository": "git://github.com/Raynos/function-bind.git", 14 "homepage": "https://github.com/Raynos/function-bind", 25 "url": "https://github.com/Raynos/function-bind/issues", 30 "@ljharb/eslint-config": "^12.2.1", 38 "pretest": "npm run lint", 39 "test": "npm run tests-only", 40 "posttest": "npm run coverage -- --quiet", 41 "tests-only": "node test", 42 "coverage": "covert test/*.js", [all …]
|
| /plugin/asciidocjs/node_modules/esutils/ |
| D | package.json | 5 "main": "lib/utils.js", 31 "coffee-script": "~1.6.3", 35 "unicode-9.0.0": "~0.7.0" 37 "license": "BSD-2-Clause", 39 "test": "npm run-script lint && npm run-script unit-test", 40 "lint": "jshint lib/*.js", string 41 "unit-test": "mocha --compilers coffee:coffee-script -R spec", 42 "generate-regex": "node tools/generate-identifier-regex.js"
|
| /plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/ |
| D | package.json | 2 "name": "supports-preserve-symlinks-flag", 4 "description": "Determine if the current node version supports the `--preserve-symlinks` flag.", 5 "main": "./index.js", 6 "browser": "./browser.js", 10 "browser": "./browser.js", 11 "default": "./index.js" 13 "./index.js" 19 "prepublishOnly": "safe-publish-latest", 20 "prepublish": "not-in-publish || npm run prepublishOnly", 21 "lint": "eslint --ext=js,mjs .", string [all …]
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | package.json | 2 "name": "call-bind", 5 "main": "index.js", 9 "default": "./index.js" 11 "./index.js" 15 "default": "./callBound.js" 17 "./callBound.js" 22 "prepublish": "safe-publish-latest", 23 "lint": "eslint --ext=.js,.mjs .", string 24 "pretest": "npm run lint", 25 "tests-only": "nyc tape 'test/*'", [all …]
|
| /plugin/asciidocjs/node_modules/has-proto/ |
| D | package.json | 2 "name": "has-proto", 5 "main": "index.js", 7 ".": "./index.js", 11 "prepack": "npmignore --auto --commentLines=autogenerated", 12 "prepublishOnly": "safe-publish-latest", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "lint": "eslint --ext=js,mjs .", string 15 "pretest": "npm run lint", 16 "tests-only": "tape 'test/**/*.js'", 17 "test": "npm run tests-only", [all …]
|
| /plugin/asciidocjs/node_modules/is-core-module/ |
| D | package.json | 2 "name": "is-core-module", 4 "description": "Is this specifier a node.js core module?", 5 "main": "index.js", 8 ".": "./index.js", 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "prepublishOnly": "safe-publish-latest", 15 "lint": "eslint .", string 16 "pretest": "npm run lint", 17 "tests-only": "nyc tape 'test/**/*.js'", [all …]
|
| /plugin/asciidocjs/node_modules/is-regex/ |
| D | package.json | 2 "name": "is-regex", 4 "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag", 10 "main": "index.js", 12 "prepublishOnly": "safe-publish-latest", 13 "prepublish": "not-in-publish || npm run prepublishOnly", 14 "pretest": "npm run lint", 15 "test": "npm run tests-only && npm run test:harmony", 16 "tests-only": "nyc node test", 17 "test:harmony": "nyc node --harmony --es-staging test", 18 "test:corejs": "nyc tape test-corejs.js", [all …]
|
| /plugin/asciidocjs/node_modules/has-tostringtag/ |
| D | package.json | 2 "name": "has-tostringtag", 19 …"description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, o… 21 "main": "index.js", 23 ".": "./index.js", 24 "./shams": "./shams.js", 28 "prepublishOnly": "safe-publish-latest", 29 "prepublish": "not-in-publish || npm run prepublishOnly", 30 "pretest": "npm run --silent lint", 31 "test": "npm run tests-only", 32 "posttest": "aud --production", [all …]
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | package.json | 2 "name": "neo-async", 4 …"description": "Neo-Async is a drop-in replacement for Async, it almost fully covers its functiona… 5 "main": "async.js", 13 "url": "git@github.com:suguru03/neo-async.git" 15 "homepage": "https://github.com/suguru03/neo-async", 23 "fs-extra": "^4.0.2", 24 "func-comparator": "^0.7.2", 26 "gulp-bump": "^2.8.0", 27 "gulp-exit": "0.0.2", 28 "gulp-git": "^2.4.2", [all …]
|