🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
2
node_modules/markdown-extensions/index.js
generated
vendored
Normal file
2
node_modules/markdown-extensions/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
module.exports = require('./markdown-extensions.json');
|
||||
21
node_modules/markdown-extensions/license
generated
vendored
Normal file
21
node_modules/markdown-extensions/license
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
10
node_modules/markdown-extensions/markdown-extensions.json
generated
vendored
Normal file
10
node_modules/markdown-extensions/markdown-extensions.json
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
"md",
|
||||
"markdown",
|
||||
"mdown",
|
||||
"mkdn",
|
||||
"mkd",
|
||||
"mdwn",
|
||||
"mkdown",
|
||||
"ron"
|
||||
]
|
||||
36
node_modules/markdown-extensions/package.json
generated
vendored
Normal file
36
node_modules/markdown-extensions/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "markdown-extensions",
|
||||
"version": "1.1.1",
|
||||
"description": "List of Markdown file extensions",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/markdown-extensions",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"markdown-extensions.json"
|
||||
],
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"md",
|
||||
"ext",
|
||||
"extensions",
|
||||
"extension",
|
||||
"file",
|
||||
"json",
|
||||
"list",
|
||||
"array"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "*"
|
||||
}
|
||||
}
|
||||
27
node_modules/markdown-extensions/readme.md
generated
vendored
Normal file
27
node_modules/markdown-extensions/readme.md
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# markdown-extensions [](https://travis-ci.org/sindresorhus/markdown-extensions)
|
||||
|
||||
> List of Markdown file extensions
|
||||
|
||||
The list is just a [JSON file](markdown-extensions.json) and can be used wherever.
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install --save markdown-extensions
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
var markdownExtensions = require('markdown-extensions');
|
||||
|
||||
console.log(markdownExtensions);
|
||||
//=> ['md', ...]
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
||||
Loading…
Add table
Add a link
Reference in a new issue