j-gallery
Version:
a picture layout library
109 lines (108 loc) • 3.11 kB
JSON
{
"_args": [
[
"eslint-config-airbnb@15.1.0",
"/Users/apple/Desktop/Repositories/Gallery/example"
]
],
"_development": true,
"_from": "eslint-config-airbnb@15.1.0",
"_id": "eslint-config-airbnb@15.1.0",
"_inBundle": false,
"_integrity": "sha1-/UMpZakG4wE5ABuoMPWPc67dro4=",
"_location": "/eslint-config-airbnb",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-config-airbnb@15.1.0",
"name": "eslint-config-airbnb",
"escapedName": "eslint-config-airbnb",
"rawSpec": "15.1.0",
"saveSpec": null,
"fetchSpec": "15.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://registry.npm.taobao.org/eslint-config-airbnb/download/eslint-config-airbnb-15.1.0.tgz",
"_spec": "15.1.0",
"_where": "/Users/apple/Desktop/Repositories/Gallery/example",
"author": {
"name": "Jake Teton-Landis",
"url": "https://twitter.com/@jitl"
},
"bugs": {
"url": "https://github.com/airbnb/javascript/issues"
},
"contributors": [
{
"name": "Jake Teton-Landis",
"url": "https://twitter.com/jitl"
},
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
{
"name": "Harrison Shoff",
"url": "https://twitter.com/hshoff"
}
],
"dependencies": {
"eslint-config-airbnb-base": "^11.3.0"
},
"description": "Airbnb's ESLint config, following our styleguide",
"devDependencies": {
"babel-preset-airbnb": "^2.4.0",
"babel-tape-runner": "^2.0.1",
"editorconfig-tools": "^0.1.1",
"eslint": "^3.19.0 || ^4.3.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"in-publish": "^2.0.0",
"react": ">= 0.13.0",
"safe-publish-latest": "^1.1.1",
"tape": "^4.7.0"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/airbnb/javascript",
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",
"styleguide"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-airbnb",
"peerDependencies": {
"eslint": "^3.19.0 || ^4.3.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/javascript.git"
},
"scripts": {
"lint": "eslint .",
"posttravis": "npm unlink eslint-config-airbnb-base >/dev/null &",
"prelint": "editorconfig-tools check * rules/* test/*",
"prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest",
"pretest": "npm run --silent lint",
"pretravis": "cd ../eslint-config-airbnb-base && npm install && npm link && cd - && npm link --no-save eslint-config-airbnb-base",
"test": "npm run --silent tests-only",
"tests-only": "babel-tape-runner ./test/test-*.js",
"travis": "npm run --silent test"
},
"version": "15.1.0"
}