🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
56
node_modules/remark-smartypants/package.json
generated
vendored
Normal file
56
node_modules/remark-smartypants/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"name": "remark-smartypants",
|
||||
"description": "remark plugin to implement SmartyPants",
|
||||
"version": "2.0.0",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"exports": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/silvenon/remark-smartypants.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Matija Marohnić",
|
||||
"email": "matija.marohnic@gmail.com",
|
||||
"url": "https://silvenon.com"
|
||||
},
|
||||
"homepage": "https://github.com/silvenon/remark-smartypants#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/silvenon/remark-smartypants/issues",
|
||||
"email": "matija.marohnic@gmail.com"
|
||||
},
|
||||
"keywords": [
|
||||
"unified",
|
||||
"remark",
|
||||
"remark-plugin",
|
||||
"smartypants",
|
||||
"punctuation",
|
||||
"typography",
|
||||
"smart"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
|
||||
"prepublishOnly": "npm test"
|
||||
},
|
||||
"dependencies": {
|
||||
"retext": "^8.1.0",
|
||||
"retext-smartypants": "^5.1.0",
|
||||
"unist-util-visit": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^27.3.1",
|
||||
"prettier": "^2.4.1",
|
||||
"remark": "^14.0.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue