معرفی شرکت ها


standard-format-2.2.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

attempts to reformat javascript to comply with feross/standard style
ویژگی مقدار
سیستم عامل -
نام فایل standard-format-2.2.4
نام standard-format
نسخه کتابخانه 2.2.4
نگهدارنده ['maxogden', 'jb55', 'feross', 'bret', 'flet']
ایمیل نگهدارنده ['max+DONT+EMAIL+ME@maxogden.com', 'bill@casarin.me', 'feross@feross.org', 'bcomnes@gmail.com', 'flettre@gmail.com']
نویسنده max ogden
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/maxogden/standard-format.git
آدرس اینترنتی https://github.com/maxogden/standard-format
مجوز BSD-2-Clause
# standard-format [![Build Status](https://travis-ci.org/maxogden/standard-format.svg)](https://travis-ci.org/maxogden/standard-format) [![Dependency Status](https://david-dm.org/maxogden/standard-format.svg?style=flat-square)](https://david-dm.org/maxogden/standard-format) **experimental** auto formatter for the easier cases in [standard](https://www.npmjs.com/package/standard) # DEPRECATED ### Use `standard --fix` instead of `standard-format`. This package is no longer maintained. `standard` v8.0.0 contains a new `--fix` command line flag to automatically fix problems. If you need ES2015+ support, consider using `standard --fix` instead of `standard-format` (this package) which may mangle your ES2015+ code. `standard --fix` is built into `standard` v8.0.0 for maximum convenience, it supports ES2015, and it's lightweight (no additional dependencies since it's part of ESLint which powers `standard`). Lots of problems are already fixable, and more are getting added with each ESLint release. `standard` also outputs a message ("Run `standard --fix` to automatically fix some problems.") when it detects problems that can be fixed automatically so you can save time! ## Installation Install with npm $ npm install -g standard-format ## Example Usage Output all formatted javascript in a directory and subdirectories to stdout $ standard-format Format all javascript files, overwriting them into standard format $ standard-format -w Format javascript over stdin $ standard-format < file.js > formatted-file.js Format and overwrite specific files $ standard-format -w file1.js file2.js ### Development tasks for task runners - Gulp - [gulp-standard-format](https://github.com/Andruj/gulp-standard-format/) - [gulp-standard-bundle](https://github.com/ggarciao/gulp-standard-bundle) - Grunt [grunt-standard](https://github.com/pdehaan/grunt-standard) ### Editor plugins - Sublime Text: [sublime-standard-format](https://packagecontrol.io/packages/StandardFormat) - Atom: [atom-standard-formatter](https://atom.io/packages/standard-formatter) ### Science :mortar_board: > A new step should be added to the modification cycle: modifying the program to make it readable. [Elshoff & Marcotty, 1982](http://dl.acm.org/citation.cfm?id=358596)


نیازمندی

مقدار نام
^1.0.0 deglob
^0.9.0 esformatter
^1.0.0 esformatter-eol-last
^7.0.0 esformatter-jsx
^1.0.0 esformatter-literal-notation
^1.0.0 esformatter-quotes
^1.0.1 esformatter-remove-trailing-commas
^1.1.0 esformatter-semicolon-first
^2.0.0 esformatter-spaced-lined-comment
^1.1.0 minimist
0.0.1 stdin


زبان مورد نیاز

مقدار نام
6.9.1 Npm


نحوه نصب


نصب پکیج tgz standard-format-2.2.4:

    npm install standard-format-2.2.4.tgz