UNPKG

create-js-app-scripts

Version:
133 lines (132 loc) 3.76 kB
{ "_args": [ [ { "raw": "eslint-config-airbnb-base@^7.0.0", "scope": null, "escapedName": "eslint-config-airbnb-base", "name": "eslint-config-airbnb-base", "rawSpec": "^7.0.0", "spec": ">=7.0.0 <8.0.0", "type": "range" }, "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/eslint-config-airbnb" ] ], "_from": "eslint-config-airbnb-base@>=7.0.0 <8.0.0", "_id": "eslint-config-airbnb-base@7.0.1", "_inCache": true, "_installable": true, "_location": "/eslint-config-airbnb-base", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/eslint-config-airbnb-base-7.0.1.tgz_1473543943005_0.026162755209952593" }, "_npmUser": { "name": "ljharb", "email": "ljharb@gmail.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "eslint-config-airbnb-base@^7.0.0", "scope": null, "escapedName": "eslint-config-airbnb-base", "name": "eslint-config-airbnb-base", "rawSpec": "^7.0.0", "spec": ">=7.0.0 <8.0.0", "type": "range" }, "_requiredBy": [ "/eslint-config-airbnb" ], "_resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-7.0.1.tgz", "_shasum": "54d6b473a03e07b3cb30aa45e080d854a415bbb5", "_shrinkwrap": null, "_spec": "eslint-config-airbnb-base@^7.0.0", "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.5qOXFYwm/node_modules/eslint-config-airbnb", "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": {}, "description": "Airbnb's base JS ESLint config, following our styleguide", "devDependencies": { "babel-preset-airbnb": "^2.0.0", "babel-tape-runner": "^2.0.1", "eslint": "^3.5.0", "eslint-find-rules": "^1.13.1", "eslint-plugin-import": "^1.14.0", "in-publish": "^2.0.0", "safe-publish-latest": "^1.0.1", "tape": "^4.6.0" }, "directories": {}, "dist": { "shasum": "54d6b473a03e07b3cb30aa45e080d854a415bbb5", "tarball": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-7.0.1.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": "ljharb", "email": "ljharb@gmail.com" } ], "name": "eslint-config-airbnb-base", "optionalDependencies": {}, "peerDependencies": { "eslint": "^3.5.0", "eslint-plugin-import": "^1.14.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": "npm run --silent test" }, "version": "7.0.1" }