{ "_args": [ [ "standard-engine@15.1.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "standard-engine@15.1.0", "_id": "standard-engine@15.1.0", "_inBundle": false, "_integrity": "sha512-VHysfoyxFu/ukT+9v49d4BRXIokFRZuH3z1VRxzFArZdjSCFpro6rEIU3ji7e4AoAtuSfKBkiOmsrDqKW5ZSRw==", "_location": "/standard-engine", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "standard-engine@15.1.0", "name": "standard-engine", "escapedName": "standard-engine", "rawSpec": "15.1.0", "saveSpec": null, "fetchSpec": "15.1.0" }, "_requiredBy": [ "/standard" ], "_resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-15.1.0.tgz", "_spec": "15.1.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/standard/standard-engine/issues" }, "dependencies": { "get-stdin": "^8.0.0", "minimist": "^1.2.6", "pkg-conf": "^3.1.0", "xdg-basedir": "^4.0.0" }, "description": "Wrap your standards in a tortilla and cover it in special sauce.", "devDependencies": { "@tsconfig/node12": "^1.0.11", "@types/cross-spawn": "^6.0.2", "@types/eslint": "^8.40.0", "@types/minimist": "^1.2.2", "@types/node": "^12.20.55", "@types/tape": "^5.6.0", "c8": "^7.14.0", "cross-spawn": "^7.0.3", "dependency-check": "^5.0.0-7", "eslint": "^8.41.0", "eslint-config-standard": "^17.1.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "installed-check": "^7.1.1", "npm-run-all2": "^6.0.5", "standard": "^17.1.0", "tape": "^5.6.3", "type-coverage": "^2.26.0", "typescript": "~5.0.4" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ], "homepage": "https://github.com/standard/standard-engine#readme", "keywords": [ "JavaScript Standard Style", "check", "checker", "code", "code checker", "code linter", "code standards", "code style", "enforce", "eslint", "hint", "jscs", "jshint", "lint", "policy", "quality", "simple", "standard", "standard style", "style", "style checker", "style linter", "verify" ], "license": "MIT", "name": "standard-engine", "repository": { "type": "git", "url": "git+https://github.com/standard/standard-engine.git" }, "scripts": { "build": "run-s build:*", "build:0": "run-s clean", "build:1-declaration": "tsc -p declaration.tsconfig.json", "check": "run-s clean && run-p check:*", "check:dependency-check": "dependency-check *.js 'bin/**/*.js' 'lib/**/*.js' --no-dev", "check:installed-check": "installed-check --engine-no-dev", "check:standard": "standard", "check:tsc": "tsc", "check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'", "clean": "run-p clean:*", "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts')", "prepublishOnly": "run-s build", "test": "run-s check test:*", "test-ci": "run-s test:*", "test:tape": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js" }, "version": "15.1.0" }