Files
freeCodeCamp/probot/presolver/node_modules/eslint-plugin-node/package.json
2018-12-05 11:23:55 +05:30

101 lines
2.7 KiB
JSON

{
"_from": "eslint-plugin-node@~4.2.2",
"_id": "eslint-plugin-node@4.2.3",
"_inBundle": false,
"_integrity": "sha512-vIUQPuwbVYdz/CYnlTLsJrRy7iXHQjdEe5wz0XhhdTym3IInM/zZLlPf9nZ2mThsH0QcsieCOWs2vOeCy/22LQ==",
"_location": "/eslint-plugin-node",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-plugin-node@~4.2.2",
"name": "eslint-plugin-node",
"escapedName": "eslint-plugin-node",
"rawSpec": "~4.2.2",
"saveSpec": null,
"fetchSpec": "~4.2.2"
},
"_requiredBy": [
"/standard"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-4.2.3.tgz",
"_shasum": "c04390ab8dbcbb6887174023d6f3a72769e63b97",
"_spec": "eslint-plugin-node@~4.2.2",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/standard",
"author": {
"name": "Toru Nagashima"
},
"bugs": {
"url": "https://github.com/mysticatea/eslint-plugin-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"ignore": "^3.0.11",
"minimatch": "^3.0.2",
"object-assign": "^4.0.1",
"resolve": "^1.1.7",
"semver": "5.3.0"
},
"deprecated": false,
"description": "Additional ESLint's rules for Node.js",
"devDependencies": {
"@types/minimatch": "^2.0.29",
"@types/node": "^4.2.1",
"@types/resolve": "0.0.4",
"@types/semver": "^5.3.30",
"codecov": "^1.0.1",
"eslint": "^3.9.0",
"eslint-config-mysticatea": "^7.0.0",
"mocha": "^3.0.2",
"nyc": "^8.3.0",
"opener": "^1.4.2",
"rimraf": "^2.4.4",
"shelljs": "^0.7.0"
},
"engines": {
"node": ">=4"
},
"files": [
"conf",
"lib",
"index.js"
],
"homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"node",
"nodejs",
"ecmascript",
"shebang",
"file",
"path",
"import",
"require"
],
"license": "MIT",
"name": "eslint-plugin-node",
"peerDependencies": {
"eslint": ">=3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
},
"scripts": {
"build": "node scripts/generate-index.js",
"clean": "rimraf .nyc_output coverage index.js",
"codecov": "nyc report -r lcovonly && codecov",
"coverage": "nyc report -r lcov && opener ./coverage/lcov-report/index.html",
"lint": "eslint lib tests/lib index.js",
"postversion": "git push && git push --tags",
"pretest": "npm run -s lint",
"preversion": "npm t && npm run build",
"test": "nyc npm run -s test:_mocha",
"test:_mocha": "_mocha tests/lib/**/*.js --reporter progress",
"watch": "npm run test:_mocha -- --watch --growl"
},
"version": "4.2.3"
}