103 lines
2.9 KiB
JSON
103 lines
2.9 KiB
JSON
|
{
|
||
|
"_from": "eslint-plugin-node@~10.0.0",
|
||
|
"_id": "eslint-plugin-node@10.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==",
|
||
|
"_location": "/eslint-plugin-node",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "eslint-plugin-node@~10.0.0",
|
||
|
"name": "eslint-plugin-node",
|
||
|
"escapedName": "eslint-plugin-node",
|
||
|
"rawSpec": "~10.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "~10.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/standard"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz",
|
||
|
"_shasum": "fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6",
|
||
|
"_spec": "eslint-plugin-node@~10.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard",
|
||
|
"author": {
|
||
|
"name": "Toru Nagashima"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mysticatea/eslint-plugin-node/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"eslint-plugin-es": "^2.0.0",
|
||
|
"eslint-utils": "^1.4.2",
|
||
|
"ignore": "^5.1.1",
|
||
|
"minimatch": "^3.0.4",
|
||
|
"resolve": "^1.10.1",
|
||
|
"semver": "^6.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Additional ESLint's rules for Node.js",
|
||
|
"devDependencies": {
|
||
|
"@mysticatea/eslint-plugin": "^10.0.3",
|
||
|
"codecov": "^3.3.0",
|
||
|
"eslint": "^6.3.0",
|
||
|
"eslint-plugin-node": "file:.",
|
||
|
"fast-glob": "^2.2.6",
|
||
|
"globals": "^11.12.0",
|
||
|
"mocha": "^6.1.4",
|
||
|
"nyc": "^14.0.0",
|
||
|
"opener": "^1.5.1",
|
||
|
"punycode": "^2.1.1",
|
||
|
"rimraf": "^2.6.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
|
||
|
"keywords": [
|
||
|
"eslint",
|
||
|
"eslintplugin",
|
||
|
"eslint-plugin",
|
||
|
"node",
|
||
|
"nodejs",
|
||
|
"ecmascript",
|
||
|
"shebang",
|
||
|
"file",
|
||
|
"path",
|
||
|
"import",
|
||
|
"require"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"name": "eslint-plugin-node",
|
||
|
"peerDependencies": {
|
||
|
"eslint": ">=5.16.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node scripts/update",
|
||
|
"clean": "rimraf .nyc_output coverage",
|
||
|
"codecov": "nyc report --reporter text-lcov | codecov --pipe --disable=gcov -t $CODECOV_TOKEN",
|
||
|
"coverage": "opener ./coverage/lcov-report/index.html",
|
||
|
"lint": "eslint lib scripts tests/lib .eslintrc.js",
|
||
|
"new": "node scripts/new-rule",
|
||
|
"postversion": "git push && git push --tags",
|
||
|
"pretest": "npm run -s lint",
|
||
|
"preversion": "npm t && npm run -s build",
|
||
|
"test": "nyc npm run -s test:_mocha",
|
||
|
"test:_mocha": "_mocha \"tests/lib/**/*.js\" --reporter progress --timeout 4000",
|
||
|
"test:ci": "nyc npm run -s test:_mocha",
|
||
|
"version": "eslint lib/rules --fix && git add lib/rules",
|
||
|
"watch": "npm run test:_mocha -- --watch --growl"
|
||
|
},
|
||
|
"version": "10.0.0"
|
||
|
}
|