{ "_args": [ [ "standard@17.1.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "standard@17.1.0", "_id": "standard@17.1.0", "_inBundle": false, "_integrity": "sha512-jaDqlNSzLtWYW4lvQmU0EnxWMUGQiwHasZl5ZEIwx3S/ijZDjZOzs1y1QqKwKs5vqnFpGtizo4NOYX2s0Voq/g==", "_location": "/standard", "_phantomChildren": { "@aashutoshrathi/word-wrap": "1.2.6", "@eslint-community/eslint-utils": "4.4.0", "@eslint-community/regexpp": "4.10.0", "@eslint/eslintrc": "2.1.4", "@eslint/js": "8.55.0", "@humanwhocodes/config-array": "0.11.13", "@humanwhocodes/module-importer": "1.0.1", "@nodelib/fs.walk": "1.2.8", "@ungap/structured-clone": "1.2.0", "acorn-jsx": "5.3.2", "ajv": "6.12.6", "balanced-match": "1.0.2", "concat-map": "0.0.1", "debug": "4.3.4", "deep-is": "0.1.4", "doctrine": "3.0.0", "esquery": "1.5.0", "esrecurse": "4.3.0", "esutils": "2.0.3", "fast-deep-equal": "3.1.3", "fast-levenshtein": "2.0.6", "fs.realpath": "1.0.0", "graphemer": "1.4.0", "imurmurhash": "0.1.4", "inflight": "1.0.6", "inherits": "2.0.4", "is-glob": "4.0.3", "isexe": "2.0.0", "json-stable-stringify-without-jsonify": "1.0.1", "keyv": "4.5.4", "lodash.merge": "4.6.2", "natural-compare": "1.4.0", "once": "1.4.0", "path-exists": "4.0.0", "path-is-absolute": "1.0.1", "strip-ansi": "6.0.1", "text-table": "0.2.0", "yocto-queue": "0.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "standard@17.1.0", "name": "standard", "escapedName": "standard", "rawSpec": "17.1.0", "saveSpec": null, "fetchSpec": "17.1.0" }, "_requiredBy": [ "/solid-namespace" ], "_resolved": "https://registry.npmjs.org/standard/-/standard-17.1.0.tgz", "_spec": "17.1.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bin": { "standard": "bin/cmd.cjs" }, "bugs": { "url": "https://github.com/standard/standard/issues" }, "dependencies": { "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", "standard-engine": "^15.0.0", "version-guard": "^1.1.1" }, "description": "JavaScript Standard Style", "devDependencies": { "cross-spawn": "^7.0.3", "hallmark": "^4.2.0", "minimist": "^1.2.8", "run-parallel-limit": "^1.1.0", "run-series": "^1.1.9", "simple-get": "^4.0.1", "tape": "^5.6.3" }, "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://standardjs.com", "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", "main": "index.js", "name": "standard", "repository": { "type": "git", "url": "git://github.com/standard/standard.git" }, "scripts": { "test": "npm run test-internal && npm run test-external", "test-external": "tape test/external/*.js", "test-internal": "./bin/cmd.cjs --verbose && tape test/*.js", "update-authors": "./tools/update-authors.sh && hallmark --fix AUTHORS.md" }, "type": "module", "version": "17.1.0" }