93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
|
{
|
||
|
"_from": "eslint-utils@^1.4.3",
|
||
|
"_id": "eslint-utils@1.4.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==",
|
||
|
"_location": "/eslint-utils",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-utils@^1.4.3",
|
||
|
"name": "eslint-utils",
|
||
|
"escapedName": "eslint-utils",
|
||
|
"rawSpec": "^1.4.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.4.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/eslint",
|
||
|
"/eslint-plugin-es",
|
||
|
"/eslint-plugin-node"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz",
|
||
|
"_shasum": "74fec7c54d0776b6f67e0251040b5806564e981f",
|
||
|
"_spec": "eslint-utils@^1.4.3",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/eslint",
|
||
|
"author": {
|
||
|
"name": "Toru Nagashima"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mysticatea/eslint-utils/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"eslint-visitor-keys": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Utilities for ESLint plugins.",
|
||
|
"devDependencies": {
|
||
|
"@mysticatea/eslint-plugin": "^12.0.0",
|
||
|
"codecov": "^3.6.1",
|
||
|
"dot-prop": "^4.2.0",
|
||
|
"eslint": "^6.5.1",
|
||
|
"esm": "^3.2.25",
|
||
|
"espree": "^6.1.1",
|
||
|
"mocha": "^6.2.2",
|
||
|
"npm-run-all": "^4.1.5",
|
||
|
"nyc": "^14.1.1",
|
||
|
"opener": "^1.5.1",
|
||
|
"rimraf": "^3.0.0",
|
||
|
"rollup": "^1.25.0",
|
||
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
||
|
"vuepress": "^1.2.0",
|
||
|
"warun": "^1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.*"
|
||
|
],
|
||
|
"homepage": "https://github.com/mysticatea/eslint-utils#readme",
|
||
|
"keywords": [
|
||
|
"eslint"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index",
|
||
|
"module": "index.mjs",
|
||
|
"name": "eslint-utils",
|
||
|
"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": "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",
|
||
|
"preversion": "npm test && npm run -s build",
|
||
|
"prewatch": "npm run -s clean",
|
||
|
"test": "run-s lint build test:mocha",
|
||
|
"test:mocha": "nyc mocha --reporter dot \"test/*.js\"",
|
||
|
"watch": "warun \"{src,test}/**/*.js\" -- npm run -s test:mocha"
|
||
|
},
|
||
|
"sideEffects": false,
|
||
|
"version": "1.4.3"
|
||
|
}
|