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

109 lines
2.8 KiB
JSON

{
"_from": "standard@^10.0.3",
"_id": "standard@10.0.3",
"_inBundle": false,
"_integrity": "sha512-JURZ+85ExKLQULckDFijdX5WHzN6RC7fgiZNSV4jFQVo+3tPoQGHyBrGekye/yf0aOfb4210EM5qPNlc2cRh4w==",
"_location": "/standard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "standard@^10.0.3",
"name": "standard",
"escapedName": "standard",
"rawSpec": "^10.0.3",
"saveSpec": null,
"fetchSpec": "^10.0.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/standard/-/standard-10.0.3.tgz",
"_shasum": "7869bcbf422bdeeaab689a1ffb1fea9677dd50ea",
"_spec": "standard@^10.0.3",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bin": {
"standard": "./bin/cmd.js"
},
"bugs": {
"url": "https://github.com/standard/standard/issues"
},
"bundleDependencies": false,
"dependencies": {
"eslint": "~3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-jsx": "4.0.2",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-node": "~4.2.2",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-react": "~6.10.0",
"eslint-plugin-standard": "~3.0.1",
"standard-engine": "~7.0.0"
},
"deprecated": false,
"description": "JavaScript Standard Style",
"devDependencies": {
"babel-eslint": "^7.0.0",
"cross-spawn": "^5.0.1",
"eslint-index": "^1.3.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"run-parallel-limit": "^1.0.3",
"standard-packages": "^3.1.9",
"tape": "^4.6.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://standardjs.com",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"name": "standard",
"repository": {
"type": "git",
"url": "git://github.com/standard/standard.git"
},
"scripts": {
"show-rules": "eslint-index eslintrc.json",
"show-rules-disabled": "eslint-index eslintrc.json --status omitted off",
"show-summary": "eslint-index eslintrc.json --format table",
"test": "./bin/cmd.js --verbose && tape test/*.js",
"test-disabled": "npm test -- --disabled",
"test-offline": "npm test -- --offline",
"test-offline-quick": "npm test -- --offline --quick",
"test-quick": "npm test -- --quick",
"update-authors": "./bin/update-authors.sh"
},
"version": "10.0.3"
}