HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
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