UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

39 lines (38 loc) 918 B
{ "name": "ast-types-flow", "version": "0.0.7", "description": "Flow types for the Javascript AST", "main": "lib/types.js", "files": [ "lib" ], "scripts": { "build": "gulp build", "test": "flow" }, "repository": { "type": "git", "url": "git+https://github.com/kyldvs/ast-types-flow.git" }, "keywords": [ "flow", "ast", "javascript" ], "author": "kyldvs", "license": "ISC", "bugs": { "url": "https://github.com/kyldvs/ast-types-flow/issues" }, "homepage": "https://github.com/kyldvs/ast-types-flow#readme", "devDependencies": { "gulp": "^3.9.0", "gulp-util": "^3.0.6", "jscodeshift": "^0.3.7", "nuclide-node-transpiler": "0.0.30", "through2": "^2.0.0" } ,"_resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz" ,"_integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" ,"_from": "ast-types-flow@0.0.7" }