File: /var/dev/nowruzgan/rest/node_modules/common-js-file-extensions/README.md
# Common JavaScript File Extensions
This module exports three attributes:
- `code`: contains an array of JavaScript extensions that refers to code files
- `config`: contains an array of JavaScript extensions that refers to config/object files
## List of supported extensions and sources
### Code file extensions
#### JavaScript
- js
#### [IcedCoffeeScript](http://maxtaco.github.io/coffee-script/)
- iced
- liticed
- iced.md
#### [CoffeeScript](http://coffeescript.org/)
- cs
- coffee
- litcoffee
- coffee.md
#### [TypeScript](https://www.typescriptlang.org/)
- ts
#### [LiveScript](http://livescript.net/)
- ls
#### [ES/ES6 Scripts](https://babeljs.io)
- es6
- es
- jsx: [Spec](https://facebook.github.io/jsx)
#### [Stratified JavaScript](http://onilabs.com/stratifiedjs)
- sjs
#### [Earl Grey](http://www.earl-grey.io/)
- eg
### Config/object file extensions
#### JavaScript Object Notation (JSON)
- json
#### [JavaScript LiveScript JSON](http://livescript.net/)
- json.ls
#### [JSON 5](http://json5.org)
- json5
---
License MIT - Copyright (c) 2016 Luis Lobo Borobia