{ "_args": [ [ { "raw": "eslint-config-standard@12.0.0", "scope": null, "escapedName": "eslint-config-standard", "name": "eslint-config-standard", "rawSpec": "12.0.0", "spec": "12.0.0", "type": "version" }, "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard" ] ], "_from": "eslint-config-standard@12.0.0", "_hasShrinkwrap": false, "_id": "eslint-config-standard@12.0.0", "_inCache": true, "_location": "/eslint-config-standard", "_nodeVersion": "8.11.4", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/eslint-config-standard_12.0.0_1535497968902_0.6474782070531708" }, "_npmUser": { "name": "feross", "email": "feross@feross.org" }, "_npmVersion": "6.4.0", "_phantomChildren": {}, "_requested": { "raw": "eslint-config-standard@12.0.0", "scope": null, "escapedName": "eslint-config-standard", "name": "eslint-config-standard", "rawSpec": "12.0.0", "spec": "12.0.0", "type": "version" }, "_requiredBy": [ "/standard" ], "_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", "_shasum": "638b4c65db0bd5a41319f96bba1f15ddad2107d9", "_shrinkwrap": null, "_spec": "eslint-config-standard@12.0.0", "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/standard/eslint-config-standard/issues" }, "dependencies": {}, "description": "JavaScript Standard Style - ESLint Shareable Config", "devDependencies": { "eslint": "^5.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-node": "^7.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "tape": "^4.8.0" }, "directories": {}, "dist": { "integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==", "shasum": "638b4c65db0bd5a41319f96bba1f15ddad2107d9", "tarball": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", "fileCount": 6, "unpackedSize": 13923, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhdbxCRA9TVsSAnZWagAAWN4P/0Gmv3sSXCBFtvSQ6Nsq\ndcGQSbSCqhPO+SB4sW0+Tlgqlkessf5fPprLNmmvI9fXlNAZsAkvM65AZn0y\nbAnRbvRBMniK9vr8IGKRMxVdi325wpKMuyikbI06x0PIN00A6kHYGcBsrq8E\nWKLNwGMuep3byUV2tEmZVsHPweoie25JbhoBKvNOvYI846P949es8lZnZneJ\n9YW1cwKa40v5zIzj13VVG7Usxp5xMbqepoxXlPiceSxlWEmr6ReDgsLlqY6K\nJdNQ66StmmctPGAnwyZlXFYlkl43nmgqUVjEL7pKzklG7ml4qKAcOK+H2RJZ\nRSRZxti7vMdS+9gaI8Ykd4TXdTGBsT4lpIOVr8TH9dIcvDRiEplkjcscKZhj\nG7+M894IZ/zW4mBnK3AKFFblXTmoGNJoT0Kbr92FOjwff5Ab9rTpngvaLacW\n1UzPM+9F0kc4IFbJxuL3sqEJJu6Xg4g4pNsxZSU51B77gh9UIUdqkm6LLHNk\nhiKN9s5CGlw+eFSXCu9zdU6dPMYptJ8FEKsT+P90ivT90w7nRMV9uwtCiVBG\nW+kTKXXAotK4Z9LTB9Ln7qZ1TVsD+/Hd1T/wo66yvxd156zsm1ZgJ+ONeTAr\noe28CVhpRpPa7BvSc28vyveveOovmvOgL/CktoEY4oQbM28nwuxJNgFFgmHj\n7vXm\r\n=81ZQ\r\n-----END PGP SIGNATURE-----\r\n" }, "gitHead": "ddd325066548a9e94b31fe2c8fa968ae5a49edfb", "homepage": "https://github.com/standard/eslint-config-standard", "keywords": [ "JavaScript Standard Style", "check", "checker", "code", "code checker", "code linter", "code standards", "code style", "enforce", "eslint", "eslintconfig", "hint", "jscs", "jshint", "lint", "policy", "quality", "simple", "standard", "standard style", "style", "style checker", "style linter", "verify" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "feross", "email": "feross@feross.org" }, { "name": "flet", "email": "flettre@gmail.com" } ], "name": "eslint-config-standard", "optionalDependencies": {}, "peerDependencies": { "eslint": ">=5.0.0", "eslint-plugin-import": ">=2.13.0", "eslint-plugin-node": ">=7.0.0", "eslint-plugin-promise": ">=4.0.0", "eslint-plugin-standard": ">=4.0.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/standard/eslint-config-standard.git" }, "scripts": { "lint": "eslint . --config=eslintrc.json", "test": "npm run lint && tape test/*.js" }, "version": "12.0.0" }