UNPKG

create-js-app-scripts

Version:
144 lines (143 loc) 4.03 kB
{ "_args": [ [ { "raw": "eslint-config-airbnb@11.0.0", "scope": null, "escapedName": "eslint-config-airbnb", "name": "eslint-config-airbnb", "rawSpec": "11.0.0", "spec": "11.0.0", "type": "version" }, "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg" ] ], "_from": "eslint-config-airbnb@11.0.0", "_id": "eslint-config-airbnb@11.0.0", "_inCache": true, "_installable": true, "_location": "/eslint-config-airbnb", "_nodeVersion": "4.2.4", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/eslint-config-airbnb-11.0.0.tgz_1473319415143_0.8822374565061182" }, "_npmUser": { "name": "ljharb", "email": "ljharb@gmail.com" }, "_npmVersion": "2.14.12", "_phantomChildren": {}, "_requested": { "raw": "eslint-config-airbnb@11.0.0", "scope": null, "escapedName": "eslint-config-airbnb", "name": "eslint-config-airbnb", "rawSpec": "11.0.0", "spec": "11.0.0", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-11.0.0.tgz", "_shasum": "84c8e6b47f060dba659dc4f8b3b48ceec271e58c", "_shrinkwrap": null, "_spec": "eslint-config-airbnb@11.0.0", "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg", "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": "^7.0.0" }, "description": "Airbnb's ESLint config, following our styleguide", "devDependencies": { "babel-preset-airbnb": "^2.0.0", "babel-tape-runner": "^2.0.1", "eslint": "^3.4.0", "eslint-find-rules": "^1.13.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.2.1", "eslint-plugin-react": "^6.2.0", "in-publish": "^2.0.0", "react": ">= 0.13.0", "safe-publish-latest": "^1.0.1", "tape": "^4.6.0" }, "directories": {}, "dist": { "shasum": "84c8e6b47f060dba659dc4f8b3b48ceec271e58c", "tarball": "https://registry.npmjs.org/eslint-config-airbnb/-/eslint-config-airbnb-11.0.0.tgz" }, "engines": { "node": ">= 4" }, "homepage": "https://github.com/airbnb/javascript", "keywords": [ "eslint", "eslintconfig", "config", "airbnb", "javascript", "styleguide" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "airbnb", "email": "jordan.harband+npm@airbnb.com" }, { "name": "jitl", "email": "just.1.jake@gmail.com" }, { "name": "ljharb", "email": "ljharb@gmail.com" } ], "name": "eslint-config-airbnb", "optionalDependencies": {}, "peerDependencies": { "eslint": "^3.4.0", "eslint-plugin-jsx-a11y": "^2.2.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-react": "^6.2.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/airbnb/javascript.git" }, "scripts": { "lint": "eslint .", "prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest", "pretest": "npm run --silent lint", "test": "npm run --silent tests-only", "tests-only": "babel-tape-runner ./test/test-*.js", "travis": "cd ../eslint-config-airbnb-base && npm install && npm link && cd - && npm link eslint-config-airbnb-base && npm run --silent test ; npm unlink eslint-config-airbnb-base >/dev/null &" }, "version": "11.0.0" }