Home
last modified time | relevance | path

Searched +full:js +full:- +full:lint (Results 1 – 25 of 73) sorted by relevance

123

/plugin/asciidocjs/node_modules/handlebars/
Dpackage.json15 "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/asciidocjs/node_modules/@asciidoctor/core/
Dpackage.json4 "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 Dlint.yml1 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/
H A DREADME.md1 # dokuwiki-plugin-bpmnio
3 Renders using the bpmn.io js libraries within dokuwiki:
16 * Node.js 20+ and npm
24 # Install JS/CSS dev dependencies (eslint, stylelint)
37 # JavaScript lint
38 npm run lint:js
40 # LESS/CSS lint
41 npm run lint:css
43 # All JS + CSS lints
44 npm run lint
[all …]
H A Dpackage.json2 "name": "dokuwiki-plugin-bpmnio",
6 "description": "Dev tooling for dokuwiki-plugin-bpmnio",
8 "@eslint/js": "^9.0.0",
12 "stylelint-config-standard-less": "^3.0.0"
15 "lint:js": "eslint script.js script/",
16 "lint:css": "stylelint 'css/**/*.less' '*.less'",
17 "lint": "npm run lint:js && npm run lint:css" string
/plugin/asciidocjs/node_modules/jake/
Dpackage.json12 "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/
Dpackage.json9 …"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/
Dpackage.json4 "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/
DMakefile1 .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/
DREADME.md1-cache [![NPM version](https://img.shields.io/npm/v/lazy-cache.svg?style=flat)](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 …]
Dpackage.json2 "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 Dpackage.json2 "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/
Djakefile.js10 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/
Dpackage.json4 "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/
Dpackage.json2 "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/
Dpackage.json5 "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/
Dpackage.json2 "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/
Dpackage.json2 "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/
Dpackage.json2 "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/
Dpackage.json2 "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/
Dpackage.json2 "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/
Dpackage.json2 "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/
Dpackage.json2 "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 …]
/plugin/asciidocjs/node_modules/babylon/
Dpackage.json15 "main": "lib/index.js",
22 "babel-cli": "^6.14.0",
23 "babel-eslint": "^7.0.0",
24 "babel-helper-fixtures": "^6.9.0",
25 "babel-plugin-external-helpers": "^6.18.0",
26 "babel-plugin-istanbul": "^3.0.0",
27 "babel-plugin-transform-flow-strip-types": "^6.14.0",
28 "babel-preset-es2015": "^6.14.0",
29 "babel-preset-stage-0": "^6.5.0",
32 "cross-env": "^2.0.0",
[all …]
/plugin/asciidocjs/node_modules/minimist/
Dpackage.json5 "main": "index.js",
7 "@ljharb/eslint-config": "^21.0.1",
9 "auto-changelog": "^2.4.0",
11 "in-publish": "^2.0.1",
14 "safe-publish-latest": "^2.0.0",
18 "prepack": "npmignore --auto --commentLines=auto",
19 "prepublishOnly": "safe-publish-latest",
20 "prepublish": "not-in-publish || npm run prepublishOnly",
21 "lint": "eslint --ext=js,mjs .", string
22 "pretest": "npm run lint",
[all …]

123