blob: 49541d2c3c281952316803a12a9fdb94d081dbe0 [file] [log] [blame]
{
"_from": "eslint-config-standard@^10.2.1",
"_id": "eslint-config-standard@10.2.1",
"_inBundle": false,
"_integrity": "sha1-wGHk0GbzedwXzVYsZOgZtN1FRZE=",
"_location": "/eslint-config-standard",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-config-standard@^10.2.1",
"name": "eslint-config-standard",
"escapedName": "eslint-config-standard",
"rawSpec": "^10.2.1",
"saveSpec": null,
"fetchSpec": "^10.2.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz",
"_shasum": "c061e4d066f379dc17cd562c64e819b4dd454591",
"_spec": "eslint-config-standard@^10.2.1",
"_where": "/Users/tripod/codez/cordova/cordova-osx",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/eslint-config-standard/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript Standard Style - ESLint Shareable Config",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.0",
"tape": "^4.6.3"
},
"homepage": "https://github.com/feross/eslint-config-standard",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-standard",
"peerDependencies": {
"eslint": ">=3.19.0",
"eslint-plugin-import": ">=2.2.0",
"eslint-plugin-node": ">=4.2.2",
"eslint-plugin-promise": ">=3.5.0",
"eslint-plugin-standard": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/feross/eslint-config-standard.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "10.2.1"
}