UNPKG

j-gallery

Version:
104 lines (103 loc) 2.83 kB
{ "_args": [ [ "eslint-config-airbnb-base@11.3.1", "/Users/apple/Desktop/Repositories/Gallery/example" ] ], "_development": true, "_from": "eslint-config-airbnb-base@11.3.1", "_id": "eslint-config-airbnb-base@11.3.1", "_inBundle": false, "_integrity": "sha1-wKsQjJvu1QPLmZ5MYPTvmO2g7TA=", "_location": "/eslint-config-airbnb-base", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "eslint-config-airbnb-base@11.3.1", "name": "eslint-config-airbnb-base", "escapedName": "eslint-config-airbnb-base", "rawSpec": "11.3.1", "saveSpec": null, "fetchSpec": "11.3.1" }, "_requiredBy": [ "/eslint-config-airbnb" ], "_resolved": "http://registry.npm.taobao.org/eslint-config-airbnb-base/download/eslint-config-airbnb-base-11.3.1.tgz", "_spec": "11.3.1", "_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-restricted-globals": "^0.1.1" }, "description": "Airbnb's base JS ESLint config, following our styleguide", "devDependencies": { "babel-preset-airbnb": "^2.4.0", "babel-tape-runner": "^2.0.1", "editorconfig-tools": "^0.1.1", "eslint": "^4.3.0", "eslint-find-rules": "^3.1.1", "eslint-plugin-import": "^2.7.0", "in-publish": "^2.0.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-base", "peerDependencies": { "eslint": "^3.19.0 || ^4.3.0", "eslint-plugin-import": "^2.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/javascript.git" }, "scripts": { "lint": "eslint .", "posttravis": ":", "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": ":", "test": "npm run --silent tests-only", "tests-only": "babel-tape-runner ./test/test-*.js", "travis": "npm run --silent test" }, "version": "11.3.1" }