mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2025-01-28 20:47:02 -05:00
Updates remark
This commit is contained in:
parent
57b7e6d596
commit
e08fa03ee7
16
.travis.yml
16
.travis.yml
@ -1,10 +1,16 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '5.0'
|
||||
sudo: false
|
||||
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- yarn install
|
||||
|
||||
script:
|
||||
- npm test
|
||||
- npm run test
|
||||
|
@ -210,7 +210,6 @@ A curated list of cryptography resources and links.
|
||||
|
||||
### Haskell
|
||||
|
||||
- [Crypto](http://hackage.haskell.org/packages/#cat:Crypto) - Collaborative Hackage list.
|
||||
- [Cryptography](http://hackage.haskell.org/packages/#cat:Cryptography) - Collaborative Hackage list.
|
||||
- [Cryptography & Hashing](https://wiki.haskell.org/Applications_and_libraries/Cryptography) - Official Website of Haskell.
|
||||
- [cryptol](https://github.com/GaloisInc/cryptol) - The Language of Cryptography.
|
||||
|
1524
package-lock.json
generated
1524
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
41
package.json
41
package.json
@ -4,7 +4,7 @@
|
||||
"description": "A curated list of cryptography resources and links.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "./node_modules/remark/bin/remark README.md CONTRIBUTING.md -f"
|
||||
"test": "remark README.md CONTRIBUTING.md -f"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,32 +22,23 @@
|
||||
},
|
||||
"homepage": "https://github.com/sobolevn/awesome-cryptography#readme",
|
||||
"dependencies": {
|
||||
"remark": "^4.2.2",
|
||||
"remark-lint": "^3.2.1",
|
||||
"remark-lint-alphabetize-lists": "^1.0.4",
|
||||
"remark-lint-are-links-valid": "^1.0.3",
|
||||
"remark-lint-list-item-punctuation": "^2.0.1"
|
||||
"remark": "^8.0.0",
|
||||
"remark-cli": "^4.0.0",
|
||||
"remark-lint": "^6.0.0",
|
||||
"remark-lint-alphabetize-lists": "^2.0.0",
|
||||
"remark-lint-are-links-valid-duplicate": "^0.1.1",
|
||||
"remark-preset-lint-recommended": "^3.0.0"
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": {
|
||||
"lint": {
|
||||
"maximum-line-length": 350,
|
||||
"list-item-indent": "space",
|
||||
"no-tabs": null,
|
||||
"list-item-spacing": false,
|
||||
"external": [
|
||||
"remark-lint-alphabetize-lists",
|
||||
"remark-lint-are-links-valid",
|
||||
"remark-lint-list-item-punctuation"
|
||||
],
|
||||
"are-links-valid": {
|
||||
"allowDuplicates": false,
|
||||
"whiteListDomains": [
|
||||
"hackage.haskell.org"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
[
|
||||
"remark-lint-list-item-indent",
|
||||
"space"
|
||||
],
|
||||
"remark-lint-alphabetize-lists",
|
||||
"remark-lint-are-links-valid-duplicate"
|
||||
],
|
||||
"settings": {
|
||||
"commonmark": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user