{ "_args": [ [ { "raw": "eslint-utils@^1.3.1", "scope": null, "escapedName": "eslint-utils", "name": "eslint-utils", "rawSpec": "^1.3.1", "spec": ">=1.3.1 <2.0.0", "type": "range" }, "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard/node_modules/eslint" ] ], "_from": "eslint-utils@>=1.3.1 <2.0.0", "_hasShrinkwrap": false, "_id": "eslint-utils@1.4.0", "_inCache": true, "_location": "/eslint-utils", "_nodeVersion": "12.2.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/eslint-utils_1.4.0_1563095319408_0.17578726238172826" }, "_npmUser": { "name": "mysticatea", "email": "public@mysticatea.dev" }, "_npmVersion": "6.9.2", "_phantomChildren": {}, "_requested": { "raw": "eslint-utils@^1.3.1", "scope": null, "escapedName": "eslint-utils", "name": "eslint-utils", "rawSpec": "^1.3.1", "spec": ">=1.3.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/eslint-plugin-es", "/eslint-plugin-node", "/standard/eslint" ], "_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz", "_shasum": "e2c3c8dba768425f897cf0f9e51fe2e241485d4c", "_shrinkwrap": null, "_spec": "eslint-utils@^1.3.1", "_where": "/var/lib/jenkins/workspace/ublishing_components_master-N4FWJIUY4CIFHKGZOAAEVVXODRY3YBORQOPIBBXWX72VUPSGJRRQ/node_modules/standard/node_modules/eslint", "author": { "name": "Toru Nagashima" }, "bugs": { "url": "https://github.com/mysticatea/eslint-utils/issues" }, "dependencies": { "eslint-visitor-keys": "^1.0.0" }, "description": "Utilities for ESLint plugins.", "devDependencies": { "@mysticatea/eslint-plugin": "^10.0.3", "codecov": "^3.0.2", "dot-prop": "^4.2.0", "eslint": "^5.16.0", "esm": "^3.0.55", "espree": "^5.0.1", "mocha": "^5.2.0", "nyc": "^13.0.1", "opener": "^1.4.3", "rimraf": "^2.6.2", "rollup": "^1.16.7", "rollup-plugin-sourcemaps": "^0.4.2", "vuepress": "^0.14.4", "warun": "^1.0.0" }, "directories": {}, "dist": { "integrity": "sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==", "shasum": "e2c3c8dba768425f897cf0f9e51fe2e241485d4c", "tarball": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz", "fileCount": 7, "unpackedSize": 293507, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKvEYCRA9TVsSAnZWagAAkQIP/AzElg9ONVjOB3rvCR6a\netp/JYrFQwWHVFth1HxCzbJzHsDsL574VZHGrll52brP8S+IBOBQvUzI6IFR\nF5qZ+i5hi6FTfnzuBvdMNxU2cy2LUZHUAfXUNONpZthnJStmK514gxf1l7Qg\nm28ypil9XtDhmpYOk2fhlfHuDYs6Gs4nUJ/Eu3z2aU+hDKCiWKF/7vXMvI/N\n87h8g/SCRHVMyR4rJ0qEz7Pe99546LhFohR26gsB251Sj8QQHlaW7coExHOz\nTOFYmVXyy3ai1q2ZS5X3R0N3tIm7rdnYycI5i8wvruv9qoGJP6pCk52QL59f\nfBOV90rpFRp2FNjXlSnfcUX61haCcwEDl1ue7RKQmiD/FRc5YEVNbNB8lZdL\nnl9EjPTr3EKmTP8wznD/n7/OgXDnp3hBJAHlZlim2PEeWp8AWMAtZCZBSuDE\nbx6s8CbyDHXa+53J/W1e0mJaHifyhLqy96uB+eo2yr/jyzYiGo5UHiZbE+Fs\nIM8buAb9wxwlU3oaGdezLuUcWJI4TtqSWuFH1hHdi7c9p4fcn/Zvt+lMPCne\nWKnVHUIXLRn3z6o6b1VMuYe/JkgPeooPc68T2++Uct4gc+b/N3ieI38+Y+iP\nudfazJSDMiENzFazjfNIsXQUaNf1YHHmrRRvG6w4UXV/SlSpmy0zkQ/Nh7Ud\nqK9T\r\n=7HYU\r\n-----END PGP SIGNATURE-----\r\n" }, "engines": { "node": ">=6" }, "gitHead": "531b16fa686b80a8cc450eb87525115233ce6064", "homepage": "https://github.com/mysticatea/eslint-utils#readme", "keywords": [ "eslint" ], "license": "MIT", "main": "index", "maintainers": [ { "name": "mysticatea", "email": "star.ctor@gmail.com" } ], "module": "index.mjs", "name": "eslint-utils", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/mysticatea/eslint-utils.git" }, "scripts": { "build": "rollup -c", "clean": "rimraf .nyc_output coverage index.*", "codecov": "nyc report -r lcovonly && codecov", "coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html", "docs:build": "vuepress build docs", "docs:watch": "vuepress dev docs", "lint": "eslint src test", "postversion": "git push && git push --tags", "prebuild": "npm run -s clean", "pretest": "npm run -s lint && npm run -s build", "preversion": "npm test && npm run -s build", "prewatch": "npm run -s clean", "test": "nyc mocha --reporter dot \"test/*.js\"", "watch": "warun \"{src,test}/**/*.js\" -- nyc --reporter lcov mocha --reporter dot \"test/*.js\"" }, "sideEffects": false, "version": "1.4.0" }